Telemetry
Telemetry data of the YouTrack installation.
Related Resources
Below you can find the list of resources that let you work with this entity.
Attributes
This table describes attributes of the Telemetry
entity.
To receive an attribute in the response from the server, specify it explicitly in the
fields
request parameter.To update an attribute, provide it in the body of a POST request.
Field | Type | Description |
---|---|---|
id | String | The ID of the Telemetry. |
installationFolder | String | Installation folder of YouTrack. |
databaseLocation | String | Location of the YouTrack database. |
logsLocation | String | Location of the logs. |
availableProcessors | Int | Number of available processors. |
availableMemory | String | Available memory. |
allocatedMemory | String | Allocated memory. |
usedMemory | String | Used memory. |
uptime | String | Uptime of the YouTrack application. |
startedTime | Long | The timestamp in milliseconds indicating the moment when YouTrack was started. Stored as a unix timestamp at UTC. |
databaseBackgroundThreads | Int | Number of database background threads. |
pendingAsyncJobs | Int | Number of pending asynchronous jobs. |
cachedResultsCountInDBQueriesCache | Int | Size of the database queries cache. |
databaseQueriesCacheHitRate | String | Queries cache hit rate. |
blobStringsCacheHitRate | String | Blobs cache hit rate. |
totalTransactions | Long | Number of transactions. |
transactionsPerSecond | String | Number of transactions per second. |
requestsPerSecond | String | Number of requests per second. |
databaseSize | String | Size of the database (without blobs). |
fullDatabaseSize | String | Full size of the database. |
textIndexSize | String | Size of the text index. |
onlineUsers | OnlineUsers | Online users. |
reportCalculatorThreads | Int | Number of report calculator threads. |
notificationAnalyzerThreads | Int | Number of notification analyzer threads. |