Telemetry data
This resource lets you get telemetry data of your YouTrack service.
Resource | /api/admin/telemetry |
Returned entity | Telemetry. For the description of the entity attributes, see Supported Fields section. |
Telemetry attributes
Telemetry data of the YouTrack installation.
This table describes attributes of the Telemetry
entity.
To receive an attribute in the response from server, specify it explicitly in the request parameter
fields
.To update an attribute, provide it in the body of a POST request.
Field | Type | Description |
---|---|---|
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 | Date and time when YouTrack was started. |
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. |