Built-in metrics
Applications
Custom
Metric key | Name and description | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:apps | Reported error count (by OS, app version) [custom] The number of all reported errors. | Count | autovalue | DEM units |
builtin:apps | Session count (by OS, app version) [custom] The number of captured user sessions. | Count | autovalue | DEM units |
Mobile
Metric key | Name and description | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:apps | Reported error count (by OS, app version) [mobile] The number of all reported errors. | Count | autovalue | DEM units |
builtin:apps | Session count (by OS, app version, crash replay feature status) [mobile] The number of captured user sessions. | Count | autovalue | DEM units |
Web applications
Metric key | Name and description | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:apps | User action rate - affected by JavaScript errors (by key user action, user type) [web] The percentage of key user actions with detected JavaScript errors. | Percent (%) | autovalue | DEM units |
builtin:apps | Apdex (by key user action) [web] The average Apdex rating for key user actions. | autoavg | DEM units | |
builtin:apps | Action count - custom action (by key user action, browser) [web] The number of custom actions that are marked as key user actions. | Count | autovalue | DEM units |
builtin:apps | Action count - load action (by key user action, browser) [web] The number of load actions that are marked as key user actions. | Count | autovalue | DEM units |
builtin:apps | Action count - XHR action (by key user action, browser) [web] The number of XHR actions that are marked as key user actions. | Count | autovalue | DEM units |
builtin:apps | Cumulative Layout Shift - load action (by key user action, user type) [web] The score measuring the unexpected shifting of visible webpage elements. Calculated for load actions that are marked as key user actions. | autoavgcountmaxmedianminpercentilesum | DEM units | |
builtin:apps | Cumulative Layout Shift - load action (by key user action, geolocation, user type) [web] The score measuring the unexpected shifting of visible webpage elements. Calculated for load actions that are marked as key user actions. | autoavgcountmaxmedianminpercentilesum | DEM units | |
builtin:apps | Cumulative Layout Shift - load action (by key user action, browser) [web] The score measuring the unexpected shifting of visible webpage elements. Calculated for load actions that are marked as key user actions. | autoavgcountmaxmedianminpercentilesum | DEM units | |
builtin:apps | DOM interactive - load action (by key user action, browser) [web] The time taken until a page's status is set to "interactive" and it's ready to receive user input. Calculated for load actions that are marked as key user actions. | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:apps | Action duration - custom action (by key user action, browser) [web] The duration of custom actions. | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:apps | Action duration - load action (by key user action, browser) [web] The duration of load actions that are marked as key user actions. | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:apps | Action duration - XHR action (by key user action, browser) [web] The duration of XHR actions that are marked as key user actions. | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:apps | Time to first byte - load action (by key user action, browser) [web] The time taken until the first byte of the response is received from the server, relevant application caches, or a local resource. Calculated for load actions that are marked as key user actions. | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:apps | Time to first byte - XHR action (by key user action, browser) [web] The time taken until the first byte of the response is received from the server, relevant application caches, or a local resource. Calculated for XHR actions that are marked as key user actions. | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:apps | First Input Delay - load action (by key user action, user type) [web] The time from the first interaction with a page to when the user agent can respond to that interaction. Calculated for load actions that are marked as key user actions. | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:apps | First Input Delay - load action (by key user action, geolocation, user type) [web] The time from the first interaction with a page to when the user agent can respond to that interaction. Calculated for load actions that are marked as key user actions. | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:apps | First Input Delay - load action (by key user action, browser) [web] The time from the first interaction with a page to when the user agent can respond to that interaction. Calculated for load actions that are marked as key user actions. | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:apps | Largest Contentful Paint - load action (by key user action, user type) [web] The time taken to render the largest element in the viewport. Calculated for load actions that are marked as key user actions. | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:apps | Largest Contentful Paint - load action (by key user action, geolocation, user type) [web] The time taken to render the largest element in the viewport. Calculated for load actions that are marked as key user actions. | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:apps | Largest Contentful Paint - load action (by key user action, browser) [web] The time taken to render the largest element in the viewport. Calculated for load actions that are marked as key user actions. | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:apps | Load event end - load action (by key user action, browser) [web] The time taken to complete the load event of a page. Calculated for load actions that are marked as key user actions. | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:apps | Load event start - load action (by key user action, browser) [web] The time taken to begin the load event of a page. Calculated for load actions that are marked as key user actions. | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:apps | Network contribution - load action (by key user action, user type) [web] The time taken to request and receive resources (including DNS lookup, redirect, and TCP connect time). Calculated for load actions that are marked as key user actions. | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:apps | Network contribution - XHR action (by key user action, user type) [web] The time taken to request and receive resources (including DNS lookup, redirect, and TCP connect time). Calculated for XHR actions that are marked as key user actions. | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:apps | Response end - load action (by key user action, browser) [web] (AKA HTML downloaded) The time taken until the user agent receives the last byte of the response or the transport connection is closed, whichever comes first. Calculated for load actions that are marked as key user actions. | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:apps | Response end - XHR action (by key user action, browser) [web] The time taken until the user agent receives the last byte of the response or the transport connection is closed, whichever comes first. Calculated for XHR actions that are marked as key user actions. | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:apps | Server contribution - load action (by key user action, user type) [web] The time spent on server-side processing for a page. Calculated for load actions that are marked as key user actions. | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:apps | Server contribution - XHR action (by key user action, user type) [web] The time spent on server-side processing for a page. Calculated for XHR actions that are marked as key user actions. | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:apps | Speed index - load action (by key user action, browser) [web] The score measuring how quickly the visible parts of a page are rendered. Calculated for load actions that are marked as key user actions. | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:apps | Visually complete - load action (by key user action, browser) [web] The time taken to fully render content in the viewport. Calculated for load actions that are marked as key user actions. | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:apps | Visually complete - XHR action (by key user action, browser) [web] The time taken to fully render content in the viewport. Calculated for XHR actions that are marked as key user actions. | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:apps | Error count (by key user action, user type, error type, error origin) [web] The number of detected errors that occurred during key user actions. | Count | autovalue | DEM units |
builtin:apps | User action count with errors (by key user action, user type) [web] The number of key user actions with detected errors. | Count | autovalue | DEM units |
builtin:apps | JavaScript errors count during user actions (by key user action, user type) [web] The number of detected JavaScript errors that occurred during key user actions. | Count | autovalue | DEM units |
builtin:apps | JavaScript error count without user actions (by key user action, user type) [web] The number of detected standalone JavaScript errors (occurred between key user actions). | Count | autovalue | DEM units |
builtin:apps | User action rate - affected by errors (by key user action, user type) [web] The percentage of key user actions with detected errors. | Percent (%) | autovalue | DEM units |
builtin:apps | Action count - custom action (by browser) [web] The number of custom actions. | Count | autovalue | DEM units |
builtin:apps | Action count - load action (by browser) [web] The number of load actions. | Count | autovalue | DEM units |
builtin:apps | Action count - XHR action (by browser) [web] The number of XHR actions. | Count | autovalue | DEM units |
builtin:apps | Action count (by Apdex category) [web] The number of user actions. | Count | autovalue | DEM units |
builtin:apps | Action with key performance metric count (by action type, geolocation, user type) [web] The number of user actions that have a key performance metric and mapped geolocation. | Count | autovalue | DEM units |
builtin:apps | Action duration - custom action (by browser) [web] The duration of custom actions. | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:apps | Action duration - load action (by browser) [web] The duration of load actions. | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:apps | Action duration - XHR action (by browser) [web] The duration of XHR actions. | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:apps | Actions per session average (by users, user type) [web] The average number of user actions per user session. | Count | autoavg | DEM units |
builtin:apps | Session count - estimated active sessions (by users, user type) [web] The estimated number of active user sessions. An active session is one in which a user has been confirmed to still be active at a given time. For this high-cardinality metric, the HyperLogLog algorithm is used to approximate the session count. | Count | autovalue | DEM units |
builtin:apps | User count - estimated active users (by users, user type) [web] The estimated number of unique active users. For this high-cardinality metric, the HyperLogLog algorithm is used to approximate the user count. | Count | autovalue | DEM units |
builtin:apps | User action rate - affected by JavaScript errors (by user type) [web] The percentage of user actions with detected JavaScript errors. | Percent (%) | autovalue | DEM units |
builtin:apps | Apdex (by user type) [web] | autoavg | DEM units | |
builtin:apps | Apdex (by geolocation, user type) [web] The average Apdex rating for user actions that have a mapped geolocation. | autoavg | DEM units | |
builtin:apps | Bounce rate (by users, user type) [web] The percentage of sessions in which users viewed only a single page and triggered only a single web request. Calculated by dividing single-page sessions by all sessions. | Percent (%) | autovalue | DEM units |
builtin:apps | Conversion rate - sessions (by users, user type) [web] The percentage of sessions in which at least one conversion goal was reached. Calculated by dividing converted sessions by all sessions. | Percent (%) | autovalue | DEM units |
builtin:apps | Session count - converted sessions (by users, user type) [web] The number of sessions in which at least one conversion goal was reached. | Count | autovalue | DEM units |
builtin:apps | Cumulative Layout Shift - load action (by user type) [web] The score measuring the unexpected shifting of visible webpage elements. Calculated for load actions. | autoavgcountmaxmedianminpercentilesum | DEM units | |
builtin:apps | Cumulative Layout Shift - load action (by geolocation, user type) [web] The score measuring the unexpected shifting of visible webpage elements. Calculated for load actions. | autoavgcountmaxmedianminpercentilesum | DEM units | |
builtin:apps | Cumulative Layout Shift - load action (by browser) [web] The score measuring the unexpected shifting of visible webpage elements. Calculated for load actions. | autoavgcountmaxmedianminpercentilesum | DEM units | |
builtin:apps | DOM interactive - load action (by browser) [web] The time taken until a page's status is set to "interactive" and it's ready to receive user input. Calculated for load actions. | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:apps | Session count - estimated ended sessions (by users, user type) [web] The number of completed user sessions. | Count | autovalue | DEM units |
builtin:apps | Rage click count [web] The number of detected rage clicks. | Count | autovalue | DEM units |
builtin:apps | Time to first byte - load action (by browser) [web] The time taken until the first byte of the response is received from the server, relevant application caches, or a local resource. Calculated for load actions. | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:apps | Time to first byte - XHR action (by browser) [web] The time taken until the first byte of the response is received from the server, relevant application caches, or a local resource. Calculated for XHR actions. | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:apps | First Input Delay - load action (by user type) [web] The time from the first interaction with a page to when the user agent can respond to that interaction. Calculated for load actions. | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:apps | First Input Delay - load action (by geolocation, user type) [web] The time from the first interaction with a page to when the user agent can respond to that interaction. Calculated for load actions. | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:apps | First Input Delay - load action (by browser) [web] The time from the first interaction with a page to when the user agent can respond to that interaction. Calculated for load actions. | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:apps | Largest Contentful Paint - load action (by user type) [web] The time taken to render the largest element in the viewport. Calculated for load actions. | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:apps | Largest Contentful Paint - load action (by geolocation, user type) [web] The time taken to render the largest element in the viewport. Calculated for load actions. | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:apps | Largest Contentful Paint - load action (by browser) [web] The time taken to render the largest element in the viewport. Calculated for load actions. | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:apps | Load event end - load action (by browser) [web] The time taken to complete the load event of a page. Calculated for load actions. | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:apps | Load event start - load action (by browser) [web] The time taken to begin the load event of a page. Calculated for load actions. | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:apps | Network contribution - load action (by user type) [web] The time taken to request and receive resources (including DNS lookup, redirect, and TCP connect time). Calculated for load actions. | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:apps | Network contribution - XHR action (by user type) [web] The time taken to request and receive resources (including DNS lookup, redirect, and TCP connect time). Calculated for XHR actions. | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:apps | Response end - load action (by browser) [web] (AKA HTML downloaded) The time taken until the user agent receives the last byte of the response or the transport connection is closed, whichever comes first. Calculated for load actions. | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:apps | Response end - XHR action (by browser) [web] The time taken until the user agent receives the last byte of the response or the transport connection is closed, whichever comes first. Calculated for XHR actions. | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:apps | Server contribution - load action (by user type) [web] The time spent on server-side processing for a page. Calculated for load actions. | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:apps | Server contribution - XHR action (by user type) [web] The time spent on server-side processing for a page. Calculated for XHR actions. | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:apps | Session duration (by users, user type) [web] The average duration of user sessions. | Microsecond | autoavg | DEM units |
builtin:apps | Speed index - load action (by browser) [web] The score measuring how quickly the visible parts of a page are rendered. Calculated for load actions. | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:apps | Session count - estimated started sessions (by users, user type) [web] The number of started user sessions. | Count | autovalue | DEM units |
builtin:apps | Visually complete - load action (by browser) [web] The time taken to fully render content in the viewport. Calculated for load actions. | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:apps | Visually complete - XHR action (by browser) [web] The time taken to fully render content in the viewport. Calculated for XHR actions. | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:apps | Error count (by user type, error type, error origin) [web] The number of detected errors. | Count | autovalue | DEM units |
builtin:apps | Error count during user actions (by user type, error type, error origin) [web] The number of detected errors that occurred during user actions. | Count | autovalue | DEM units |
builtin:apps | Standalone error count (by user type, error type, error origin) [web] The number of detected standalone errors (occurred between user actions). | Count | autovalue | DEM units |
builtin:apps | User action count - with errors (by user type) [web] The number of key user actions with detected errors. | Count | autovalue | DEM units |
builtin:apps | Error count for Davis (by user type, error type, error origin, error context)) [web] The number of errors that were included in Davis AI problem detection and analysis. | Count | autovalue | DEM units |
builtin:apps | JavaScript error count - during user actions (by user type) [web] The number of detected JavaScript errors that occurred during user actions. | Count | autovalue | DEM units |
builtin:apps | JavaScript error count - without user actions (by user type) [web] The number of detected standalone JavaScript errors (occurred between user actions). | Count | autovalue | DEM units |
builtin:apps | User action rate - affected by errors (by user type) [web] The percentage of user actions with detected errors. | Percent (%) | autovalue | DEM units |
Mobile and custom apps
Metric key | Name and description | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:apps | Apdex (by OS, geolocation) [mobile, custom] The Apdex rating for all captured user actions. | autovalue | DEM units | |
builtin:apps | Apdex (by OS, app version) [mobile, custom] The Apdex rating for all captured user actions. | autovalue | DEM units | |
builtin:apps | User count - estimated users affected by crashes (by OS) [mobile, custom] The estimated number of unique users affected by a crash. For this high cardinality metric, the HyperLogLog algorithm is used to approximate the number of users. | Count | autovalue | DEM units |
builtin:apps | User count - estimated users affected by crashes (by OS, app version) [mobile, custom] The estimated number of unique users affected by a crash. For this high cardinality metric, the HyperLogLog algorithm is used to approximate the number of users. | Count | autovalue | DEM units |
builtin:apps | User rate - estimated users affected by crashes (by OS) [mobile, custom] The estimated percentage of unique users affected by a crash. For this high cardinality metric, the HyperLogLog algorithm is used to approximate the number of users. | Percent (%) | autovalue | DEM units |
builtin:apps | Crash count (by OS, geolocation) [mobile, custom] The number of detected crashes. | Count | autovalue | DEM units |
builtin:apps | Crash count (by OS, app version) [mobile, custom] The number of detected crashes. | Count | autovalue | DEM units |
builtin:apps | Crash count (by OS, app version) [mobile, custom] The number of detected crashes. | Count | autovalue | DEM units |
builtin:apps | User rate - estimated crash free users (by OS) [mobile, custom] The estimated percentage of unique users not affected by a crash. For this high cardinality metric, the HyperLogLog algorithm is used to approximate the number of users. | Percent (%) | autovalue | DEM units |
builtin:apps | Apdex (by key user action, OS) [mobile, custom] The Apdex rating for all captured key user actions. | autovalue | DEM units | |
builtin:apps | Action count (by key user action, OS, Apdex category) [mobile, custom] The number of captured key user actions. | Count | autovalue | DEM units |
builtin:apps | Action duration (by key user action, OS) [mobile, custom] The duration of key user actions. | Microsecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:apps | Reported error count (by key user action, OS) [mobile, custom] The number of reported errors for key user actions. | Count | autovalue | DEM units |
builtin:apps | Request count (by key user action, OS) [mobile, custom] The number of captured web requests associated with key user actions. | Count | autovalue | DEM units |
builtin:apps | Request duration (by key user action, OS) [mobile, custom] The duration of web requests for key user actions. Be aware that this metric is measured in microseconds while other request duration metrics for mobile and custom apps are measured in milliseconds. | Microsecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:apps | Request error count (by key user action, OS) [mobile, custom] The number of detected web request errors for key user actions. | Count | autovalue | DEM units |
builtin:apps | Request error rate (by key user action, OS) [mobile, custom] The percentage of web requests with detected errors for key user actions | Percent (%) | autovalue | DEM units |
builtin:apps | New user count (by OS) [mobile, custom] The number of users that launched the application(s) for the first time. The metric is tied to specific devices, so users are counted multiple times if they install the application on multiple devices. The metric doesn't distinguish between multiple users that share the same device and application installation. | Count | autovalue | DEM units |
builtin:apps | Request count (by OS, provider) [mobile, custom] The number of captured web requests. | Count | autovalue | DEM units |
builtin:apps | Request count (by OS, app version) [mobile, custom] The number of captured web requests. | Count | autovalue | DEM units |
builtin:apps | Request error count (by OS, provider) [mobile, custom] The number of detected web request errors. | Count | autovalue | DEM units |
builtin:apps | Request error count (by OS, app version) [mobile, custom] The number of detected web request errors. | Count | autovalue | DEM units |
builtin:apps | Request error rate (by OS, provider) [mobile, custom] The percentage of web requests with detected errors. | Percent (%) | autovalue | DEM units |
builtin:apps | Request error rate (by OS, app version) [mobile, custom] The percentage of web requests with detected errors. | Percent (%) | autovalue | DEM units |
builtin:apps | Request duration (by OS, provider) [mobile, custom] The duration of web requests. | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:apps | Request duration (by OS, app version) [mobile, custom] The duration of web requests. | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:apps | Session count (by agent version, OS) [mobile, custom] The number of captured user sessions. | Count | autovalue | DEM units |
builtin:apps | Session count (by OS, crash reporting level) [mobile, custom] The number of captured user sessions. | Count | autovalue | DEM units |
builtin:apps | Session count (by OS, data collection level) [mobile, custom] The number of captured user sessions. | Count | autovalue | DEM units |
builtin:apps | Session count - estimated (by OS, geolocation) [mobile, custom] The estimated number of captured user sessions. For this high cardinality metric, the HyperLogLog algorithm is used to approximate the number of sessions. | Count | autovalue | DEM units |
builtin:apps | Session count (by OS, app version) [mobile, custom] The number of captured user sessions. | Count | autovalue | DEM units |
builtin:apps | Action count (by geolocation, Apdex category) [mobile, custom] The number of captured user actions. | Count | autovalue | DEM units |
builtin:apps | Action count (by OS, Apdex category) [mobile, custom] The number of captured user actions. | Count | autovalue | DEM units |
builtin:apps | Action count (by OS, app version) [mobile, custom] The number of captured user actions. | Count | autovalue | DEM units |
builtin:apps | Action duration (by OS, app version) [mobile, custom] The duration of user actions. | Microsecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:apps | User count - estimated (by OS, geolocation) [mobile, custom] The estimated number of unique users that have a mapped geolocation. The metric is based on 'internalUserId'. When 'dataCollectionLevel' is set to 'performance' or 'off', 'internalUserId' is changed at each app start. For this high cardinality metric, the HyperLogLog algorithm is used to approximate the number of users. | Count | autovalue | DEM units |
builtin:apps | User count - estimated (by OS, app version) [mobile, custom] The estimated number of unique users. The metric is based on 'internalUserId'. When 'dataCollectionLevel' is set to 'performance' or 'off', 'internalUserId' is changed at each app start. For this high cardinality metric, the HyperLogLog algorithm is used to approximate the number of users. | Count | autovalue | DEM units |
Billing
Applications
Metric key | Name and description | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:billing | Session count - billed and unbilled [custom] The number of billed and unbilled user sessions. To get only the number of billed sessions, set the "Type" filter to "Billed". | Count | autovalue | Host units |
builtin:billing | Total user action and session properties The number of billed user action and user session properties. | Count | autovalue | Host units |
builtin:billing | Session count - billed and unbilled - with Session Replay [mobile] The number of billed and unbilled user sessions that include Session Replay data. To get only the number of billed sessions, set the "Type" filter to "Billed". | Count | autovalue | Host units |
builtin:billing | Session count - billed and unbilled [mobile] The total number of billed and unbilled user sessions (with and without Session Replay data). To get only the number of billed sessions, set the "Type" filter to "Billed". | Count | autovalue | Host units |
builtin:billing | Total user action and session properties The number of billed user action and user session properties. | Count | autovalue | Host units |
builtin:billing | Session count - billed and unbilled - with Session Replay [web] The number of billed and unbilled user sessions that include Session Replay data. To get only the number of billed sessions, set the "Type" filter to "Billed". | Count | autovalue | Host units |
builtin:billing | Session count - billed and unbilled - without Session Replay [web] The number of billed and unbilled user sessions that do not include Session Replay data. To get only the number of billed sessions, set the "Type" filter to "Billed". | Count | autovalue | Host units |
builtin:billing | Total user action and session properties The number of billed user action and user session properties. | Count | autovalue | Host units |
DDU
Metric key | Name and description | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:billing | DDU events consumption by event info License consumption of Davis data units by events pool split by event info | autovalue | Host units | |
builtin:billing | DDU events consumption by monitored entity License consumption of Davis data units by events pool split by monitored entity | autovalue | Host units | |
builtin:billing | Total DDU events consumption Sum of license consumption of Davis data units aggregated over all monitored entities for the events pool | autovalue | Host units | |
builtin:billing | DDU log consumption by log path License consumption of Davis data units by log pool split by log path | autovalue | Host units | |
builtin:billing | DDU log consumption by monitored entity License consumption of Davis data units by log pool split by monitored entity | autovalue | Host units | |
builtin:billing | Total DDU log consumption Sum of license consumption of Davis data units aggregated over all logs for the log pool | autovalue | Host units | |
builtin:billing | DDU metrics consumption by monitored entity License consumption of Davis data units by metrics pool split by monitored entity | autovalue | Host units | |
builtin:billing | DDU metrics consumption by monitored entity w/o host-unit included DDUs License consumption of Davis data units by metrics pool split by monitored entity (aggregates host-unit included metrics, so value might be higher than actual consumption) | autovalue | Host units | |
builtin:billing | Reported metrics DDUs by metric key Reported Davis data units usage by metrics pool split by metric key | autovalue | Host units | |
builtin:billing | Total DDU metrics consumption Sum of license consumption of Davis data units aggregated over all metrics for the metrics pool | autovalue | Host units | |
builtin:billing | DDU serverless consumption by function License consumption of Davis data units by serverless pool split by Amazon Resource Names (ARNs) | autovalue | Host units | |
builtin:billing | DDU serverless consumption by service License consumption of Davis data units by serverless pool split by service | autovalue | Host units | |
builtin:billing | Total DDU serverless consumption Sum of license consumption of Davis data units aggregated over all services for the serverless pool | autovalue | Host units | |
builtin:billing | DDU traces consumption by span type License consumption of Davis data units by traces pool split by SpanKind, as defined in OpenTelemetry specification | autovalue | Host units | |
builtin:billing | DDU traces consumption by monitored entity License consumption of Davis data units by traces pool split by monitored entity | autovalue | Host units | |
builtin:billing | Total DDU traces consumption Sum of license consumption of Davis data units aggregated over all monitored entities for the traces pool | autovalue | Host units | |
builtin:billing | DDU included per host Included Davis data units per host | autovalue | Host units | |
builtin:billing | DDU included metric data points per host Included metric data points per host | autovalue | Host units |
Events
Metric key | Name and description | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:billing | Business events usage - Ingest & Process Business events Ingest & Process usage, tracked as bytes ingested within the hour | Byte | autovalue | Host units |
builtin:billing | Business events usage - Query Business events Query usage, tracked as bytes read within the hour | Byte | autovalue | Host units |
builtin:billing | Business events usage - Retain Business events Retain usage, tracked as total storage used at that hour in bytes | Byte | autoavgmaxmin | Host units |
Log
Metric key | Name and description | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:billing | Log Management and Analytics usage - Ingest & Process Log Management and Analytics Ingest & Process usage, tracked as bytes ingested within the hour | Byte | autovalue | Host units |
builtin:billing | Log Management and Analytics usage - Query Log Management and Analytics Query usage, tracked as bytes read within the hour | Byte | autovalue | Host units |
builtin:billing | Log Management and Analytics usage - Retain Log Management and Analytics Retain usage, tracked as total storage used at that hour in bytes | Byte | autoavgmaxmin | Host units |
Synthetic
Metric key | Name | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:billing | Actions | Count | autovalue | Host units |
builtin:billing | Third-party results | Count | autovalue | Host units |
builtin:billing | Requests | Count | autovalue | Host units |
Cloud
AWS
Metric key | Name | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:cloud | ALB number of active connections | Count | autoavgmaxmin | DDUs |
builtin:cloud | ALB number of new connections | Count | autovalue | DDUs |
builtin:cloud | ALB number of 4XX errors | Count | autovalue | DDUs |
builtin:cloud | ALB number of 5XX errors | Count | autovalue | DDUs |
builtin:cloud | ALB number of 4XX target errors | Count | autovalue | DDUs |
builtin:cloud | ALB number of 5XX target errors | Count | autovalue | DDUs |
builtin:cloud | ALB number of rejected connections | Count | autovalue | DDUs |
builtin:cloud | ALB number of target connection errors | Count | autovalue | DDUs |
builtin:cloud | ALB number of client TLS negotiation errors | Count | autovalue | DDUs |
builtin:cloud | ALB number of processed bytes | Count | autovalue | DDUs |
builtin:cloud | ALB number of consumed LCUs | Count | autovalue | DDUs |
builtin:cloud | ALB number of requests | Count | autovalue | DDUs |
builtin:cloud | ALB target response time | Second | autoavgmaxmin | DDUs |
builtin:cloud | Number of running EC2 instances (ASG) | Count | autoavgmaxmin | DDUs |
builtin:cloud | Number of stopped EC2 instances (ASG) | Count | autoavgmaxmin | DDUs |
builtin:cloud | Number of terminated EC2 instances (ASG) | Count | autoavgmaxmin | DDUs |
builtin:cloud | Number of running EC2 instances (AZ) | Count | autoavgmaxmin | Host units |
builtin:cloud | Number of stopped EC2 instances (AZ) | Count | autoavgmaxmin | DDUs |
builtin:cloud | Number of terminated EC2 instances (AZ) | Count | autoavgmaxmin | DDUs |
builtin:cloud | DynamoDB read capacity units | Count | autovalue | DDUs |
builtin:cloud | DynamoDB write capacity units | Count | autovalue | DDUs |
builtin:cloud | DynamoDB provisioned read capacity units | Count | autovalue | DDUs |
builtin:cloud | DynamoDB provisioned write capacity units | Count | autovalue | DDUs |
builtin:cloud | DynamoDB read capacity units % | Percent (%) | autoavgmaxmin | DDUs |
builtin:cloud | DynamoDB write capacity units % | Percent (%) | autoavgmaxmin | DDUs |
builtin:cloud | DynamoDB number of requests with HTTP 500 status code | Count | autovalue | DDUs |
builtin:cloud | DynamoDB number of requests with HTTP 400 status code | Count | autovalue | DDUs |
builtin:cloud | DynamoDB number of successful request latency for operation | Millisecond | autoavgmaxmin | DDUs |
builtin:cloud | DynamoDB number of items returned by operation | Count | autovalue | DDUs |
builtin:cloud | DynamoDB number of throttled requests for operation | Count | autovalue | DDUs |
builtin:cloud | DynamoDB number of read throttled events | Count | autovalue | DDUs |
builtin:cloud | DynamoDB number of write throttled events | Count | autovalue | DDUs |
builtin:cloud | Number of tables for AvailabilityZone | Count | autoavgmaxmin | DDUs |
builtin:cloud | EBS volume read latency | Second | autoavgmaxmin | DDUs |
builtin:cloud | EBS volume write latency | Second | autoavgmaxmin | DDUs |
builtin:cloud | EBS volume consumed OPS | Per second | autovalue | DDUs |
builtin:cloud | EBS volume read OPS | Per second | autoavgmaxmin | DDUs |
builtin:cloud | EBS volume write OPS | Per second | autoavgmaxmin | DDUs |
builtin:cloud | EBS volume throughput % | Percent (%) | autoavgmaxmin | DDUs |
builtin:cloud | EBS volume read throughput | Per second | autoavgmaxmin | DDUs |
builtin:cloud | EBS volume write throughput | Per second | autoavgmaxmin | DDUs |
builtin:cloud | EBS volume idle time % | Percent (%) | autoavgmaxmin | DDUs |
builtin:cloud | EBS volume queue length | Count | autoavgmaxmin | DDUs |
builtin:cloud | EC2 CPU usage % | Percent (%) | autoavgmaxmin | DDUs |
builtin:cloud | EC2 instance storage read IOPS | Per second | autoavgmaxmin | DDUs |
builtin:cloud | EC2 instance storage read rate | kB | autoavgmaxmin | DDUs |
builtin:cloud | EC2 instance storage write IOPS | Per second | autoavgmaxmin | DDUs |
builtin:cloud | EC2 instance storage write rate | kB | autoavgmaxmin | DDUs |
builtin:cloud | EC2 network data received rate | Byte | autoavgmaxmin | DDUs |
builtin:cloud | EC2 network data transmitted rate | Byte | autoavgmaxmin | DDUs |
builtin:cloud | CLB backend connection errors | Count | autovalue | DDUs |
builtin:cloud | CLB number of backend 2XX errors | Count | autovalue | DDUs |
builtin:cloud | CLB number of backend 3XX errors | Count | autovalue | DDUs |
builtin:cloud | CLB number of backend 4XX errors | Count | autovalue | DDUs |
builtin:cloud | CLB number of backend 5XX errors | Count | autovalue | DDUs |
builtin:cloud | CLB number of 4XX errors | Count | autovalue | DDUs |
builtin:cloud | CLB number of 5XX errors | Count | autovalue | DDUs |
builtin:cloud | CLB frontend errors percentage | Percent (%) | autoavgmaxmin | DDUs |
builtin:cloud | CLB number of healthy hosts | Count | autoavgmaxmin | DDUs |
builtin:cloud | CLB number of unhealthy hosts | Count | autoavgmaxmin | DDUs |
builtin:cloud | CLB latency | Second | autoavgmaxmin | DDUs |
builtin:cloud | CLB number of completed requests | Count | autovalue | DDUs |
builtin:cloud | LambdaFunction concurrent executions count | Count | autoavgcountmaxminsum | DDUs |
builtin:cloud | LambdaFunction code execution time. | Millisecond | autoavgcountmaxminsum | DDUs |
builtin:cloud | LambdaFunction number of failed invocations with HTTP 4XX status code | Count | autovalue | DDUs |
builtin:cloud | LambdaFunction rate of failed invocations to all invocations % | Percent (%) | autoavgmaxmin | DDUs |
builtin:cloud | LambdaFunction number of times a function is invoked | Count | autovalue | DDUs |
builtin:cloud | LambdaFunction provisioned concurrent executions count | Count | autovalue | DDUs |
builtin:cloud | LambdaFunction provisioned concurrency invocation count | Count | autovalue | DDUs |
builtin:cloud | LambdaFunction provisioned concurrency spillover invocation count | Count | autovalue | DDUs |
builtin:cloud | LambdaFunction throttled function invocation count | Count | autovalue | DDUs |
builtin:cloud | NLB number of active flows | Count | autoavgmaxmin | DDUs |
builtin:cloud | NLB number of new flows | Count | autovalue | DDUs |
builtin:cloud | NLB number of client resets | Count | autovalue | DDUs |
builtin:cloud | NLB number of resets | Count | autovalue | DDUs |
builtin:cloud | NLB number of target resets | Count | autovalue | DDUs |
builtin:cloud | NLB number of processed bytes | Count | autovalue | DDUs |
builtin:cloud | NLB number of consumed LCUs | Count | autovalue | DDUs |
builtin:cloud | RDS CPU usage % | Percent (%) | autoavgmaxmin | DDUs |
builtin:cloud | RDS read latency | Second | autoavgmaxmin | DDUs |
builtin:cloud | RDS write latency | Second | autoavgmaxmin | DDUs |
builtin:cloud | RDS freeable memory | Byte | autoavgmaxmin | DDUs |
builtin:cloud | RDS swap usage | Byte | autoavgmaxmin | DDUs |
builtin:cloud | RDS network received throughput | Byte | autoavgmaxmin | DDUs |
builtin:cloud | RDS network transmitted throughput | Byte | autoavgmaxmin | DDUs |
builtin:cloud | RDS read IOPS | Per second | autoavgmaxmin | DDUs |
builtin:cloud | RDS write IOPS | Per second | autoavgmaxmin | DDUs |
builtin:cloud | RDS read throughput | Byte | autoavgmaxmin | DDUs |
builtin:cloud | RDS write throughput | Byte | autoavgmaxmin | DDUs |
builtin:cloud | RDS connections | Count | autoavgmaxmin | DDUs |
builtin:cloud | RDS free storage space % | Percent (%) | autoavgmaxmin | DDUs |
builtin:cloud | RDS restarts | Count | autovalue | DDUs |
Azure
Metric key | Name | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:cloud | Failed requests | Count | autoavgcountmaxminsum | DDUs |
builtin:cloud | Other requests | Count | autoavgcountmaxminsum | DDUs |
builtin:cloud | Successful requests | Count | autoavgcountmaxminsum | DDUs |
builtin:cloud | Total requests | Count | autoavgcountmaxminsum | DDUs |
builtin:cloud | Unauthorized requests | Count | autoavgcountmaxminsum | DDUs |
builtin:cloud | Capacity | Percent (%) | autoavgmaxmin | DDUs |
builtin:cloud | Duration | Millisecond | autoavgmaxmin | DDUs |
builtin:cloud | Healthy host count | Count | autoavgmaxmin | DDUs |
builtin:cloud | Unhealthy host count | Count | autoavgmaxmin | DDUs |
builtin:cloud | Requests failed | Count | autovalue | DDUs |
builtin:cloud | Requests total | Count | autovalue | DDUs |
builtin:cloud | Response status | Count | autovalue | DDUs |
builtin:cloud | Current connections count | Count | autoavgmaxmin | DDUs |
builtin:cloud | Network throughput | Byte | autoavgmaxmin | DDUs |
builtin:cloud | Requests in application queue | Count | autoavgmaxmin | DDUs |
builtin:cloud | Requests in application queue | Count | autoavgmaxmin | DDUs |
builtin:cloud | Function execution count | Count | autovalue | DDUs |
builtin:cloud | Function execution units count | Count | autovalue | DDUs |
builtin:cloud | HTTP 5xx | Count | autovalue | DDUs |
builtin:cloud | IO other operations/s | Per second | autoavgmaxmin | DDUs |
builtin:cloud | IO read operations/s | Per second | autoavgmaxmin | DDUs |
builtin:cloud | IO write operations/s | Per second | autoavgmaxmin | DDUs |
builtin:cloud | IO other bytes/s | Byte | autoavgmaxmin | DDUs |
builtin:cloud | IO read bytes/s | Byte | autoavgmaxmin | DDUs |
builtin:cloud | IO write bytes/s | Byte | autoavgmaxmin | DDUs |
builtin:cloud | Received bytes | Byte | autovalue | DDUs |
builtin:cloud | Sent bytes | Byte | autovalue | DDUs |
builtin:cloud | HTTP 2xx | Count | autovalue | DDUs |
builtin:cloud | HTTP 403 | Count | autovalue | DDUs |
builtin:cloud | HTTP 5xx | Count | autovalue | DDUs |
builtin:cloud | IO other operations/s | Per second | autoavgmaxmin | DDUs |
builtin:cloud | IO read operations/s | Per second | autoavgmaxmin | DDUs |
builtin:cloud | IO write operations/s | Per second | autoavgmaxmin | DDUs |
builtin:cloud | IO other bytes/s | Byte | autoavgmaxmin | DDUs |
builtin:cloud | IO read bytes/s | Byte | autoavgmaxmin | DDUs |
builtin:cloud | IO write bytes/s | Byte | autoavgmaxmin | DDUs |
builtin:cloud | Response time avg | Second | autoavgmaxmin | DDUs |
builtin:cloud | Received bytes | Byte | autovalue | DDUs |
builtin:cloud | Sent bytes | Byte | autovalue | DDUs |
builtin:cloud | Requests count | Count | autovalue | DDUs |
builtin:cloud | Available Storage | Byte | autoavgmaxmin | DDUs |
builtin:cloud | Data Usage | Byte | autoavgmaxmin | DDUs |
builtin:cloud | Document Count | Count | autoavgmaxmin | DDUs |
builtin:cloud | Document Quota | Byte | autoavgmaxmin | DDUs |
builtin:cloud | Index Usage | Byte | autoavgmaxmin | DDUs |
builtin:cloud | Metadata Requests | Count | autoavgmaxmin | DDUs |
builtin:cloud | Normalized request units consumption | Percent (%) | autoavgmaxmin | DDUs |
builtin:cloud | Provisioned Throughput | Count | autoavgmaxmin | DDUs |
builtin:cloud | Replication Latency | Millisecond | autoavgmaxmin | DDUs |
builtin:cloud | Total number of request units | Count | autoavgmaxmin | DDUs |
builtin:cloud | Total number of requests | Count | autoavgmaxmin | DDUs |
builtin:cloud | Service Availability | Percent (%) | autoavgmaxmin | DDUs |
builtin:cloud | Capture backlog | Count | autovalue | DDUs |
builtin:cloud | Captured bytes | Byte | autovalue | DDUs |
builtin:cloud | Captured messages | Count | autovalue | DDUs |
builtin:cloud | Quota exceeded errors | Count | autovalue | DDUs |
builtin:cloud | Server errors | Count | autovalue | DDUs |
builtin:cloud | User errors | Count | autovalue | DDUs |
builtin:cloud | Incoming requests | Count | autovalue | DDUs |
builtin:cloud | Successful requests | Count | autovalue | DDUs |
builtin:cloud | Throttled requests | Count | autovalue | DDUs |
builtin:cloud | Incoming bytes | Byte | autovalue | DDUs |
builtin:cloud | Outgoing bytes | Byte | autovalue | DDUs |
builtin:cloud | Incoming messages | Count | autovalue | DDUs |
builtin:cloud | Outgoing messages | Count | autovalue | DDUs |
builtin:cloud | Active connections | Count | autoavgmaxmin | DDUs |
builtin:cloud | Closed connections | Count | autoavgmaxmin | DDUs |
builtin:cloud | Opened connections | Count | autoavgmaxmin | DDUs |
builtin:cloud | Commands abandoned | Count | autovalue | DDUs |
builtin:cloud | Commands completed | Count | autovalue | DDUs |
builtin:cloud | Commands rejected | Count | autovalue | DDUs |
builtin:cloud | Connected devices | Count | autoavgmaxmin | DDUs |
builtin:cloud | Number of throttling errors | Count | autovalue | DDUs |
builtin:cloud | Total device data usage | Byte | autoavgmaxmin | DDUs |
builtin:cloud | Total devices | Count | autoavgmaxmin | DDUs |
builtin:cloud | Messages delivered to the built-in endpoint (messages/events) | Count | autovalue | DDUs |
builtin:cloud | Message latency for the built-in endpoint (messages/events) | Millisecond | autoavgmaxmin | DDUs |
builtin:cloud | Messages delivered to Event Hub endpoints | Count | autovalue | DDUs |
builtin:cloud | Message latency for event hub endpoints | Millisecond | autoavgmaxmin | DDUs |
builtin:cloud | Dropped messages | Count | autovalue | DDUs |
builtin:cloud | Invalid messages | Count | autovalue | DDUs |
builtin:cloud | Orphaned messages | Count | autovalue | DDUs |
builtin:cloud | Telemetry message send attempts | Count | autovalue | DDUs |
builtin:cloud | Telemetry messages sent | Count | autovalue | DDUs |
builtin:cloud | Messages matching fallback condition | Count | autovalue | DDUs |
builtin:cloud | Message latency for service bus queue endpoints | Millisecond | autoavgmaxmin | DDUs |
builtin:cloud | Messages delivered to service bus queue endpoints | Count | autovalue | DDUs |
builtin:cloud | Message latency for service bus topic endpoints | Millisecond | autoavgmaxmin | DDUs |
builtin:cloud | Messages delivered to service bus topic endpoints | Count | autovalue | DDUs |
builtin:cloud | Message latency for storage endpoints | Millisecond | autoavgmaxmin | DDUs |
builtin:cloud | Blobs written to storage | Count | autovalue | DDUs |
builtin:cloud | Data written to storage | Byte | autoavgmaxmin | DDUs |
builtin:cloud | Messages delivered to storage endpoints | Count | autovalue | DDUs |
builtin:cloud | Load balancer DIP TCP availability | Percent (%) | autoavgmaxmin | DDUs |
builtin:cloud | Load balancer DIP UDP availability | Percent (%) | autoavgmaxmin | DDUs |
builtin:cloud | Load Balancer VIP availability | Percent (%) | autoavgmaxmin | DDUs |
builtin:cloud | SNAT connections successful | Count | autovalue | DDUs |
builtin:cloud | SNAT connections pending | Count | autovalue | DDUs |
builtin:cloud | SNAT connections failed | Count | autovalue | DDUs |
builtin:cloud | Bytes received | Byte | autovalue | DDUs |
builtin:cloud | Bytes sent | Byte | autovalue | DDUs |
builtin:cloud | Packets received | Count | autovalue | DDUs |
builtin:cloud | Packets sent | Count | autovalue | DDUs |
builtin:cloud | SYN packets received | Count | autovalue | DDUs |
builtin:cloud | SYN packets sent | Count | autovalue | DDUs |
builtin:cloud | Cache hits | Count | autovalue | DDUs |
builtin:cloud | Cache misses | Count | autovalue | DDUs |
builtin:cloud | Read bytes/s | Byte | autoavgmaxmin | DDUs |
builtin:cloud | Write bytes/s | Byte | autoavgmaxmin | DDUs |
builtin:cloud | Get commands | Count | autovalue | DDUs |
builtin:cloud | Set commands | Count | autovalue | DDUs |
builtin:cloud | Total no. of processed commands | Count | autovalue | DDUs |
builtin:cloud | No. of evicted keys | Count | autovalue | DDUs |
builtin:cloud | No. of expired keys | Count | autovalue | DDUs |
builtin:cloud | Total no. of keys | Count | autoavgmaxmin | DDUs |
builtin:cloud | Used memory | Byte | autoavgmaxmin | DDUs |
builtin:cloud | Used memory RSS | Byte | autoavgmaxmin | DDUs |
builtin:cloud | Connected clients | Count | autoavgmaxmin | DDUs |
builtin:cloud | Server load | Percent (%) | autoavgmaxmin | DDUs |
builtin:cloud | Processor time | Percent (%) | autoavgmaxmin | DDUs |
builtin:cloud | Number of starting VMs in region | Count | autoavgmaxmin | Host units |
builtin:cloud | Number of active VMs in region | Count | autoavgmaxmin | Host units |
builtin:cloud | Number of stopped VMs in region | Count | autoavgmaxmin | Host units |
builtin:cloud | Total active connections | Count | autoavgmaxmin | DDUs |
builtin:cloud | Server errors | Count | autovalue | DDUs |
builtin:cloud | User errors | Count | autovalue | DDUs |
builtin:cloud | Count of messages | Count | autoavgmaxmin | DDUs |
builtin:cloud | Count of active messages | Count | autoavgmaxmin | DDUs |
builtin:cloud | Count of dead-lettered messages | Count | autoavgmaxmin | DDUs |
builtin:cloud | Count of scheduled messages | Count | autoavgmaxmin | DDUs |
builtin:cloud | Incoming messages | Count | autovalue | DDUs |
builtin:cloud | Outgoing messages | Count | autovalue | DDUs |
builtin:cloud | Incoming requests | Count | autovalue | DDUs |
builtin:cloud | Total successful requests | Count | autovalue | DDUs |
builtin:cloud | Throttled requests | Count | autovalue | DDUs |
builtin:cloud | Service bus premium namespace CPU usage metric | Percent (%) | autoavgmaxmin | DDUs |
builtin:cloud | Service bus premium namespace memory usage metric | Percent (%) | autoavgmaxmin | DDUs |
builtin:cloud | Service bus size | Byte | autoavgmaxmin | DDUs |
builtin:cloud | Server errors | Count | autovalue | DDUs |
builtin:cloud | User errors | Count | autovalue | DDUs |
builtin:cloud | Count of messages in queue | Count | autoavgmaxmin | DDUs |
builtin:cloud | Count of active messages in a queue | Count | autoavgmaxmin | DDUs |
builtin:cloud | Count of dead-lettered messages in a queue | Count | autoavgmaxmin | DDUs |
builtin:cloud | Count of scheduled messages in a queue | Count | autoavgmaxmin | DDUs |
builtin:cloud | Incoming messages | Count | autovalue | DDUs |
builtin:cloud | Outgoing messages | Count | autovalue | DDUs |
builtin:cloud | Incoming requests | Count | autovalue | DDUs |
builtin:cloud | Total successful requests | Count | autovalue | DDUs |
builtin:cloud | Throttled requests | Count | autovalue | DDUs |
builtin:cloud | Size of an queue | Byte | autoavgmaxmin | DDUs |
builtin:cloud | Server errors | Count | autovalue | DDUs |
builtin:cloud | User errors | Count | autovalue | DDUs |
builtin:cloud | Count of messages in topic | Count | autoavgmaxmin | DDUs |
builtin:cloud | Count of active messages in a topic | Count | autoavgmaxmin | DDUs |
builtin:cloud | Count of dead-lettered messages in a topic | Count | autoavgmaxmin | DDUs |
builtin:cloud | Count of scheduled messages in a topic | Count | autoavgmaxmin | DDUs |
builtin:cloud | Incoming messages | Count | autovalue | DDUs |
builtin:cloud | Outgoing messages | Count | autovalue | DDUs |
builtin:cloud | Incoming requests | Count | autovalue | DDUs |
builtin:cloud | Total successful requests | Count | autovalue | DDUs |
builtin:cloud | Throttled requests | Count | autovalue | DDUs |
builtin:cloud | Size of a topic | Byte | autoavgmaxmin | DDUs |
builtin:cloud | Blocked by firewall | Count | autovalue | DDUs |
builtin:cloud | Failed connections | Count | autovalue | DDUs |
builtin:cloud | Successful connections | Count | autovalue | DDUs |
builtin:cloud | DTU limit | Count | autoavgmaxmin | DDUs |
builtin:cloud | DTU used | Count | autoavgmaxmin | DDUs |
builtin:cloud | DTU percentage | Percent (%) | autoavgmaxmin | DDUs |
builtin:cloud | Data I/O percentage | Percent (%) | autoavgmaxmin | DDUs |
builtin:cloud | Log I/O percentage | Percent (%) | autoavgmaxmin | DDUs |
builtin:cloud | Database size percentage | Percent (%) | autoavgmaxmin | DDUs |
builtin:cloud | Total database size | Byte | autoavgmaxmin | DDUs |
builtin:cloud | In-Memory OLTP storage percent | Percent (%) | autoavgmaxmin | DDUs |
builtin:cloud | CPU percentage | Percent (%) | autoavgmaxmin | DDUs |
builtin:cloud | Deadlocks | Count | autovalue | DDUs |
builtin:cloud | Sessions percentage | Percent (%) | autoavgmaxmin | DDUs |
builtin:cloud | Workers percentage | Percent (%) | autoavgmaxmin | DDUs |
builtin:cloud | Storage limit | Byte | autoavgmaxmin | DDUs |
builtin:cloud | Database size percentage | Percent (%) | autoavgmaxmin | DDUs |
builtin:cloud | Storage used | Byte | autoavgmaxmin | DDUs |
builtin:cloud | In-memory OLTP storage percent | Percent (%) | autoavgmaxmin | DDUs |
builtin:cloud | DTU percentage | Percent (%) | autoavgmaxmin | DDUs |
builtin:cloud | eDTU limit | Count | autoavgmaxmin | DDUs |
builtin:cloud | eDTU used | Count | autoavgmaxmin | DDUs |
builtin:cloud | Data I/O percentage | Percent (%) | autoavgmaxmin | DDUs |
builtin:cloud | Log I/O percentage | Percent (%) | autoavgmaxmin | DDUs |
builtin:cloud | CPU percentage | Percent (%) | autoavgmaxmin | DDUs |
builtin:cloud | Sessions percentage | Percent (%) | autoavgmaxmin | DDUs |
builtin:cloud | Workers percentage | Percent (%) | autoavgmaxmin | DDUs |
builtin:cloud | Transactions count | Count | autovalue | DDUs |
builtin:cloud | E2E success latency | Millisecond | autoavgmaxmin | DDUs |
builtin:cloud | Server success latency | Millisecond | autoavgmaxmin | DDUs |
builtin:cloud | Egress bytes | Byte | autovalue | DDUs |
builtin:cloud | Ingress bytes | Byte | autovalue | DDUs |
builtin:cloud | Blob capacity | Byte | autoavgcountmaxminsum | DDUs |
builtin:cloud | Blob container count | Count | autoavgcountmaxminsum | DDUs |
builtin:cloud | Blob count | Count | autoavgcountmaxminsum | DDUs |
builtin:cloud | Transactions count | Count | autovalue | DDUs |
builtin:cloud | E2E success latency | Millisecond | autoavgmaxmin | DDUs |
builtin:cloud | Server success latency | Millisecond | autoavgmaxmin | DDUs |
builtin:cloud | Egress bytes | Byte | autovalue | DDUs |
builtin:cloud | Ingress bytes | Byte | autovalue | DDUs |
builtin:cloud | File capacity | Byte | autoavgcountmaxminsum | DDUs |
builtin:cloud | File share count | Count | autoavgcountmaxminsum | DDUs |
builtin:cloud | File count | Count | autoavgcountmaxminsum | DDUs |
builtin:cloud | Transactions count | Count | autovalue | DDUs |
builtin:cloud | E2E success latency | Millisecond | autoavgmaxmin | DDUs |
builtin:cloud | Server success latency | Millisecond | autoavgmaxmin | DDUs |
builtin:cloud | Egress bytes | Byte | autovalue | DDUs |
builtin:cloud | Ingress bytes | Byte | autovalue | DDUs |
builtin:cloud | Queue capacity | Byte | autoavgcountmaxminsum | DDUs |
builtin:cloud | Queue count | Count | autoavgcountmaxminsum | DDUs |
builtin:cloud | Queue message count | Count | autoavgcountmaxminsum | DDUs |
builtin:cloud | Transactions count | Count | autovalue | DDUs |
builtin:cloud | Server success latency | Millisecond | autoavgmaxmin | DDUs |
builtin:cloud | E2E success latency | Millisecond | autoavgmaxmin | DDUs |
builtin:cloud | Egress bytes | Byte | autovalue | DDUs |
builtin:cloud | Ingress bytes | Byte | autovalue | DDUs |
builtin:cloud | Table capacity | Byte | autoavgcountmaxminsum | DDUs |
builtin:cloud | Table count | Count | autoavgcountmaxminsum | DDUs |
builtin:cloud | Table entity count | Count | autoavgcountmaxminsum | DDUs |
builtin:cloud | Disk read bytes | Byte | autovalue | DDUs |
builtin:cloud | Disk read operations per sec | Per second | autoavgmaxmin | DDUs |
builtin:cloud | Disk write bytes | Byte | autovalue | DDUs |
builtin:cloud | Disk write operations per sec | Per second | autoavgmaxmin | DDUs |
builtin:cloud | Network in bytes | Byte | autovalue | DDUs |
builtin:cloud | Network out bytes | Byte | autovalue | DDUs |
builtin:cloud | Percentage CPU | Percent (%) | autoavgmaxmin | DDUs |
builtin:cloud | Disk read bytes | Byte | autovalue | DDUs |
builtin:cloud | Disk read operations per sec | Per second | autoavgmaxmin | DDUs |
builtin:cloud | Disk write bytes | Byte | autovalue | DDUs |
builtin:cloud | Disk write operations per sec | Per second | autoavgmaxmin | DDUs |
builtin:cloud | Network in bytes | Byte | autovalue | DDUs |
builtin:cloud | Network out bytes | Byte | autovalue | DDUs |
builtin:cloud | Number of starting VMs in scale set | Count | autoavgmaxmin | Host units |
builtin:cloud | Number of active VMs in scale set | Count | autoavgmaxmin | Host units |
builtin:cloud | Number of stopped VMs in scale set | Count | autoavgmaxmin | Host units |
builtin:cloud | Percentage CPU | Percent (%) | autoavgmaxmin | DDUs |
Cloud Foundry
Metric key | Name and description | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:cloud | CF: Time to fetch cell states The time that the auctioneer took to fetch state from all the cells when running its auction. | Nanosecond | autoavgmaxmin | Host units |
builtin:cloud | CF: App instance placement failures The number of application instances that the auctioneer failed to place on Diego cells. | Count | autovalue | Host units |
builtin:cloud | CF: App instance starts The number of application instances that the auctioneer successfully placed on Diego cells. | Count | autovalue | Host units |
builtin:cloud | CF: Task placement failures The number of tasks that the auctioneer failed to place on Diego cells. | Count | autovalue | Host units |
builtin:cloud | CF: 502 responses The number of responses that indicate invalid service responses produced by an application. | Count | autovalue | Host units |
builtin:cloud | CF: Response latency The average response time from the application to clients. | Millisecond | autoavgmaxmin | Host units |
builtin:cloud | CF: 5xx responses The number of responses that indicate repeatedly crashing apps or response issues from applications. | Count | autovalue | Host units |
builtin:cloud | CF: Total requests The number of all requests representing the overall traffic flow. | Count | autovalue | Host units |
Kubernetes
Metric key | Name and description | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:cloud | [Deprecated] Kubernetes: Cluster cores Total allocatable CPU cores per Kubernetes cluster. Deprecated - use builtin:kubernetes.node.cpu_allocatable instead (requires ActiveGate 1.245). | Millicores | autoavgmaxmin | Host units |
builtin:cloud | [Deprecated] Kubernetes: Cluster CPU available Total CPU cores available for additional pods per Kubernetes cluster. Deprecated - use builtin:kubernetes.node.cpu_allocatable - builtin:kubernetes.node.requests_cpu instead (requires ActiveGate 1.245). | Millicores | autoavgmaxmin | Host units |
builtin:cloud | [Deprecated] Kubernetes: Cluster CPU available, % Percent distribution of available CPU relative to total number of cluster cores. Provide an aggregation type to get quantiles. Deprecated - use (builtin:kubernetes.node.cpu_allocatable - builtin:kubernetes.node.requests_cpu)/builtin:kubernetes.node.cpu_allocatable instead (requires ActiveGate 1.245). | Percent (%) | autoavgcountmaxmedianminpercentilesum | Host units |
builtin:cloud | [Deprecated] Kubernetes: Cluster CPU limit Total CPU limit per Kubernetes cluster. Deprecated - use builtin:kubernetes.workload.limits_cpu or builtin:kubernetes.node.limits_cpu instead (requires ActiveGate 1.245). | Millicores | autoavgmaxmin | Host units |
builtin:cloud | [Deprecated] Kubernetes: Cluster CPU limit, % Percent distribution of CPU limits relative to total number of cluster cores. Provide an aggregation type to get quantiles. Deprecated - use builtin:kubernetes.workload.limits_cpu or builtin:kubernetes.node.limits_cpu instead (requires ActiveGate 1.245). | Percent (%) | autoavgcountmaxmedianminpercentilesum | Host units |
builtin:cloud | [Deprecated] Kubernetes: Cluster CPU requests Total CPU requests per Kubernetes cluster. Deprecated - use builtin:kubernetes.workload.requests_cpu or builtin:kubernetes.node.requests_cpu instead (requires ActiveGate 1.245). | Millicores | autoavgmaxmin | Host units |
builtin:cloud | [Deprecated] Kubernetes: Cluster CPU requests, % Percent distribution of CPU requests relative to total number of cluster cores. Provide an aggregation type to get quantiles. Deprecated - use builtin:kubernetes.workload.requests_cpu or builtin:kubernetes.node.requests_cpu instead (requires ActiveGate 1.245). | Percent (%) | autoavgcountmaxmedianminpercentilesum | Host units |
builtin:cloud | [Deprecated] Kubernetes: Cluster memory Total allocatable memory per Kubernetes cluster. Deprecated - use builtin:kubernetes.node.memory_allocatable instead (requires ActiveGate 1.245). | Byte | autoavgmaxmin | Host units |
builtin:cloud | [Deprecated] Kubernetes: Cluster memory available Total memory available for additional pods per Kubernetes cluster. Deprecated - use builtin:kubernetes.node.memory_allocatable - builtin:kubernetes.node.requests_memory instead (requires ActiveGate 1.245). | Byte | autoavgmaxmin | Host units |
builtin:cloud | [Deprecated] Kubernetes: Cluster memory available, % Percent distribution of available memory relative to total cluster memory. Provide an aggregation type to get quantiles. Deprecated - use (builtin:kubernetes.node.memory_allocatable - builtin:kubernetes.node.requests_memory)/builtin:kubernetes.node.memory_allocatable instead (requires ActiveGate 1.245). | Percent (%) | autoavgcountmaxmedianminpercentilesum | Host units |
builtin:cloud | [Deprecated] Kubernetes: Cluster memory limit Total memory limit per Kubernetes cluster. Deprecated - use builtin:kubernetes.workload.limits_memory or builtin:kubernetes.node.limits_memory instead (requires ActiveGate 1.245). | Byte | autoavgmaxmin | Host units |
builtin:cloud | [Deprecated] Kubernetes: Cluster memory limits, % Percent distribution memory limits relative to total cluster memory. Provide an aggregation type to get quantiles. Deprecated - use builtin:kubernetes.workload.limits_memory or builtin:kubernetes.node.limits_memory instead (requires ActiveGate 1.245). | Percent (%) | autoavgcountmaxmedianminpercentilesum | Host units |
builtin:cloud | [Deprecated] Kubernetes: Cluster memory requests Total memory requests per Kubernetes cluster. Deprecated - use builtin:kubernetes.workload.requests_memory or builtin:kubernetes.node.requests_memory instead (requires ActiveGate 1.245). | Byte | autoavgmaxmin | Host units |
builtin:cloud | [Deprecated] Kubernetes: Cluster memory requests, % Percent distribution of memory requests relative to total cluster memory. Provide an aggregation type to get quantiles. Deprecated - use builtin:kubernetes.workload.requests_memory or builtin:kubernetes.node.requests_memory instead (requires ActiveGate 1.245). | Percent (%) | autoavgcountmaxmedianminpercentilesum | Host units |
builtin:cloud | [Deprecated] Kubernetes: Cluster nodes Total nodes per Kubernetes cluster. Deprecated - use builtin:kubernetes.nodes instead (requires ActiveGate 1.245). | Count | autoavgmaxmin | Host units |
builtin:cloud | [Deprecated] Kubernetes: Cluster readyz status Current status of the Kubernetes API server reported by the /readyz endpoint (0 or 1). Deprecated - use builtin:kubernetes.cluster.readyz instead (requires ActiveGate 1.249). | autoavgcountmaxminsum | Host units | |
builtin:cloud | [Deprecated] Kubernetes: Quota CPU limits, mCores CPU limits quota per namespace and resource quota name in millicores. Deprecated - builtin:kubernetes.resourcequota.limits_cpu instead (requires ActiveGate 1.245). | Millicores | autoavgmaxmin | Host units |
builtin:cloud | [Deprecated] Kubernetes: Quota CPU requests, mCores CPU requests quota per namespace and resource quota name in millicores. Deprecated - use builtin:kubernetes.resourcequota.requests_cpu instead (requires ActiveGate 1.245). | Millicores | autoavgmaxmin | Host units |
builtin:cloud | [Deprecated] Kubernetes: Quota memory limits, bytes Memory limits quota per namespace and resource quota name in bytes. Deprecated - use builtin:kubernetes.resourcequota.limits_memory instead (requires ActiveGate 1.245). | Byte | autoavgmaxmin | Host units |
builtin:cloud | [Deprecated] Kubernetes: Quota memory requests, bytes Memory requests quota per namespace and resource quota name in bytes. Deprecated - use builtin:kubernetes.resourcequota.requests_memory instead (requires ActiveGate 1.245). | Byte | autoavgmaxmin | Host units |
builtin:cloud | [Deprecated] Kubernetes: Quota pod counts Pods count quota per namespace or resource quota name. Deprecated - use builtin:kubernetes.resourcequota.pods instead (requires ActiveGate 1.245). | Count | autoavgmaxmin | Host units |
builtin:cloud | [Deprecated] Kubernetes: Quota CPU limits used, mCores Used CPU limits quota per namespace or resource quota name in millicores. Deprecated - use builtin:kubernetes.resourcequota.limits_cpu_used instead (requires ActiveGate 1.245). | Millicores | autoavgmaxmin | Host units |
builtin:cloud | [Deprecated] Kubernetes: Quota CPU requests quota used, mCores Used CPU request quota per namespace or resource quota name in millicores. Deprecated - use builtin:kubernetes.resourcequota.requests_cpu_used instead (requires ActiveGate 1.245). | Millicores | autoavgmaxmin | Host units |
builtin:cloud | [Deprecated] Kubernetes: Quota memory limits used, bytes Used memory limits quota per namespace or resource quota name in bytes. Deprecated - use builtin:kubernetes.resourcequota.limits_memory_used instead (requires ActiveGate 1.245). | Byte | autoavgmaxmin | Host units |
builtin:cloud | [Deprecated] Kubernetes: Quota memory requests used, bytes Used memory requests quota per namespace or resource quota name in bytes. Deprecated - use builtin:kubernetes.resourcequota.requests_memory_used instead (requires ActiveGate 1.245). | Byte | autoavgmaxmin | Host units |
builtin:cloud | [Deprecated] Kubernetes: Quota pod count used Used pods count quota per namespace or resource quota name. Deprecated - use builtin:kubernetes.resourcequota.pods_used instead (requires ActiveGate 1.245). | Count | autoavgmaxmin | Host units |
builtin:cloud | [Deprecated] Kubernetes: Namespace CPU limits, mCores Total CPU limits per namespace and workload type in millicores. Deprecated - use builtin:kubernetes.workload.limits_cpu instead (requires ActiveGate 1.245). | Millicores | autoavgmaxmin | Host units |
builtin:cloud | [Deprecated] Kubernetes: Namespace CPU requests, mCores Total CPU requests per namespace and workload type in millicores. Deprecated - use builtin:kubernetes.workload.requests_cpu instead (requires ActiveGate 1.245). | Millicores | autoavgmaxmin | Host units |
builtin:cloud | [Deprecated] Kubernetes: Namespace desired pods Number of desired pods per namespace and workload type. Deprecated - use builtin:kubernetes.workload.pods_desired instead (requires ActiveGate 1.245). | Count | autoavgmaxmin | Host units |
builtin:cloud | [Deprecated] Kubernetes: Namespace memory limits, bytes Total of memory limits per namespace and workload type in bytes. Deprecated - use builtin:kubernetes.workload.limits_memory instead (requires ActiveGate 1.245). | Byte | autoavgmaxmin | Host units |
builtin:cloud | [Deprecated] Kubernetes: Namespace memory requests, bytes Total of memory requests per namespace and workload type in bytes. Deprecated - use builtin:kubernetes.workload.requests_memory instead (requires ActiveGate 1.245). | Byte | autoavgmaxmin | Host units |
builtin:cloud | [Deprecated] Kubernetes: Namespace running pods Number of running pods per namespace and workload type. Deprecated - use builtin:kubernetes.pods instead (requires ActiveGate 1.245). | Count | autoavgmaxmin | Host units |
builtin:cloud | [Deprecated] Kubernetes: Namespace workloads Number of workloads per namespace and workload type. Deprecated - use builtin:kubernetes.workloads instead (requires ActiveGate 1.245). | Count | autoavgmaxmin | Host units |
builtin:cloud | [Deprecated] Kubernetes: Node conditions Health status of a Kubernetes node. Deprecated - use builtin:kubernetes.node.conditions instead (requires ActiveGate 1.249). | autoavgcountmaxminsum | Host units | |
builtin:cloud | [Deprecated] Kubernetes: Node cores Total allocatable CPU cores per Kubernetes node. Deprecated - use builtin:kubernetes.node.cpu_allocatable instead (requires ActiveGate 1.245). | Millicores | autoavgmaxmin | Host units |
builtin:cloud | [Deprecated] Kubernetes: Node CPU available Total CPU cores available for additional pods per Kubernetes node. Deprecated - use builtin:kubernetes.node.cpu_allocatable - builtin:kubernetes.node.requests_cpu instead (requires ActiveGate 1.245). | Millicores | autoavgmaxmin | Host units |
builtin:cloud | [Deprecated] Kubernetes: Node CPU limit Total CPU limit per Kubernetes node. Deprecated - use builtin:kubernetes.node.limits_cpu instead (requires ActiveGate 1.245). | Millicores | autoavgmaxmin | Host units |
builtin:cloud | [Deprecated] Kubernetes: Node CPU requests Total CPU requests per Kubernetes node. Deprecated - use builtin:kubernetes.node.requests_cpu instead (requires ActiveGate 1.245). | Millicores | autoavgmaxmin | Host units |
builtin:cloud | [Deprecated] Kubernetes: Node memory Total allocatable memory per Kubernetes node. Deprecated - use builtin:kubernetes.node.memory_allocatable instead (requires ActiveGate 1.245). | Byte | autoavgmaxmin | Host units |
builtin:cloud | [Deprecated] Kubernetes: Node memory available Total memory available for additional pods per Kubernetes node. Deprecated - use builtin:kubernetes.node.memory_allocatable - builtin:kubernetes.node.requests_memory instead (requires ActiveGate 1.245). | Byte | autoavgmaxmin | Host units |
builtin:cloud | [Deprecated] Kubernetes: Node memory limit Total memory limit per Kubernetes node. Deprecated - use builtin:kubernetes.node.limits_memory instead (requires ActiveGate 1.245). | Byte | autoavgmaxmin | Host units |
builtin:cloud | [Deprecated] Kubernetes: Node memory requests Total memory requests per Kubernetes node. Deprecated - use builtin:kubernetes.node.requests_memory instead (requires ActiveGate 1.245). | Byte | autoavgmaxmin | Host units |
builtin:cloud | [Deprecated] Kubernetes: Container restarts per pod Number of container restarts within a pod. The metric is only written if there was at least one container restart. Use the transformer :default(0) in your metric selector to work with missing values. Deprecated - use builtin:kubernetes.container.restarts instead (requires ActiveGate 1.247). | Count | autoavgcountmaxminsum | Host units |
builtin:cloud | [Deprecated] Kubernetes: Containers per workload Number of containers per workload, split by container state. Deprecated - use builtin:kubernetes.containers instead (requires ActiveGate 1.245). | Count | autoavgcountmaxminsum | Host units |
builtin:cloud | [Deprecated] Kubernetes: Pod CPU limits, mCores CPU limits per pod in millicores. Deprecated - use builtin:kubernetes.workload.limits_cpu instead (requires ActiveGate 1.245). | Millicores | autoavgmaxmin | Host units |
builtin:cloud | [Deprecated] Kubernetes: Pod CPU requests, mCores CPU requests per pod in millicores. Deprecated - use builtin:kubernetes.workload.requests_cpu instead (requires ActiveGate 1.245). | Millicores | autoavgmaxmin | Host units |
builtin:cloud | [Deprecated] Kubernetes: Containers - desired containers per workload Number of desired containers per workload. Deprecated - use builtin:kubernetes.workload.containers_desired instead (requires ActiveGate 1.245). | Count | autoavgcountmaxminsum | Host units |
builtin:cloud | [Deprecated] Kubernetes: Pod memory limits, bytes Memory limits per pod in bytes. Deprecated - use builtin:kubernetes.workload.limits_memory instead (requires ActiveGate 1.245). | Byte | autoavgmaxmin | Host units |
builtin:cloud | [Deprecated] Kubernetes: Pod memory requests, bytes Memory requests per pod in bytes. Deprecated - use builtin:kubernetes.workload.requests_memory instead (requires ActiveGate 1.245). | Byte | autoavgmaxmin | Host units |
builtin:cloud | [Deprecated] Kubernetes: Workloads - desired pods per workload Number of desired pods per workload. Deprecated - use builtin:kubernetes.workload.pods_desired instead (requires ActiveGate 1.245). | Count | autoavgmaxmin | Host units |
builtin:cloud | [Deprecated] Kubernetes: Pod counts Number of pods per workload and phase. Deprecated - use builtin:kubernetes.pods instead (requires ActiveGate 1.245). | Count | autoavgmaxmin | Host units |
builtin:cloud | [Deprecated] Kubernetes: Workloads - running pods per workload Number of running pods per workload. Deprecated - use builtin:kubernetes.pods instead (requires ActiveGate 1.245). | Count | autoavgmaxmin | Host units |
Openstack
Metric key | Name | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:cloud | CPU usage | Percent (%) | autoavgmaxmin | Host units |
builtin:cloud | Disk allocation | Byte | autoavgmaxmin | Host units |
builtin:cloud | Disk capacity | Byte | autoavgmaxmin | Host units |
builtin:cloud | Memory resident | Byte | autoavgmaxmin | Host units |
builtin:cloud | Memory usage | Byte | autoavgmaxmin | Host units |
builtin:cloud | Network incoming bytes rate | Byte | autoavgmaxmin | Host units |
builtin:cloud | Network outgoing bytes rate | Byte | autoavgmaxmin | Host units |
VMware
Metric key | Name | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:cloud | Host CPU usage % | Percent (%) | autoavgmaxmin | Host units |
builtin:cloud | Host disk usage rate | kB | autoavgmaxmin | Host units |
builtin:cloud | Host disk commands aborted | Count | autovalue | Host units |
builtin:cloud | Host disk queue latency | Millisecond | autoavgmaxmin | Host units |
builtin:cloud | Host disk read IOPS | Per second | autoavgmaxmin | Host units |
builtin:cloud | Host disk read latency | Millisecond | autoavgmaxmin | Host units |
builtin:cloud | Host disk read rate | kB | autoavgmaxmin | Host units |
builtin:cloud | Host disk write IOPS | Per second | autoavgmaxmin | Host units |
builtin:cloud | Host disk write latency | Millisecond | autoavgmaxmin | Host units |
builtin:cloud | Host disk write rate | kB | autoavgmaxmin | Host units |
builtin:cloud | Host compression rate | Kibibyte | autoavgmaxmin | Host units |
builtin:cloud | Host memory consumed | Kibibyte | autoavgmaxmin | Host units |
builtin:cloud | Host decompression rate | Kibibyte | autoavgmaxmin | Host units |
builtin:cloud | Host swap in rate | Kibibyte | autoavgmaxmin | Host units |
builtin:cloud | Host swap out rate | Kibibyte | autoavgmaxmin | Host units |
builtin:cloud | Host network data received rate | kB | autoavgmaxmin | Host units |
builtin:cloud | Host network data transmitted rate | kB | autoavgmaxmin | Host units |
builtin:cloud | Data received rate | kB | autoavgmaxmin | Host units |
builtin:cloud | Data transmitted rate | kB | autoavgmaxmin | Host units |
builtin:cloud | Packets received dropped | Count | autovalue | Host units |
builtin:cloud | Packets transmitted dropped | Count | autovalue | Host units |
builtin:cloud | Number of VMs | Count | autoavgmaxmin | Host units |
builtin:cloud | Number of VMs powered-off | Count | autoavgmaxmin | Host units |
builtin:cloud | Number of VMs suspended | Count | autoavgmaxmin | Host units |
builtin:cloud | Host availability % | Percent (%) | autoavg | Host units |
builtin:cloud | VM CPU ready % | Percent (%) | autoavgmaxmin | Host units |
builtin:cloud | VM swap wait | Millisecond | autovalue | Host units |
builtin:cloud | VM CPU usage MHz | Count | autoavgmaxmin | Host units |
builtin:cloud | VM CPU usage % | Percent (%) | autoavgmaxmin | Host units |
builtin:cloud | VM disk usage rate | kB | autoavgmaxmin | Host units |
builtin:cloud | VM memory active | Kibibyte | autoavgmaxmin | Host units |
builtin:cloud | VM compression rate | Kibibyte | autoavgmaxmin | Host units |
builtin:cloud | VM memory consumed | Kibibyte | autoavgmaxmin | Host units |
builtin:cloud | VM decompression rate | Kibibyte | autoavgmaxmin | Host units |
builtin:cloud | VM swap in rate | Kibibyte | autoavgmaxmin | Host units |
builtin:cloud | VM swap out rate | Kibibyte | autoavgmaxmin | Host units |
builtin:cloud | VM network data received rate | kB | autoavgmaxmin | Host units |
builtin:cloud | VM network data transmitted rate | kB | autoavgmaxmin | Host units |
Containers
CPU
Metric key | Name and description | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:containers | Containers: CPU throttling, mCores CPU throttling per container in millicores. | Millicores | autoavgmaxmin | Host units |
builtin:containers | [Deprecated] Containers: CPU throttling, mCores CPU throttling per container in millicores. Deprecated metric for historical data access only. For regular access, use builtin:containers.cpu.throttledMilliCores instead. | Millicores | autoavgmaxmin | Host units |
builtin:containers | Containers: CPU usage, mCores CPU usage per container in millicores | Millicores | autoavgmaxmin | Host units |
builtin:containers | [Deprecated] Containers: CPU usage, mCores CPU usage per container in millicores. Deprecated metric for historical data access only. For regular access, use builtin:containers.cpu.usageMilliCores instead. | Millicores | autoavgmaxmin | Host units |
builtin:containers | Containers: CPU usage, % of limit Percent CPU usage per container relative to CPU resource limit. Logical cores are used if CPU limit isn't set. | Percent (%) | autoavgmaxmin | Host units |
builtin:containers | [Deprecated] Containers: CPU usage, % of limit Percent CPU usage per container relative to CPU resource limit. Logical cores is used if CPU limit is not set. Deprecated metric for historical data access only. For regular access, use builtin:containers.cpu.usagePercent instead. | Percent (%) | autoavg | Host units |
builtin:containers | Containers: CPU limit, mCores CPU resource limit per container in millicores. | Millicores | autoavgmaxmin | Host units |
builtin:containers | Containers: CPU logical cores Number of logical CPU cores of the host. | Cores | autoavgmaxmin | Host units |
builtin:containers | Containers: CPU shares Number of CPU shares allocated per container. | Count | autoavgmaxmin | Host units |
builtin:containers | Containers: CPU throttled time, ns/min Total amount of time a container has been throttled, in nanoseconds per minute. | Nanosecond | autoavgmaxmin | Host units |
builtin:containers | [Deprecated] Containers: CPU throttling ratio CPU resource limit per container. | Ratio | autoavgmaxmin | Host units |
builtin:containers | Containers: CPU system usage, mCores CPU system usage per container in millicores. | Millicores | autoavgmaxmin | Host units |
builtin:containers | Containers: CPU system usage time, ns/min Used system time per container in nanoseconds per minute. | Nanosecond | autoavgmaxmin | Host units |
builtin:containers | Containers: CPU usage time, ns/min Sum of used system and user time per container in nanoseconds per minute. | Nanosecond | autoavgmaxmin | Host units |
builtin:containers | Containers: CPU user usage, mCores CPU user usage per container in millicores. | Millicores | autoavgmaxmin | Host units |
builtin:containers | Containers: CPU user usage time, ns/min Used user time per container in nanoseconds per minute. | Nanosecond | autoavgmaxmin | Host units |
Memory
Metric key | Name and description | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:containers | Containers: Memory usage, bytes Resident set size (Linux) or private working set size (Windows) per container in bytes. | Byte | autoavgmaxmin | Host units |
builtin:containers | [Deprecated] Containers: Memory usage, bytes Resident set size (Linux) or private working set size (Windows) per container in bytes. Deprecated metric for historical data access only. For regular access, use builtin:containers.memory.residentSetBytes instead. | Byte | autoavgmaxmin | Host units |
builtin:containers | Containers: Memory usage, % of limit Resident set size (Linux) or private working set size (Windows) per container in percent relative to container memory limit. If no limit is set, this equals total physical memory. | Percent (%) | autoavgmaxmin | Host units |
builtin:containers | [Deprecated] Containers: Memory usage, % of limit Resident set size (Linux) or private working set size (Windows) per container in percent relative to container memory limit. If no limit is set, this equals total physical memory. Deprecated metric for historical data access only. For regular access, use builtin:containers.memory.usagePercent instead. | Percent (%) | autoavg | Host units |
builtin:containers | Containers: Memory cache, bytes Page cache memory per container in bytes. | Byte | autoavgmaxmin | Host units |
builtin:containers | Containers: Memory limit, bytes Memory limit per container in bytes. If no limit is set, this is an empty value. | Byte | autoavgmaxmin | Host units |
builtin:containers | Containers: Memory limit, % of physical memory Percent memory limit per container relative to total physical memory. If no limit is set, this is an empty value. | Percent (%) | autoavg | Host units |
builtin:containers | Containers: Memory - out of memory kills Number of out of memory kills for a container. | Count | autovalue | Host units |
builtin:containers | Containers: Memory - total physical memory, bytes Total physical memory on the host in bytes. | Byte | autoavgmaxmin | Host units |
Other containers metrics
Metric key | Name | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:containers | Container bytes received | Byte | autoavgcountmaxminsum | Host units |
builtin:containers | Container bytes transmitted | Byte | autoavgcountmaxminsum | Host units |
builtin:containers | Container cpu usage | Percent (%) | autoavgcountmaxminsum | Host units |
builtin:containers | Devicemapper data space available | Byte | autoavgcountmaxminsum | Host units |
builtin:containers | Devicemapper data space used | Byte | autoavgcountmaxminsum | Host units |
builtin:containers | Devicemapper meta-data space available | Byte | autoavgcountmaxminsum | Host units |
builtin:containers | Devicemapper meta-data space used | Byte | autoavgcountmaxminsum | Host units |
builtin:containers | Memory percent | Percent (%) | autoavgcountmaxminsum | Host units |
builtin:containers | Container memory usage | Byte | autoavgcountmaxminsum | Host units |
builtin:containers | Number of containers launched | Count | autoavgcountmaxminsum | Host units |
builtin:containers | Number of containers running | Count | autoavgcountmaxminsum | Host units |
builtin:containers | Number of containers running | Count | autoavgcountmaxminsum | Host units |
builtin:containers | Number of containers terminated | Count | autoavgcountmaxminsum | Host units |
builtin:containers | Container throttled time | Millisecond | autoavgcountmaxminsum | Host units |
Dashboards
Other dashboards metrics
Metric key | Name | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:dashboards | Dashboard view count | Count | autovalue | Host units |
Infrastructure
Availability
Metric key | Name and description | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:host | Host availability Host availability state metric reported in 1 minute intervals | Count | autovalue | Host units |
CPU
Metric key | Name and description | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:host | z/OS General CPU usage | Percent (%) | autoavgmaxmin | Host units |
builtin:host | z/OS Rolling 4 hour MSU average | MSU | autoavgmaxmin | Host units |
builtin:host | z/OS MSU capacity | MSU | autoavgmaxmin | Host units |
builtin:host | z/OS zIIP eligible time | Second | autoavgmaxmin | Host units |
builtin:host | AIX Entitlement configured Capacity Entitlement is the number of virtual processors assigned to the AIX partition. It’s measured in fractions of processor equal to 0.1 or 0.01. See <a href="https://dt-url.net/3n234vz" >Assigning the appropriate processor entitled capacity</a> for more info about entitlement | Ratio | autoavgmaxmin | Host units |
builtin:host | AIX Entitlement used Percentage of entitlement used. Capacity Entitlement is the number of virtual cores assigned to the AIX partition. See <a href="https://dt-url.net/3n234vz" >Assigning the appropriate processor entitled capacity</a> for more info about entitlement | Percent (%) | autoavgmaxmin | Host units |
builtin:host | CPU idle Average CPU time, when the CPU didn't have anything to do | Percent (%) | autoavgmaxmin | Host units |
builtin:host | CPU I/O wait Percentage of time when CPU was idle during which the system had an outstanding I/O request. It is not available on Linux and AIX. | Percent (%) | autoavgmaxmin | Host units |
builtin:host | System load The average number of processes that are being executed by CPU or waiting to be executed by CPU over the last minute | Ratio | autoavgmaxmin | Host units |
builtin:host | System load15m The average number of processes that are being executed by CPU or waiting to be executed by CPU over the last 15 minutes | Ratio | autoavgmaxmin | Host units |
builtin:host | System load5m The average number of processes that are being executed by CPU or waiting to be executed by CPU over the last 5 minutes | Ratio | autoavgmaxmin | Host units |
builtin:host | CPU other Average CPU time spent on other tasks: servicing interrupt requests (IRQ), running virtual machines under the control of the host's kernel (It means the host is a hypervisor for VMs). It's available only for Linux hosts | Percent (%) | autoavgmaxmin | Host units |
builtin:host | AIX Physical consumed Total CPUs consumed by the AIX partition | Ratio | autoavgmaxmin | Host units |
builtin:host | CPU steal Average CPU time, when a virtual machine waits to get CPU cycles from the hypervisor. In a virtual environment, CPU cycles are shared across virtual machines on the hypervisor server. If your virtualized host displays a high CPU steal, it means CPU cycles are being taken away from your virtual machine to serve other purposes. It may indicate an overloaded hypervisor. It's available only for Linux hosts | Percent (%) | autoavgmaxmin | Host units |
builtin:host | CPU system Average CPU time when CPU was running in kernel mode | Percent (%) | autoavgmaxmin | Host units |
builtin:host | CPU usage % Percentage of CPU time when CPU was utilized. A value close to 100% means most host processing resources are in use, and host CPUs can’t handle additional work | Percent (%) | autoavgmaxmin | Host units |
builtin:host | CPU user Average CPU time when CPU was running in user mode | Percent (%) | autoavgmaxmin | Host units |
DNS
Metric key | Name and description | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:host | Number of DNS errors by type The number of DNS errors by type | Count | autoavgcountmaxminsum | Host units |
builtin:host | Number of orphaned DNS responses The number of orphaned DNS responses on the host | Count | autoavgcountmaxminsum | Host units |
builtin:host | Number of DNS queries The number of DNS queries on the host | Count | autoavgcountmaxminsum | Host units |
builtin:host | DNS query time sum The time of all DNS queries on the host | Millisecond | autoavgcountmaxminsum | Host units |
builtin:host | DNS query time The average time of DNS query. Calculated with DNS query time sum divided by number of DNS queries for each host and dns server pair. | Millisecond | autoavgmaxmin | Host units |
builtin:host | DNS query time by DNS server The weighted average time of DNS query by DNS server ip. Calculated with DNS query time sum divided by number of DNS queries. It weights the result taking into account number of requests from each host. | Millisecond | autoavgmaxmin | Host units |
builtin:host | DNS query time on host The weighted average time of DNS query on a host. Calculated with DNS query time sum divided by number of DNS queries on a host. It weights the result taking into account number of requests to each dns server | Millisecond | autoavgmaxmin | Host units |
Disk
Metric key | Name and description | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:host | Disk throughput read File system read throughput in bits per second | bit | autoavgmaxmin | Host units |
builtin:host | Disk throughput write File system write throughput in bits per second | bit | autoavgmaxmin | Host units |
builtin:host | Disk available Amount of free space available for user in file system. On Linux and AIX it is free space available for unprivileged user. It doesn't contain part of free space reserved for the root. | Byte | autoavgmaxmin | Host units |
builtin:host | Disk read bytes per second Speed of read from file system in bytes per second | Byte | autoavgmaxmin | Host units |
builtin:host | Disk write bytes per second Speed of write to file system in bytes per second | Byte | autoavgmaxmin | Host units |
builtin:host | Disk available % Percentage of free space available for user in file system. On Linux and AIX it is % of free space available for unprivileged user. It doesn't contain part of free space reserved for the root. | Percent (%) | autoavgmaxmin | Host units |
builtin:host | Inodes available % Percentage of free inodes available for unprivileged user in file system. Metric not available on Windows. | Percent (%) | autoavgmaxmin | Host units |
builtin:host | Inodes total Total amount of inodes available for unprivileged user in file system. Metric not available on Windows. | Count | autoavgmaxmin | Host units |
builtin:host | Disk average queue length Average number of read and write operations in disk queue | Count | autoavgmaxmin | Host units |
builtin:host | Disk read operations per second Number of read operations from file system per second | Per second | autoavgmaxmin | Host units |
builtin:host | Disk read time Average time of read from file system. It shows average disk latency during read. | Millisecond | autoavgcountmaxminsum | Host units |
builtin:host | Disk used Amount of used space in file system | Byte | autoavgmaxmin | Host units |
builtin:host | Disk used % Percentage of used space in file system | Percent (%) | autoavgmaxmin | Host units |
builtin:host | Disk utilization time Percent of time spent on disk I/O operations | Percent (%) | autoavgmaxmin | Host units |
builtin:host | Disk write operations per second Number of write operations to file system per second | Per second | autoavgmaxmin | Host units |
builtin:host | Disk write time Average time of write to file system. It shows average disk latency during write. | Millisecond | autoavgcountmaxminsum | Host units |
Handles
Metric key | Name and description | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:host | File descriptors max Maximum amount of file descriptors for use | Count | autoavgmaxmin | Host units |
builtin:host | File descriptors used Amount of file descriptors used | Count | autoavgmaxmin | Host units |
Kernel threads
Metric key | Name and description | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:host | AIX Kernel threads blocked Length of the swap queue. The swap queue contains the threads ready to run but swapped out with the currently running threads | Count | autoavgmaxmin | Host units |
builtin:host | AIX Kernel threads I/O event wait Number of threads that are waiting for file system direct (cio) + Number of processes that are asleep waiting for buffered I/O | Count | autoavgmaxmin | Host units |
builtin:host | AIX Kernel threads I/O message wait Number of threads that are sleeping and waiting for raw I/O operations at a particular time. Raw I/O operation allows applications to direct write to the Logical Volume Manager (LVM) layer | Count | autoavgmaxmin | Host units |
builtin:host | AIX Kernel threads runnable Number of runnable threads (running or waiting for run time) (threads ready). The average number of runnable threads is seen in the first column of the vmstat command output | Count | autoavgmaxmin | Host units |
Memory
Metric key | Name and description | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:host | Memory available The amount of memory (RAM) available on the host. The memory that is available for allocation to new or existing processes. Available memory is an estimation of how much memory is available for use without swapping. | Byte | autoavgmaxmin | Host units |
builtin:host | Memory available % The percentage of memory (RAM) available on the host. The memory that is available for allocation to new or existing processes. Available memory is an estimation of how much memory is available for use without swapping. Shows available memory as percentages. | Percent (%) | autoavgmaxmin | Host units |
builtin:host | Page faults per second The measure of the number of page faults per second on the monitored host. This value includes soft faults and hard faults. | Per second | autoavgmaxmin | Host units |
builtin:host | Swap available The amount of swap memory or swap space (also known as paging, which is the on-disk component of the virtual memory system) available. | Byte | autoavgmaxmin | Host units |
builtin:host | Swap total Amount of total swap memory or total swap space (also known as paging, which is the on-disk component of the virtual memory system) for use. | Byte | autovalue | Host units |
builtin:host | Swap used The amount of swap memory or swap space (also known as paging, which is the on-disk component of the virtual memory system) used. | Byte | autoavgmaxmin | Host units |
builtin:host | Kernel memory The memory used by the system kernel. It includes memory used by core components of OS along with any device drivers.Typically, the number will be very small. | Byte | autoavgmaxmin | Host units |
builtin:host | Memory reclaimable The memory usage for specific purposes. Reclaimable memory is calculated as available memory (estimation of how much memory is available for use without swapping) minus free memory (amount of memory that is currently not used for anything). See <a href="https://dt-url.net/bx024wr" >the article</a> for more information on reclaimable memory. | Byte | autoavgmaxmin | Host units |
builtin:host | Memory total The amount of memory (RAM) installed on the system. | Byte | autovalue | Host units |
builtin:host | Memory used % Shows percentage of memory currently used. Used memory is calculated by OneAgent as follows: used = total – available. So the used memory metric displayed in Dynatrace analysis views is not equal to the used memory metric displayed by system tools. At the same time, it’s important to remember that system tools report used memory the way they do due to historical reasons, and that this particular method of calculating used memory isn’t really representative of how the Linux kernel manages memory in modern systems. The difference in these measurements is in fact quite significant, too. Note: Calculated by taking 100% - "Memory available %". | Percent (%) | autoavgmaxmin | Host units |
builtin:host | Memory used Used memory is calculated by OneAgent as follows: used = total – available. So the used memory metric displayed in Dynatrace analysis views is not equal to the used memory metric displayed by system tools. At the same time, it’s important to remember that system tools report used memory the way they do due to historical reasons, and that this particular method of calculating used memory isn’t really representative of how the Linux kernel manages memory in modern systems. The difference in these measurements is in fact quite significant, too. | Byte | autoavgmaxmin | Host units |
Network
Metric key | Name and description | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:host | NIC packets dropped Network interface packets dropped on the host | Per second | autovalue | Host units |
builtin:host | NIC received packets dropped Network interface received packets dropped on the host | Per second | autoavgmaxmin | Host units |
builtin:host | NIC sent packets dropped Network interface sent packets dropped on the host | Per second | autoavgmaxmin | Host units |
builtin:host | NIC packet errors Network interface packet errors on the host | Per second | autovalue | Host units |
builtin:host | NIC received packet errors Network interface received packet errors on a host | Per second | autoavgmaxmin | Host units |
builtin:host | NIC sent packet errors Network interface sent packet errors on the host | Per second | autoavgmaxmin | Host units |
builtin:host | NIC packets received Network interface packets received on the host | Per second | autoavgmaxmin | Host units |
builtin:host | NIC packets sent Network interface packets sent on the host | Per second | autoavgmaxmin | Host units |
builtin:host | NIC bytes received Network interface bytes received on the host | Byte | autoavgmaxmin | Host units |
builtin:host | NIC bytes sent on host Network interface bytes sent on the host | Byte | autoavgmaxmin | Host units |
builtin:host | NIC connectivity Network interface connectivity on the host | Percent (%) | autoavgmaxmin | Host units |
builtin:host | NIC receive link utilization Network interface receive link utilization on the host | Percent (%) | autoavgmaxmin | Host units |
builtin:host | NIC transmit link utilization Network interface transmit link utilization on the host | Percent (%) | autoavgmaxmin | Host units |
builtin:host | NIC retransmission Network interface retransmission on the host | Percent (%) | autoavgmaxmin | Host units |
builtin:host | NIC received packets retransmission Network interface retransmission for received packets on the host | Percent (%) | autoavgmaxmin | Host units |
builtin:host | NIC sent packets retransmission Network interface retransmission for sent packets on the host | Percent (%) | autoavgmaxmin | Host units |
builtin:host | Traffic Network traffic on the host | bit | autovalue | Host units |
builtin:host | Traffic in Traffic incoming at the host | bit | autoavgmaxmin | Host units |
builtin:host | Traffic out Traffic outgoing from the host | bit | autoavgmaxmin | Host units |
builtin:host | Host retransmission base received Host aggregated process retransmission base received per second | Per second | autoavgmaxmin | Host units |
builtin:host | Host retransmission base sent Host aggregated process retransmission base sent per second | Per second | autoavgmaxmin | Host units |
builtin:host | Host retransmitted packets received Host aggregated process retransmitted packets received per second | Per second | autoavgmaxmin | Host units |
builtin:host | Host retransmitted packets sent Host aggregated process retransmitted packets sent per second | Per second | autoavgmaxmin | Host units |
builtin:host | Localhost session reset received Host aggregated session reset received per second on localhost | Per second | autoavgmaxmin | Host units |
builtin:host | Localhost session timeout received Host aggregated session timeout received per second on localhost | Per second | autoavgmaxmin | Host units |
builtin:host | Localhost new session received Host aggregated new session received per second on localhost | Per second | autoavgmaxmin | Host units |
builtin:host | Host session reset received Host aggregated process session reset received per second | Per second | autoavgmaxmin | Host units |
builtin:host | Host session timeout received Host aggregated process session timeout received per second | Per second | autoavgmaxmin | Host units |
builtin:host | Host new session received Host aggregated process new session received per second | Per second | autoavgmaxmin | Host units |
builtin:host | Host bytes received Host aggregated process bytes received per second | Byte | autoavgmaxmin | Host units |
builtin:host | Host bytes sent Host aggregated process bytes sent per second | Byte | autoavgmaxmin | Host units |
OS service
Metric key | Name and description | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:host | OS Service availability This metric provides the status of the OS service. If the OS service is running, the OS module is reporting "1" as a value of the metric. In any other case, the metric has a value of "0"Please note that this metric provides data only from Classic Windows services monitoring (supported only on Windows), currently replaced by the new OS Services monitoring. Learn more about Classic Windows services monitoring: https://dt-url.net/classic-windows-services | Count | autoavgmaxmin | Host units |
Processes
Metric key | Name and description | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:host | OS Process count This metric shows an average number of processes, over one minute, running on the host. The reported number of processes is based on processes detected by the OS module, read in 10 seconds cycles. | Count | autoavgmaxmin | Host units |
builtin:host | PGI count This metric shows the number of PGIs created by the OS module every minute. It includes every PGI, even those which are considered not important and are not reported to Dynatrace. | Count | autoavgmaxmin | Host units |
builtin:host | Reported PGI count This metric shows the number of PGIs created and reported by the OS module every minute. It includes only PGIs, which are considered important and reported to Dynatrace. Important PGIs are those in which OneAgent recognizes the technology, have open network ports, generate significant resource usage, or are created via Declarative process grouping rules. You can read more what makes process important at https://dt-url.net/most-important-processes | Count | autoavgmaxmin | Host units |
Zos
Metric key | Name and description | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:host | z/OS General CPU time Total General CPU time per minute | Count | autoavgcountmaxminsum | Host units |
builtin:host | z/OS Consumed MSUs per SMF interval (SMF70EDT) Number of consumed MSUs per SMF interval (SMF70EDT) | Count | autoavgcountmaxminsum | Host units |
builtin:host | z/OS zIIP time Total zIIP time per minute | Count | autoavgcountmaxminsum | Host units |
builtin:host | z/OS zIIP usage Actively used zIIP as a percentage of available zIIP | Count | autoavgcountmaxminsum | Host units |
Other infrastructure metrics
Metric key | Name and description | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:host | Host availability % Host availability % | Percent (%) | autoavg | Host units |
builtin:host | Host uptime Time since last host boot up. Requires OneAgent 1.259+. The metric is not supported for application-only OneAgent deployments. | Second | autoavgmaxmin | Host units |
Kubernetes
Cluster
Metric key | Name and description | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:kubernetes | Kubernetes: Cluster readyz status Current status of the Kubernetes API server reported by the /readyz endpoint (0 or 1). | autoavgmaxmin | Host units |
Container
Metric key | Name and description | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:kubernetes | Kubernetes: Container - out of memory (OOM) kill count This metric measures the out of memory (OOM) kills. The most detailed level of aggregation is container. The value corresponds to the status 'OOMKilled' of a container in the pod resource's container status. The metric is only written if there was at least one container OOM kill. | Count | autovalue | Host units |
builtin:kubernetes | Kubernetes: Container - restart count This metric measures the amount of container restarts. The most detailed level of aggregation is container. The value corresponds to the delta of the 'restartCount' defined in the pod resource's container status. The metric is only written if there was at least one container restart. | Count | autovalue | Host units |
Node
Metric key | Name and description | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:kubernetes | Kubernetes: Node conditions This metric describes the status of a Kubernetes node. The most detailed level of aggregation is node. | Count | autoavgmaxmin | Host units |
builtin:kubernetes | Kubernetes: Node - CPU allocatable This metric measures the total allocatable cpu. The most detailed level of aggregation is node. The value corresponds to the allocatable cpu of a node. | Millicores | autoavgmaxmin | Host units |
builtin:kubernetes | Kubernetes: Pod - CPU limits (by node) This metric measures the cpu limits. The most detailed level of aggregation is node. The value corresponds to the sum of the cpu limits of all containers in a pod. | Millicores | autoavgmaxmin | Host units |
builtin:kubernetes | Kubernetes: Pod - memory limits (by node) This metric measures the memory limits. The most detailed level of aggregation is node. The value corresponds to the sum of the memory limits of all containers in a pod. | Byte | autoavgmaxmin | Host units |
builtin:kubernetes | Kubernetes: Node - memory allocatable This metric measures the total allocatable memory. The most detailed level of aggregation is node. The value corresponds to the allocatable memory of a node. | Byte | autoavgmaxmin | Host units |
builtin:kubernetes | Kubernetes: Pod count (by node) This metric measures the number of pods. The most detailed level of aggregation is node. The value corresponds to the count of all pods. | Count | autoavgmaxmin | Host units |
builtin:kubernetes | Kubernetes: Node - pod allocatable count This metric measures the total number of allocatable pods. The most detailed level of aggregation is node. The value corresponds to the allocatable pods of a node. | Count | autoavgmaxmin | Host units |
builtin:kubernetes | Kubernetes: Pod - CPU requests (by node) This metric measures the cpu requests. The most detailed level of aggregation is node. The value corresponds to the sum of the cpu requests of all containers in a pod. | Millicores | autoavgmaxmin | Host units |
builtin:kubernetes | Kubernetes: Pod - memory requests (by node) This metric measures the memory requests. The most detailed level of aggregation is node. The value corresponds to the sum of the memory requests of all containers in a pod. | Byte | autoavgmaxmin | Host units |
Resourcequota
Metric key | Name and description | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:kubernetes | Kubernetes: Resource quota - CPU limits This metric measures the cpu limit quota. The most detailed level of aggregation is resource quota. The value corresponds to the cpu limits of a resource quota. | Millicores | autoavgmaxmin | Host units |
builtin:kubernetes | Kubernetes: Resource quota - CPU limits used This metric measures the used cpu limit quota. The most detailed level of aggregation is resource quota. The value corresponds to the used cpu limits of a resource quota. | Millicores | autoavgmaxmin | Host units |
builtin:kubernetes | Kubernetes: Resource quota - memory limits This metric measures the memory limit quota. The most detailed level of aggregation is resource quota. The value corresponds to the memory limits of a resource quota. | Byte | autoavgmaxmin | Host units |
builtin:kubernetes | Kubernetes: Resource quota - memory limits used This metric measures the used memory limits quota. The most detailed level of aggregation is resource quota. The value corresponds to the used memory limits of a resource quota. | Byte | autoavgmaxmin | Host units |
builtin:kubernetes | Kubernetes: Resource quota - pod count This metric measures the pods quota. The most detailed level of aggregation is resource quota. The value corresponds to the pods of a resource quota. | Count | autoavgmaxmin | Host units |
builtin:kubernetes | Kubernetes: Resource quota - pod used count This metric measures the used pods quota. The most detailed level of aggregation is resource quota. The value corresponds to the used pods of a resource quota. | Count | autoavgmaxmin | Host units |
builtin:kubernetes | Kubernetes: Resource quota - CPU requests This metric measures the cpu requests quota. The most detailed level of aggregation is resource quota. The value corresponds to the cpu requests of a resource quota. | Millicores | autoavgmaxmin | Host units |
builtin:kubernetes | Kubernetes: Resource quota - CPU requests used This metric measures the used cpu requests quota. The most detailed level of aggregation is resource quota. The value corresponds to the used cpu requests of a resource quota. | Millicores | autoavgmaxmin | Host units |
builtin:kubernetes | Kubernetes: Resource quota - memory requests This metric measures the memory requests quota. The most detailed level of aggregation is resource quota. The value corresponds to the memory requests of a resource quota. | Byte | autoavgmaxmin | Host units |
builtin:kubernetes | Kubernetes: Resource quota - memory requests used This metric measures the used memory requests quota. The most detailed level of aggregation is resource quota. The value corresponds to the used memory requests of a resource quota. | Byte | autoavgmaxmin | Host units |
Workload
Metric key | Name and description | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:kubernetes | Kubernetes: Workload conditions This metric describes the status of a Kubernetes workload. The most detailed level of aggregation is workload. | Count | autoavgmaxmin | Host units |
builtin:kubernetes | Kubernetes: Pod - desired container count This metric measures the number of desired containers. The most detailed level of aggregation is workload. The value is the count of all containers in the pod's specification. | Count | autoavgmaxmin | Host units |
builtin:kubernetes | Kubernetes: Container - CPU throttled (by workload) This metric measures the total CPU throttling by container. The most detailed level of aggregation is workload. | Millicores | autoavgmaxmin | Host units |
builtin:kubernetes | Kubernetes: Container - CPU usage (by workload) This metric measures the total CPU consumed (user usage + system usage) by container. The most detailed level of aggregation is workload. | Millicores | autoavgmaxmin | Host units |
builtin:kubernetes | Kubernetes: Pod - CPU limits (by workload) This metric measures the cpu limits. The most detailed level of aggregation is workload. The value corresponds to the sum of the cpu limits of all containers in a pod. | Millicores | autoavgmaxmin | Host units |
builtin:kubernetes | Kubernetes: Pod - memory limits (by workload) This metric measures the memory limits. The most detailed level of aggregation is workload. The value corresponds to the sum of the memory limits of all containers in a pod. | Byte | autoavgmaxmin | Host units |
builtin:kubernetes | [Deprecated] Kubernetes: Container - Memory RSS (by workload) This metric measures the true resident set size (RSS) by container. RSS is the amount of physical memory used by the container's cgroup - either total_rss + total_mapped_file (cgroup v1) or anon + file_mapped (cgroup v2). The most detailed level of aggregation is workload. Deprecated - use builtin:kubernetes.workload.memory_working_set instead. | Byte | autoavgmaxmin | Host units |
builtin:kubernetes | Kubernetes: Container - Working set memory (by workload) This metric measures the current working set memory (memory that cannot be reclaimed under pressure) by container. The OOM Killer is invoked if the working set exceeds the limit. The most detailed level of aggregation is workload. | Byte | autoavgmaxmin | Host units |
builtin:kubernetes | Kubernetes: Workload - desired pod count This metric measures the number of desired pods. The most detailed level of aggregation is workload. The value corresponds to the 'replicas' defined in a deployment resource and to the 'desiredNumberScheduled' for a daemon set resource's status as example. | Count | autoavgmaxmin | Host units |
builtin:kubernetes | Kubernetes: Pod - CPU requests (by workload) This metric measures the cpu requests. The most detailed level of aggregation is workload. The value corresponds to the sum of the cpu requests of all containers in a pod. | Millicores | autoavgmaxmin | Host units |
builtin:kubernetes | Kubernetes: Pod - memory requests (by workload) This metric measures the memory requests. The most detailed level of aggregation is workload. The value corresponds to the sum of the memory requests of all containers in a pod. | Byte | autoavgmaxmin | Host units |
Other kubernetes metrics
Metric key | Name and description | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:kubernetes | Kubernetes: Container count This metric measures the number of containers. The most detailed level of aggregation is workload. The metric counts the number of all containers. | Count | autoavgmaxmin | Host units |
builtin:kubernetes | Kubernetes: Event count This metric counts Kubernetes events. The most detailed level of aggregation is the event reason. The value corresponds to the count of events returned by the Kubernetes events endpoint. This metric depends on Kubernetes event monitoring. It will not show any datapoints for the period in which event monitoring is deactivated. | Count | autovalue | Host units |
builtin:kubernetes | Kubernetes: Node count This metric measures the number of nodes. The most detailed level of aggregation is cluster. The value is the count of all nodes. | Count | autoavgmaxmin | Host units |
builtin:kubernetes | Kubernetes: Pod count (by workload) This metric measures the number of pods. The most detailed level of aggregation is workload. The value corresponds to the count of all pods. | Count | autoavgmaxmin | Host units |
builtin:kubernetes | Kubernetes: Workload count This metric measures the number of workloads. The most detailed level of aggregation is namespace. The value corresponds to the count of all workloads. | Count | autoavgmaxmin | Host units |
Osservice
Other osservice metrics
Metric key | Name and description | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:osservice | OS Service availability This metric provides the detailed OS-specific state of the OS service. It is sent once per minute with a 10-second granularity - six samples are aggregated every minute. Status dimension (dt.osservice.status) and a numeric metric value represent the state of the OS service. Values of the status dimension are OS-dependent (for example, "active" for Linux and "running" for Windows). The metric value represents the number of times the OS service was in a specific state during each minute. If the service had the same status in every 10-second sample, the metric value would be 6. However, value is only sent if the service was in a particular state during any 10-second sample. For example, on Linux, if the service ran for a minute, the metric would have a value of 6 and "active" as a value of the status dimension. However, if it were inactive for a minute, it would also have a value of 6, but the value of the status dimension would change to "inactive". Other available dimensions include startup type (dt.osservice.startup_type), alerting status for the OS service (dt.osservice.alerting), display name (dt.osservice.display_name), manufacturer (dt.osservice.manufacturer), name (dt.osservice.name), executable path (dt.osservice.path) and hostname (host.name). There are also host (dt.entity.host) and OS Service (dt.entity.os:service) entities. Windows and Linux operating systems are supported. Learn more about OS Services monitoring: https://dt-url.net/os-services-monitoring | Count | autoavgcountmaxminsum | DDUs |
Process
Other process metrics
Metric key | Name and description | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:pgi | Process availability % This metric provides the percentage of time when a process is available. It is sent once per minute with a 10-second granularity - six samples are aggregated every minute. If the process is available for a whole minute, the value is 100%. A 0% value indicates that it is not running. It has a "Process" dimension (dt.entity.process_group_instance). | Percent (%) | autoavg | Host units |
Process
Other process metrics
Metric key | Name and description | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:process | Process traffic in This metric provides size of incoming traffic of a process. It helps to identify processes generating high network traffic on a host. The result is expressed in kilobytes. It has a "PID" (process.pid), "Parent PID" (process.parent_pid), "process owner" (process.owner), "process executable name" (process.executable.name), "process executable path" (process.executable.path), "process command line" (process.command_line) and "Process group instance" (dt.entity.process_group_instance) dimensionsYou can learn more about the Process instance snapshot at https://dt-url.net/process-instance-snapshots-doc. | kB | autoavgcountmaxminsum | Host units |
builtin:process | Process traffic out This metric provides size of outgoing traffic of a process. It helps to identify processes generating high network traffic on a host. The result is expressed in kilobytes. It has a "PID" (process.pid), "Parent PID" (process.parent_pid), "process owner" (process.owner), "process executable name" (process.executable.name), "process executable path" (process.executable.path), "process command line" (process.command_line) and "Process group instance" (dt.entity.process_group_instance) dimensionsYou can learn more about the Process instance snapshot at https://dt-url.net/process-instance-snapshots-doc. | kB | autoavgcountmaxminsum | Host units |
builtin:process | Process average CPU This metric provides the percentage of the CPU usage of a process. The metric value is the sum of CPU time every process worker uses divided by the total available CPU time. The result is expressed in percentage. A value of 100% indicates that the process uses all available CPU resources of the host. It has a "PID" (process.pid), "Parent PID" (process.parent_pid), "process owner" (process.owner), "process executable name" (process.executable.name), "process executable path" (process.executable.path), "process command line" (process.command_line) and "Process group instance" (dt.entity.process_group_instance) dimensionsYou can learn more about the Process instance snapshot at https://dt-url.net/process-instance-snapshots-doc. | Percent (%) | autoavgcountmaxminsum | Host units |
builtin:process | Process memory This metric provides the memory usage of a process. It helps to identify processes with high memory resource consumption and memory leaks. The result is expressed in bytes. It has a "PID" (process.pid), "Parent PID" (process.parent_pid), "process owner" (process.owner), "process executable name" (process.executable.name), "process executable path" (process.executable.path), "process command line" (process.command_line) and "Process group instance" (dt.entity.process_group_instance) dimensionsYou can learn more about the Process instance snapshot at https://dt-url.net/process-instance-snapshots-doc. | Byte | autoavgcountmaxminsum | Host units |
Queue
Other queue metrics
Metric key | Name and description | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:queue | Incoming messages The number of incoming messages on the queue or topic | Count | autoavgcountmaxminsum | Host units |
builtin:queue | Outgoing messages The number of outgoing messages from the queue or topic | Count | autoavgcountmaxminsum | Host units |
Security
Security problems
Metric key | Name and description | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:security | New Muted Security Problems (global) Number of vulnerabilities that were recently muted. The metric value is independent of any configured management zone (and thus global). | Count | autovalue | Host units |
builtin:security | New Open Security Problems (global) Number of vulnerabilities that were recently created. The metric value is independent of any configured management zone (and thus global). | Count | autovalue | Host units |
builtin:security | New Open Security Problems (split by Management Zone) Number of vulnerabilities that were recently created. The metric value is split by management zone. | Count | autovalue | Host units |
builtin:security | Open Security Problems (global) Number of currently open vulnerabilities seen within the last minute. The metric value is independent of any configured management zone (and thus global). | Count | autoavgmaxmin | Host units |
builtin:security | Open Security Problems (split by Management Zone) Number of currently open vulnerabilities seen within the last minute. The metric value is split by management zone. | Count | autoavgmaxmin | Host units |
builtin:security | New Resolved Security Problems (global) Number of vulnerabilities that were recently resolved. The metric value is independent of any configured management zone (and thus global). | Count | autovalue | Host units |
Vulnerabilities
Metric key | Name and description | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:security | Vulnerabilities - affected process groups count (global) Total number of unique affected process groups across all open vulnerabilities per technology. The metric value is independent of any configured management zone (and thus global). | Count | autoavgmaxmin | Host units |
builtin:security | Vulnerabilities - affected not-muted process groups count (global) Total number of unique affected process groups across all open, unmuted vulnerabilities per technology. The metric value is independent of any configured management zone (and thus global). | Count | autoavgmaxmin | Host units |
builtin:security | Vulnerabilities - affected entities count Total number of unique affected entities across all open vulnerabilities. The metric supports the management zone selector. | Count | autovalue | Host units |
Services
CPU
Metric key | Name and description | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:service | CPU time CPU time consumed by a key request within a particular request type. Request types classify requests, e.g. Resource requests for static assets like CSS or JS files. For detailed information on how service timings are calculated, https://dt-url.net/service-timings. | Microsecond | autoavgcountmaxminsum | Host units |
builtin:service | Key request CPU time CPU time consumed by a request type. Request types classify requests, e.g. Resource requests for static assets like CSS or JS files. For detailed information on how service timings are calculated, https://dt-url.net/service-timings. | Microsecond | autoavgcountmaxminsum | Host units |
builtin:service | CPU time CPU time consumed by a particular request. For detailed information on how service timings are calculated, https://dt-url.net/service-timings. | Microsecond | autoavgcountmaxminsum | Host units |
builtin:service | Service CPU time CPU time consumed by a particular service. For detailed information on how service timings are calculated, https://dt-url.net/service-timings. | Microsecond | autovalue | Host units |
Database connections
Metric key | Name and description | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:service | Failed connections Unsuccessful connection attempts compared to all connection attempts. For more on database analysis, https://dt-url.net/database-services. | Count | autovalue | Host units |
builtin:service | Connection failure rate Rate of unsuccessful connection attempts compared to all connection attempts. For more on database analysis, https://dt-url.net/database-services. | Percent (%) | autovalue | Host units |
builtin:service | Successful connections Total number of database connections successfully established by this service. For more on database analysis, https://dt-url.net/database-services. | Count | autovalue | Host units |
builtin:service | Connection success rate Rate of successful connection attempts compared to all connection attempts. For more on database analysis, https://dt-url.net/database-services. | Percent (%) | autovalue | Host units |
builtin:service | Total number of connections Total number of database connections that were attempted to be established by this service. For more on database analysis, https://dt-url.net/database-services. | Count | autovalue | Host units |
Errors
Metric key | Name and description | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:service | Number of client side errors Failed requests for a service measured on client side. For more on failure detection: https://dt-url.net/service-failuredetection. | Count | autovalue | Host units |
builtin:service | Failure rate (client side errors) | Percent (%) | autoavg | Host units |
builtin:service | Number of calls without client side errors | Count | autovalue | Host units |
builtin:service | Number of HTTP 5xx errors HTTP requests with a status code between 500 and 599 for a given key request measured on server side. For more on failure detection: https://dt-url.net/service-failuredetection. | Count | autovalue | Host units |
builtin:service | Failure rate (HTTP 5xx errors) | Percent (%) | autoavg | Host units |
builtin:service | Number of calls without HTTP 5xx errors | Count | autovalue | Host units |
builtin:service | Number of HTTP 4xx errors HTTP requests with a status code between 400 and 499 for a given key request measured on server side. For more on failure detection: https://dt-url.net/service-failuredetection. | Count | autovalue | Host units |
builtin:service | Failure rate (HTTP 4xx errors) | Percent (%) | autoavg | Host units |
builtin:service | Number of calls without HTTP 4xx errors | Count | autovalue | Host units |
builtin:service | Number of client side errors Failed requests for a given request type like dynamic web requests or static web requests measured on client side. For more on failure detection, https://dt-url.net/service-failuredetection. | Count | autovalue | Host units |
builtin:service | Failure rate (client side errors) | Percent (%) | autoavg | Host units |
builtin:service | Number of calls without client side errors | Count | autovalue | Host units |
builtin:service | Number of server side errors Failed requests for a given request type like dynamic web requests or static web requests measured on server side. For more on failure detection, https://dt-url.net/service-failuredetection. | Count | autovalue | Host units |
builtin:service | Failure rate (server side errors) | Percent (%) | autoavg | Host units |
builtin:service | Number of calls without server side errors | Count | autovalue | Host units |
builtin:service | Number of any errors Failed requests rate for a given request type like dynamic web requests or static web requests. For more on failure detection: https://dt-url.net/service-failuredetection. | Count | autovalue | Host units |
builtin:service | Failure rate (any errors) | Percent (%) | autoavg | Host units |
builtin:service | Number of calls without any errors | Count | autovalue | Host units |
builtin:service | Number of server side errors Failed requests for a service measured on server side. For more on failure detection: https://dt-url.net/service-failuredetection. | Count | autovalue | Host units |
builtin:service | Failure rate (server side errors) | Percent (%) | autoavg | Host units |
builtin:service | Number of calls without server side errors | Count | autovalue | Host units |
builtin:service | Number of any errors Failed requests for a service measured on server side or client side. For more on failure detection: https://dt-url.net/service-failuredetection. | Count | autovalue | Host units |
builtin:service | Failure rate (any errors) | Percent (%) | autoavg | Host units |
builtin:service | Number of calls without any errors | Count | autovalue | Host units |
Key requests
Metric key | Name and description | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:service | Request count - client Number of requests for a given key request - measured on the client side. This metric is written for each key request. For more on key requests, https://dt-url.net/key-request. | Count | autovalue | Host units |
builtin:service | Request count - server Number of requests for a given key request - measured on the server side. This metric is written for each key request. For more on key requests, https://dt-url.net/key-request. | Count | autovalue | Host units |
builtin:service | Request count Number of requests for a given key request. This metric is written for each key request. For more on key requests, https://dt-url.net/key-request. | Count | autovalue | Host units |
builtin:service | CPU per request CPU time for a given key request. This metric is written for each key request. For more on key requests, https://dt-url.net/key-request. | Microsecond | autoavgcountmaxminsum | Host units |
builtin:service | Service key request CPU time CPU time for a given key request. This metric is written for each key request. For more on key requests, https://dt-url.net/key-request. | Microsecond | autoavgcountmaxminsum | Host units |
builtin:service | Number of client side errors Failed requests for a given key request measured on client side. For more on failure detection: https://dt-url.net/service-failuredetection. | Count | autovalue | Host units |
builtin:service | Failure rate (client side errors) | Percent (%) | autoavg | Host units |
builtin:service | Number of calls without client side errors | Count | autovalue | Host units |
builtin:service | Number of HTTP 5xx errors Rate of HTTP requests with a status code between 500 and 599 of a given key request. For more on failure detection, https://dt-url.net/service-failuredetection. | Count | autovalue | Host units |
builtin:service | Failure rate (HTTP 5xx errors) | Percent (%) | autoavg | Host units |
builtin:service | Number of calls without HTTP 5xx errors | Count | autovalue | Host units |
builtin:service | Number of HTTP 4xx errors Rate of HTTP requests with a status code between 400 and 499 of a given key request. For more on failure detection, https://dt-url.net/service-failuredetection. | Count | autovalue | Host units |
builtin:service | Failure rate (HTTP 4xx errors) | Percent (%) | autoavg | Host units |
builtin:service | Number of calls without HTTP 4xx errors | Count | autovalue | Host units |
builtin:service | Number of server side errors Failed requests for a given key request measured on server side. For more on failure detection: https://dt-url.net/service-failuredetection. | Count | autovalue | Host units |
builtin:service | Failure rate (server side errors) | Percent (%) | autoavg | Host units |
builtin:service | Number of calls without server side errors | Count | autovalue | Host units |
builtin:service | Client side response time Response time for a given key request - measured on the client side. This metric is written for each key request. For more on key requests, https://dt-url.net/key-request. | Microsecond | autoavgcountmaxmedianminpercentilesum | Host units |
builtin:service | Server side response time Response time for a given key request - measured on the server side. This metric is written for each request. For more on key requests, https://dt-url.net/key-request. | Microsecond | autoavgcountmaxmedianminpercentilesum | Host units |
builtin:service | Key request response time Response time for a given key request. This metric is written for each key request. For more on key requests, https://dt-url.net/key-request. | Microsecond | autoavgcountmaxmedianminpercentilesum | Host units |
builtin:service | Success rate (server side) | Percent (%) | autoavg | Host units |
builtin:service | Number of calls to databases | Count | autovalue | Host units |
builtin:service | Time spent in database calls | Microsecond | autovalue | Host units |
builtin:service | IO time | Microsecond | autovalue | Host units |
builtin:service | Lock time | Microsecond | autovalue | Host units |
builtin:service | Number of calls to other services | Count | autovalue | Host units |
builtin:service | Time spent in calls to other services | Microsecond | autovalue | Host units |
builtin:service | Total processing time Total processing time for a given key request. This time includes potential further asynchronous processing. This metric is written for each key request. For more on key requests, https://dt-url.net/key-request. | Microsecond | autoavgcountmaxmedianminpercentilesum | Host units |
builtin:service | Wait time | Microsecond | autovalue | Host units |
Request count
Metric key | Name and description | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:service | Request count - client Number of requests received by a given service - measured on the client side. This metric allows service splittings. For more on services, https://dt-url.net/am-services. | Count | autovalue | Host units |
builtin:service | Request count - server Number of requests received by a given service - measured on the server side. This metric allows service splittings. For more on services, https://dt-url.net/am-services. | Count | autovalue | Host units |
builtin:service | Request count Number of requests received by a given service. This metric allows service splittings. For more on services, https://dt-url.net/am-services. | Count | autovalue | Host units |
Response time
Metric key | Name and description | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:service | Client side response time Response time for a given key request per request type - measured on the client side. This metric is written for each key request. For more on key requests, https://dt-url.net/key-request. | Microsecond | autoavgcountmaxmedianminpercentilesum | Host units |
builtin:service | Server side response time Response time for a given key request per request type - measured on the server side. This metric is written for each key request. For more on key requests, https://dt-url.net/key-request. | Microsecond | autoavgcountmaxmedianminpercentilesum | Host units |
builtin:service | Client side response time | Microsecond | autoavgcountmaxmedianminpercentilesum | Host units |
builtin:service | Server side response time | Microsecond | autoavgcountmaxmedianminpercentilesum | Host units |
builtin:service | Response time Time consumed by a particular service until a response is sent back to the calling application, process, service etc.For detailed information on how service timings are calculated, https://dt-url.net/service-timings. | Microsecond | autoavgcountmaxmedianminpercentilesum | Host units |
Success rate
Metric key | Name | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:service | Success rate (server side) | Percent (%) | autoavg | Host units |
Total processing time
Metric key | Name and description | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:service | Total processing time Total time consumed by a particular request type including asynchronous processing. Time includes the factor that asynchronous processing can still occur after responses are sent. For detailed information on service timings are calculated, https://dt-url.net/service-timings. | Microsecond | autoavgcountmaxmedianminpercentilesum | Host units |
Other services metrics
Metric key | Name and description | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:service | Total processing time Total time consumed by a particular service including asynchronous processing. Time includes the factor that asynchronous processing can still occur after responses are sent.For detailed information on how service timings are calculated, https://dt-url.net/service-timings. | Microsecond | autoavgcountmaxmedianminpercentilesum | Host units |
builtin:service | Number of calls to databases | Count | autovalue | Host units |
builtin:service | Time spent in database calls | Microsecond | autovalue | Host units |
builtin:service | IO time | Microsecond | autovalue | Host units |
builtin:service | Lock time | Microsecond | autovalue | Host units |
builtin:service | Number of calls to other services | Count | autovalue | Host units |
builtin:service | Time spent in calls to other services | Microsecond | autovalue | Host units |
builtin:service | Wait time | Microsecond | autovalue | Host units |
Synthetic monitoring
Browser
Metric key | Name | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:synthetic | Action duration - custom action [browser monitor] | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:synthetic | Action duration - custom action (by geolocation) [browser monitor] | Millisecond | autoavgcountmaxminsum | DEM units |
builtin:synthetic | Action duration - load action [browser monitor] | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:synthetic | Action duration - load action (by geolocation) [browser monitor] | Millisecond | autoavgcountmaxminsum | DEM units |
builtin:synthetic | Action duration - XHR action [browser monitor] | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:synthetic | Action duration - XHR action (by geolocation) [browser monitor] | Millisecond | autoavgcountmaxminsum | DEM units |
builtin:synthetic | Availability rate (by location) [browser monitor] | Percent (%) | autoavg | DEM units |
builtin:synthetic | Availability rate - excl. maintenance windows (by location) [browser monitor] | Percent (%) | autoavg | DEM units |
builtin:synthetic | Cumulative layout shift - load action [browser monitor] | autoavgcountmaxmedianminpercentilesum | DEM units | |
builtin:synthetic | Cumulative layout shift - load action (by geolocation) [browser monitor] | autoavgcountmaxmedianminpercentilesum | DEM units | |
builtin:synthetic | DOM interactive - load action [browser monitor] | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:synthetic | DOM interactive - load action (by geolocation) [browser monitor] | Millisecond | autoavgcountmaxminsum | DEM units |
builtin:synthetic | Error details (by error code) [browser monitor] | Count | autovalue | DEM units |
builtin:synthetic | Error details (by geolocation, error code) [browser monitor] | Count | autovalue | DEM units |
builtin:synthetic | Action duration - custom action (by event) [browser monitor] | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:synthetic | Action duration - custom action (by event, geolocation) [browser monitor] | Millisecond | autoavgcountmaxminsum | DEM units |
builtin:synthetic | Action duration - load action (by event) [browser monitor] | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:synthetic | Action duration - load action (by event, geolocation) [browser monitor] | Millisecond | autoavgcountmaxminsum | DEM units |
builtin:synthetic | Action duration - XHR action (by event) [browser monitor] | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:synthetic | Action duration - XHR action (by event, geolocation) [browser monitor] | Millisecond | autoavgcountmaxminsum | DEM units |
builtin:synthetic | Cumulative layout shift - load action (by event) [browser monitor] | autoavgcountmaxmedianminpercentilesum | DEM units | |
builtin:synthetic | Cumulative layout shift - load action (by event, geolocation) [browser monitor] | autoavgcountmaxmedianminpercentilesum | DEM units | |
builtin:synthetic | DOM interactive - load action (by event) [browser monitor] | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:synthetic | DOM interactive - load action (by event, geolocation) [browser monitor] | Millisecond | autoavgcountmaxminsum | DEM units |
builtin:synthetic | Error details (by event, error code) [browser monitor] | Count | autovalue | DEM units |
builtin:synthetic | Error details (by event, geolocation, error code) [browser monitor] | Count | autovalue | DEM units |
builtin:synthetic | Failed events count (by event) [browser monitor] | Count | autovalue | DEM units |
builtin:synthetic | Failed events count (by event, geolocation) [browser monitor] | Count | autovalue | DEM units |
builtin:synthetic | Time to first byte - load action (by event) [browser monitor] | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:synthetic | Time to first byte - load action (by event, geolocation) [browser monitor] | Millisecond | autoavgcountmaxminsum | DEM units |
builtin:synthetic | Time to first byte - XHR action (by event) [browser monitor] | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:synthetic | Time to first byte - XHR action (by event, geolocation) [browser monitor] | Millisecond | autoavgcountmaxminsum | DEM units |
builtin:synthetic | Largest contentful paint - load action (by event) [browser monitor] | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:synthetic | Largest contentful paint - load action (by event, geolocation) [browser monitor] | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:synthetic | Load event end - load action (by event) [browser monitor] | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:synthetic | Load event end - load action (by event, geolocation) [browser monitor] | Millisecond | autoavgcountmaxminsum | DEM units |
builtin:synthetic | Load event start - load action (by event) [browser monitor] | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:synthetic | Load event start - load action (by event, geolocation) [browser monitor] | Millisecond | autoavgcountmaxminsum | DEM units |
builtin:synthetic | Network contribution - load action (by event) [browser monitor] | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:synthetic | Network contribution - load action (by event, geolocation) [browser monitor] | Millisecond | autoavgcountmaxminsum | DEM units |
builtin:synthetic | Network contribution - XHR action (by event) [browser monitor] | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:synthetic | Network contribution - XHR action (by event, geolocation) [browser monitor] | Millisecond | autoavgcountmaxminsum | DEM units |
builtin:synthetic | Response end - load action (by event) [browser monitor] | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:synthetic | Response end - load action (by event, geolocation) [browser monitor] | Millisecond | autoavgcountmaxminsum | DEM units |
builtin:synthetic | Response end - XHR action (by event) [browser monitor] | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:synthetic | Response end - XHR action (by event, geolocation) [browser monitor] | Millisecond | autoavgcountmaxminsum | DEM units |
builtin:synthetic | Server contribution - load action (by event) [browser monitor] | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:synthetic | Server contribution - load action (by event, geolocation) [browser monitor] | Millisecond | autoavgcountmaxminsum | DEM units |
builtin:synthetic | Server contribution - XHR action (by event) [browser monitor] | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:synthetic | Server contribution - XHR action (by event, geolocation) [browser monitor] | Millisecond | autoavgcountmaxminsum | DEM units |
builtin:synthetic | Speed index - load action (by event) [browser monitor] | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:synthetic | Speed index - load action (by event, geolocation) [browser monitor] | Millisecond | autoavgcountmaxminsum | DEM units |
builtin:synthetic | Successful events count (by event) [browser monitor] | Count | autovalue | DEM units |
builtin:synthetic | Successful events count (by event, geolocation) [browser monitor] | Count | autovalue | DEM units |
builtin:synthetic | Total events count (by event) [browser monitor] | Count | autovalue | DEM units |
builtin:synthetic | Total events count (by event, geolocation) [browser monitor] | Count | autovalue | DEM units |
builtin:synthetic | Total duration (by event) [browser monitor] | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:synthetic | Total duration (by event, geolocation) [browser monitor] | Millisecond | autoavgcountmaxminsum | DEM units |
builtin:synthetic | Visually complete - load action (by event) [browser monitor] | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:synthetic | Visually complete - load action (by event, geolocation) [browser monitor] | Millisecond | autoavgcountmaxminsum | DEM units |
builtin:synthetic | Visually complete - XHR action (by event) [browser monitor] | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:synthetic | Visually complete - XHR action (by event, geolocation) [browser monitor] | Millisecond | autoavgcountmaxminsum | DEM units |
builtin:synthetic | Failed executions count [browser monitor] | Count | autovalue | DEM units |
builtin:synthetic | Failed executions count (by geolocation) [browser monitor] | Count | autovalue | DEM units |
builtin:synthetic | Time to first byte - load action [browser monitor] | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:synthetic | Time to first byte - load action (by geolocation) [browser monitor] | Millisecond | autoavgcountmaxminsum | DEM units |
builtin:synthetic | Time to first byte - XHR action [browser monitor] | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:synthetic | Time to first byte - XHR action (by geolocation) [browser monitor] | Millisecond | autoavgcountmaxminsum | DEM units |
builtin:synthetic | Largest contentful paint - load action [browser monitor] | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:synthetic | Largest contentful paint - load action (by geolocation) [browser monitor] | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:synthetic | Load event end - load action [browser monitor] | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:synthetic | Load event end - load action (by geolocation) [browser monitor] | Millisecond | autoavgcountmaxminsum | DEM units |
builtin:synthetic | Load event start - load action [browser monitor] | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:synthetic | Load event start - load action (by geolocation) [browser monitor] | Millisecond | autoavgcountmaxminsum | DEM units |
builtin:synthetic | Network contribution - load action [browser monitor] | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:synthetic | Network contribution - load action (by geolocation) [browser monitor] | Millisecond | autoavgcountmaxminsum | DEM units |
builtin:synthetic | Network contribution - XHR action [browser monitor] | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:synthetic | Network contribution - XHR action (by geolocation) [browser monitor] | Millisecond | autoavgcountmaxminsum | DEM units |
builtin:synthetic | Response end - load action [browser monitor] | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:synthetic | Response end - load action (by geolocation) [browser monitor] | Millisecond | autoavgcountmaxminsum | DEM units |
builtin:synthetic | Response end - XHR action [browser monitor] | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:synthetic | Response end - XHR action (by geolocation) [browser monitor] | Millisecond | autoavgcountmaxminsum | DEM units |
builtin:synthetic | Server contribution - load action [browser monitor] | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:synthetic | Server contribution - load action (by geolocation) [browser monitor] | Millisecond | autoavgcountmaxminsum | DEM units |
builtin:synthetic | Server contribution - XHR action [browser monitor] | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:synthetic | Server contribution - XHR action (by geolocation) [browser monitor] | Millisecond | autoavgcountmaxminsum | DEM units |
builtin:synthetic | Speed index - load action [browser monitor] | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:synthetic | Speed index - load action (by geolocation) [browser monitor] | Millisecond | autoavgcountmaxminsum | DEM units |
builtin:synthetic | Successful executions count [browser monitor] | Count | autovalue | DEM units |
builtin:synthetic | Successful executions count (by geolocation) [browser monitor] | Count | autovalue | DEM units |
builtin:synthetic | Total executions count [browser monitor] | Count | autovalue | DEM units |
builtin:synthetic | Total executions count (by geolocation) [browser monitor] | Count | autovalue | DEM units |
builtin:synthetic | Total duration [browser monitor] | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:synthetic | Total duration (by geolocation) [browser monitor] | Millisecond | autoavgcountmaxminsum | DEM units |
builtin:synthetic | Visually complete - load action [browser monitor] | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:synthetic | Visually complete - load action (by geolocation) [browser monitor] | Millisecond | autoavgcountmaxminsum | DEM units |
builtin:synthetic | Visually complete - XHR action [browser monitor] | Millisecond | autoavgcountmaxmedianminpercentilesum | DEM units |
builtin:synthetic | Visually complete - XHR action (by geolocation) [browser monitor] | Millisecond | autoavgcountmaxminsum | DEM units |
HTTP
Metric key | Name | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:synthetic | Availability rate (by location) [HTTP monitor] | Percent (%) | autoavg | DEM units |
builtin:synthetic | Availability rate - excl. maintenance windows (by location) [HTTP monitor] | Percent (%) | autoavg | DEM units |
builtin:synthetic | DNS lookup time (by location) [HTTP monitor] | Millisecond | autoavgcountmaxminsum | DEM units |
builtin:synthetic | Duration (by location) [HTTP monitor] | Millisecond | autoavgcountmaxminsum | DEM units |
builtin:synthetic | Execution count (by status) [HTTP monitor] | Count | autovalue | DEM units |
builtin:synthetic | DNS lookup time (by request, location) [HTTP monitor] | Millisecond | autoavgcountmaxminsum | DEM units |
builtin:synthetic | Duration (by request, location) [HTTP monitor] | Millisecond | autoavgcountmaxminsum | DEM units |
builtin:synthetic | Response size (by request, location) [HTTP monitor] | Byte | autoavgcountmaxminsum | DEM units |
builtin:synthetic | TCP connect time (by request, location) [HTTP monitor] | Millisecond | autoavgcountmaxminsum | DEM units |
builtin:synthetic | Time to first byte (by request, location) [HTTP monitor] | Millisecond | autoavgcountmaxminsum | DEM units |
builtin:synthetic | TLS handshake time (by request, location) [HTTP monitor] | Millisecond | autoavgcountmaxminsum | DEM units |
builtin:synthetic | Duration threshold (request) (by request) [HTTP monitor] | Millisecond | autoavgcountmaxminsum | DEM units |
builtin:synthetic | Result status count (by request, location) [HTTP monitor] | Count | autoavgcountmaxminsum | DEM units |
builtin:synthetic | Status code count (by request, location) [HTTP monitor] | Count | autovalue | DEM units |
builtin:synthetic | Response size (by location) [HTTP monitor] | Byte | autoavgcountmaxminsum | DEM units |
builtin:synthetic | TCP connect time (by location) [HTTP monitor] | Millisecond | autoavgcountmaxminsum | DEM units |
builtin:synthetic | Time to first byte (by location) [HTTP monitor] | Millisecond | autoavgcountmaxminsum | DEM units |
builtin:synthetic | TLS handshake time (by location) [HTTP monitor] | Millisecond | autoavgcountmaxminsum | DEM units |
builtin:synthetic | Duration threshold [HTTP monitor] | Millisecond | autoavgcountmaxminsum | DEM units |
builtin:synthetic | Result status count (by location) [HTTP monitor] | Count | autoavgcountmaxminsum | DEM units |
builtin:synthetic | Status code count (by location) [HTTP monitor] | Count | autovalue | DEM units |
Location
Metric key | Name | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:synthetic | Node health status count [synthetic] | Count | autoavgcountmaxminsum | DEM units |
builtin:synthetic | Private location health status count [synthetic] | Count | autoavgcountmaxminsum | DEM units |
Third party
Metric key | Name | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:synthetic | Availability rate (by location) [third-party monitor] | Percent (%) | autoavg | DEM units |
builtin:synthetic | Availability rate - excl. maintenance windows (by location) [third-party monitor] | Percent (%) | autoavg | DEM units |
builtin:synthetic | Error count [third-party monitor] | Count | autovalue | DEM units |
builtin:synthetic | Error count (by location) [third-party monitor] | Count | autovalue | DEM units |
builtin:synthetic | Test quality rate [third-party monitor] | Percent (%) | autoavgmaxmin | DEM units |
builtin:synthetic | Test quality rate (by location) [third-party monitor] | Percent (%) | autoavgmaxmin | DEM units |
builtin:synthetic | Response time [third-party monitor] | Millisecond | autoavgcountmaxminsum | DEM units |
builtin:synthetic | Response time (by location) [third-party monitor] | Millisecond | autoavgcountmaxminsum | DEM units |
builtin:synthetic | Response time (by step) [third-party monitor] | Millisecond | autoavgcountmaxminsum | DEM units |
builtin:synthetic | Response time (by step, location) [third-party monitor] | Millisecond | autoavgcountmaxminsum | DEM units |
Technologies
.NET
Metric key | Name | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:tech | .NET garbage collection (# Gen 0) | Count | autovalue | Host units |
builtin:tech | .NET garbage collection (# Gen 1) | Count | autovalue | Host units |
builtin:tech | .NET garbage collection (# Gen 2) | Count | autovalue | Host units |
builtin:tech | .NET % time in GC | Percent (%) | autoavgmaxmin | Host units |
builtin:tech | .NET % time in JIT | Percent (%) | autoavgmaxmin | Host units |
builtin:tech | .NET average number of active threads | Count | autoavgmaxmin | Host units |
builtin:tech | .NET memory consumption (Large Object Heap) | Byte | autoavgmaxmin | Host units |
builtin:tech | .NET memory consumption (heap size Gen 0) | Byte | autoavgmaxmin | Host units |
builtin:tech | .NET memory consumption (heap size Gen 1) | Byte | autoavgmaxmin | Host units |
builtin:tech | .NET memory consumption (heap size Gen 2) | Byte | autoavgmaxmin | Host units |
builtin:tech | Bytes in all heaps | Byte | autoavgcountmaxminsum | Host units |
builtin:tech | Gen 0 Collections | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Gen 1 Collections | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Gen 2 Collections | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Logical threads | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Physical threads | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Committed bytes | Byte | autoavgcountmaxminsum | Host units |
builtin:tech | Reserved bytes | Byte | autoavgcountmaxminsum | Host units |
builtin:tech | Time in GC | Percent (%) | autoavgcountmaxminsum | Host units |
builtin:tech | Contention rate | Per second | autoavgcountmaxminsum | Host units |
builtin:tech | Queue length | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Gen 0 Heap size | Byte | autoavgcountmaxminsum | Host units |
builtin:tech | Gen 1 Heap size | Byte | autoavgcountmaxminsum | Host units |
builtin:tech | Gen 2 Heap size | Byte | autoavgcountmaxminsum | Host units |
builtin:tech | .NET managed thread pool active io completion threads | Count | autoavgmaxmin | Host units |
builtin:tech | .NET managed thread pool queued work items | Count | autoavgmaxmin | Host units |
builtin:tech | .NET managed thread pool active worker threads | Count | autoavgmaxmin | Host units |
Apache ActiveMQ
Metric key | Name | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:tech | Average enqueue time | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Average enqueue time increase | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Current connections count | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Dequeue count | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Dispatch count | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Enqueue count | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Expired count | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Inflight count | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Memory usage | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Queue size | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Store usage | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Temp usage | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Total connections count | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Total consumer count | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Total producer count | Count | autoavgcountmaxminsum | DDUs |
Apache Hadoop
Metric key | Name | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:tech | Blocks read | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Blocks removed | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Blocks replicated | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Blocks number | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Blocks verified | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Blocks written | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Bytes read | Byte | autoavgcountmaxminsum | DDUs |
builtin:tech | Bytes written | Byte | autoavgcountmaxminsum | DDUs |
builtin:tech | Cache capacity | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Cache used | Count | autoavgcountmaxminsum | Host units |
builtin:tech | DataNode capacity | Byte | autoavgcountmaxminsum | DDUs |
builtin:tech | Remaining capacity | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Total capacity | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Used capacity | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Capacity used non DFS | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Corrupted blocks | Count | autoavgcountmaxminsum | Host units |
builtin:tech | DataNode cache capacity | Byte | autoavgcountmaxminsum | DDUs |
builtin:tech | DataNode cache used | Byte | autoavgcountmaxminsum | DDUs |
builtin:tech | DataNode Dfs Used | Byte | autoavgcountmaxminsum | DDUs |
builtin:tech | Estimated capacity total loses | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Appended files | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Created files | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Deleted files | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Renamed files | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Files number | Count | autoavgcountmaxminsum | Host units |
builtin:tech | DataNode num blocks cached | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | DataNode num blocks failed to cache | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | DataNode num blocks failed to uncache | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Dead DataNodes | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Dead decommissioning DataNodes | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Live decommissioning DataNodes | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Number of decommissioning DataNodes | Count | autoavgcountmaxminsum | Host units |
builtin:tech | DataNode num failed volumes | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Live DataNodes | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Number of stale dataNodes | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Number of missing blocks | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Pending deletion blocks | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Pending replication blocks | Count | autoavgcountmaxminsum | Host units |
builtin:tech | DataNode capacity remaining | Byte | autoavgcountmaxminsum | DDUs |
builtin:tech | Scheduled replication blocks | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Total load | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Under replicated blocks | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Volume failures total | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Allocated containers | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Allocated memory | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Allocated memory | MB | autoavgcountmaxminsum | Host units |
builtin:tech | Allocated CPU in virtual cores | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Completed applications | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Failed applications | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Killed applications | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Pending applications | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Running applications | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Submitted applications | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Available memory | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Available memory | MB | autoavgcountmaxminsum | Host units |
builtin:tech | Available CPU in virtual cores | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Completed containers | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Failed containers | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Initializing containers | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Killed containers | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Launched containers | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Running containers | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Completed jobs | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Failed jobs | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Killed jobs | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Preparing jobs | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Running jobs | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Completed maps | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Failed maps | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Killed maps | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Running maps | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Waiting maps | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Allocated containers | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Active NodeManagers | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Decommissioned NodeManagers | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Lost NodeManagers | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Rebooted NodeManagers | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Unhealthy NodeManagers | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Pending memory requests | MB | autoavgcountmaxminsum | Host units |
builtin:tech | Pending CPU in virtual cores requests | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Completed reduces | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Failed reduces | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Killed reduces | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Running reduces | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Waiting reduces | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Reserved memory | MB | autoavgcountmaxminsum | Host units |
builtin:tech | Reserved CPU in virtual cores requests | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Shuffle connections | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Shuffle output | Byte | autoavgcountmaxminsum | DDUs |
builtin:tech | Failed shuffle output | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Fine shuffle output | Count | autoavgcountmaxminsum | DDUs |
Apache Solr
Metric key | Name | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:tech | Solr document cache evictions | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr document cache hits | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr document cache inserts | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr document cache lookups | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr field cache evictions | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr field cache hits | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr field cache inserts | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr field cache lookups | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr filter cache evictions | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr filter cache hits | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr filter cache inserts | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr filter cache lookups | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr query result cache evictions | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr query result cache hits | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr query result cache inserts | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr query result cache lookups | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr searcher deleted documents | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr searcher max documents | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr searcher current documents | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr number of queries | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr document cache evictions | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr document cache hits | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr document cache inserts | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr document cache lookups | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr field cache evictions | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr field cache hits | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr field cache inserts | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr field cache lookups | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr filter cache evictions | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr filter cache hits | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr filter cache inserts | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr filter cache lookups | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr query result cache evictions | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr query result cache hits | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr query result cache inserts | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr query result cache lookups | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr searcher deleted documents | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr searcher max documents | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr searcher current documents | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr number of queries | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr number of additions | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr number of deletes by ID | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr number of deletes by query | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr number of update errors | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr document cache evictionsv (by core) | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr document cache hits (by core) | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr document cache inserts (by core) | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr document cache lookups (by core) | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr field cache evictions (by core) | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr field cache hits (by core) | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr field cache inserts (by core) | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr field cache lookups (by core) | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr filter cache evictions (by core) | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr filter cache hits (by core) | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr filter cache inserts (by core) | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr filter cache lookups (by core) | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr query result cache evictions (by core) | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr query result cache hits (by core) | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr query result cache inserts (by core) | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr query result cache lookups (by core) | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr searcher deleted documents (by core) | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr searcher max documents (by core) | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr searcher current documents (by core) | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr number of queries (by core) | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr number of additions (by core) | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr number of deletes by ID (by core) | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr number of deletes by query (by core) | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr number of update errors (by core) | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr number of additions | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr number of deletes by ID | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr number of deletes by query | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Solr number of update errors | Per second | autoavgcountmaxminsum | DDUs |
Apache Tomcat
Metric key | Name | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:tech | Max active | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Max active (global) | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Max total | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Max total (global) | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Num active | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Num active (global) | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Num idle | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Num idle (global) | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Num waiters | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Num waiters (global) | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Wait count | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Wait count (global) | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Tomcat received bytes / sec | Byte | autoavgcountmaxminsum | Host units |
builtin:tech | Tomcat sent bytes / sec | Byte | autoavgcountmaxminsum | Host units |
builtin:tech | Tomcat busy threads | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Tomcat idle threads | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Tomcat request count / sec | Per second | autoavgcountmaxminsum | Host units |
Cassandra
Metric key | Name | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:tech | Compaction rate | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Compaction completed tasks | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Compaction pending tasks | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | KeyCache hit rate | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | RangeSlice failure rate | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | RangeSlice latency 95th percentile | Microsecond | autoavgcountmaxminsum | DDUs |
builtin:tech | RangeSlice rate | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | RangeSlice timeout rate | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | RangeSlice unavailable rate | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Read failure rate | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Read latency 95th percentile | Microsecond | autoavgcountmaxminsum | DDUs |
builtin:tech | Read rate | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Read timeout rate | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Read unavailable rate | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | RowCache hit rate | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Exception count | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Storage load | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Storage total hints | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Mutation pending tasks | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Read pending tasks | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | ReadRepair pending tasks | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Write failure rate | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Write latency 95th percentile | Microsecond | autoavgcountmaxminsum | DDUs |
builtin:tech | Write rate | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Write timeout rate | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Write unavailable rate | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Live SSTable count | Count | autoavgcountmaxminsum | DDUs |
CoreDNS
Metric key | Name | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:tech | Cache hits | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Cache misses | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Cache size | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | DNS request count | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | DNS request duration | Second | autoavgcountmaxminsum | DDUs |
builtin:tech | DNS request size | Byte | autoavgcountmaxminsum | DDUs |
builtin:tech | DNS request type count | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | DNS response rcode count | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | DNS response FORMERR rcode count | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | DNS response NOERROR rcode count | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | DNS response NOTAUTH rcode count | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | DNS response NOTIMP rcode count | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | DNS response NOTZONE rcode count | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | DNS response NXDOMAIN rcode count | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | DNS response REFUSED rcode count | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | DNS response SERVFAIL rcode count | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | DNS response XRRSET rcode count | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | DNS response YXDOMAIN rcode count | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | DNS response size | Byte | autoavgcountmaxminsum | DDUs |
builtin:tech | Forward max concurrent reject count | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Forward request count | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Forward request duration | Second | autoavgcountmaxminsum | DDUs |
builtin:tech | Forward response rcode count | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | GC duration | Second | autoavgcountmaxminsum | DDUs |
builtin:tech | Number of goroutines | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Health request duration | Second | autoavgcountmaxminsum | DDUs |
builtin:tech | Number of cumulative bytes allocated for heap objects | Byte | autoavgcountmaxminsum | DDUs |
builtin:tech | Size of memory in profiling bucket hash tables | Byte | autoavgcountmaxminsum | DDUs |
builtin:tech | Cumulative count of heap objects freed | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Size of memory in garbage collection metadata | Byte | autoavgcountmaxminsum | DDUs |
builtin:tech | Number of bytes allocated and not yet freed | Byte | autoavgcountmaxminsum | DDUs |
builtin:tech | Number of bytes in idle (unused) spans | Byte | autoavgcountmaxminsum | DDUs |
builtin:tech | Number of bytes in in-use spans | Byte | autoavgcountmaxminsum | DDUs |
builtin:tech | Number of allocated heap objects | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Number of bytes of physical memory returned to the OS | Byte | autoavgcountmaxminsum | DDUs |
builtin:tech | Number of bytes of heap memory obtained from the OS | Byte | autoavgcountmaxminsum | DDUs |
builtin:tech | Number of pointer lookups performed by the runtime | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Cumulative count of heap objects allocated | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Number of bytes of allocated mcache structures | Byte | autoavgcountmaxminsum | DDUs |
builtin:tech | Size of memory obtained from the OS for mcache structures | Byte | autoavgcountmaxminsum | DDUs |
builtin:tech | Number of bytes of allocated mspan structures | Byte | autoavgcountmaxminsum | DDUs |
builtin:tech | Size of memory obtained from the OS for mspan structures | Byte | autoavgcountmaxminsum | DDUs |
builtin:tech | Target heap size of the next GC cycle | Byte | autoavgcountmaxminsum | DDUs |
builtin:tech | Size of memory in miscellaneous off-heap runtime allocations | Byte | autoavgcountmaxminsum | DDUs |
builtin:tech | Number of bytes in stack spans | Byte | autoavgcountmaxminsum | DDUs |
builtin:tech | Number of bytes of stack memory obtained from the OS | Byte | autoavgcountmaxminsum | DDUs |
builtin:tech | Total size of memory obtained from the OS | Byte | autoavgcountmaxminsum | DDUs |
builtin:tech | Panic count | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Number of threads | Count | autoavgcountmaxminsum | DDUs |
CouchDB
Metric key | Name | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:tech | Copy | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Delete | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Get | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Head | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Post | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Put | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | auth cache hits | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | auth cache misses | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | bulk requests | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | database reads | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | database writes | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | http_2xx | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | http_3xx | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | http_4xx | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | http_5xx | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | open databases | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | open os files | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | request time | Millisecond | autoavgcountmaxminsum | DDUs |
builtin:tech | request time max | Millisecond | autoavgcountmaxminsum | DDUs |
builtin:tech | requests | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | temporary view reads | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | view reads | Per second | autoavgcountmaxminsum | DDUs |
Couchbase
Metric key | Name | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:tech | cluster basicStats diskFetches | Count | autoavgcountmaxminsum | Host units |
builtin:tech | cluster count membase | Count | autoavgcountmaxminsum | Host units |
builtin:tech | cluster count memcached | Count | autoavgcountmaxminsum | Host units |
builtin:tech | cluster samples cmd_get | Per second | autoavgcountmaxminsum | Host units |
builtin:tech | cluster samples cmd_set | Per second | autoavgcountmaxminsum | Host units |
builtin:tech | cluster samples curr_items | Count | autoavgcountmaxminsum | Host units |
builtin:tech | cluster samples ep_cache_miss_rate | Percent (%) | autoavgcountmaxminsum | Host units |
builtin:tech | cluster samples ep_num_value_ejects | Per minute | autoavgcountmaxminsum | Host units |
builtin:tech | cluster samples ep_oom_errors | Per second | autoavgcountmaxminsum | Host units |
builtin:tech | cluster samples ep_tmp_oom_errors | Per second | autoavgcountmaxminsum | Host units |
builtin:tech | cluster samples ops | Per second | autoavgcountmaxminsum | Host units |
builtin:tech | cluster samples swap_used | Byte | autoavgcountmaxminsum | Host units |
builtin:tech | cluster status healthy | Count | autoavgcountmaxminsum | Host units |
builtin:tech | cluster status unhealthy | Count | autoavgcountmaxminsum | Host units |
builtin:tech | cluster status warmup | Count | autoavgcountmaxminsum | Host units |
builtin:tech | cluster storageTotals hdd free | Byte | autoavgcountmaxminsum | Host units |
builtin:tech | cluster storageTotals hdd quotaTotal | Byte | autoavgcountmaxminsum | Host units |
builtin:tech | cluster storageTotals hdd total | Byte | autoavgcountmaxminsum | Host units |
builtin:tech | cluster storageTotals hdd used | Byte | autoavgcountmaxminsum | Host units |
builtin:tech | cluster storageTotals hdd usedByData | Byte | autoavgcountmaxminsum | Host units |
builtin:tech | cluster storageTotals ram percentageUsage | Percent (%) | autoavgcountmaxminsum | Host units |
builtin:tech | cluster storageTotals ram quotaTotal | Byte | autoavgcountmaxminsum | Host units |
builtin:tech | cluster storageTotals ram quotaTotalPerNode | Byte | autoavgcountmaxminsum | Host units |
builtin:tech | cluster storageTotals ram quotaUsed | Byte | autoavgcountmaxminsum | Host units |
builtin:tech | cluster storageTotals ram quotaUsedPerNode | Byte | autoavgcountmaxminsum | Host units |
builtin:tech | cluster storageTotals ram total | Byte | autoavgcountmaxminsum | Host units |
builtin:tech | cluster storageTotals ram used | Byte | autoavgcountmaxminsum | Host units |
builtin:tech | cluster storageTotals ram usedByData | Byte | autoavgcountmaxminsum | Host units |
builtin:tech | liveview basicStats diskFetches | Count | autoavgcountmaxminsum | Host units |
builtin:tech | liveview basicStats diskUsed | Byte | autoavgcountmaxminsum | Host units |
builtin:tech | liveview basicStats memUsed | Byte | autoavgcountmaxminsum | Host units |
builtin:tech | liveview samples cmd_get | Per second | autoavgcountmaxminsum | Host units |
builtin:tech | liveview samples cmd_set | Per second | autoavgcountmaxminsum | Host units |
builtin:tech | liveview samples couch_docs_data_size | Byte | autoavgcountmaxminsum | Host units |
builtin:tech | liveview samples couch_total_disk_size | Byte | autoavgcountmaxminsum | Host units |
builtin:tech | liveview samples disk_write_queue | Count | autoavgcountmaxminsum | Host units |
builtin:tech | liveview samples ep_cache_miss_rate | Per second | autoavgcountmaxminsum | Host units |
builtin:tech | liveview samples ep_mem_high_wat | Byte | autoavgcountmaxminsum | Host units |
builtin:tech | liveview samples ep_num_value_ejects | Per minute | autoavgcountmaxminsum | Host units |
builtin:tech | liveview samples ops | Per second | autoavgcountmaxminsum | Host units |
builtin:tech | node interestingstats curr_items | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | node interestingstats ep_bg_fetched | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | node interestingstats mem_used | Byte | autoavgcountmaxminsum | DDUs |
builtin:tech | node interestingstats ops | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | node status healthy | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | node status unhealthy | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | node status warmup | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | node systemstats swap_used | Byte | autoavgcountmaxminsum | DDUs |
Custom device
Metric key | Name | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:tech | Custom Device Count | Count | autovalue | Host units |
Elastic search
Metric key | Name | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:tech | Documents count | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Deleted documents | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Field data evictions | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Field data size | Byte | autoavgcountmaxminsum | Host units |
builtin:tech | Query cache count | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Query cache size | Byte | autoavgcountmaxminsum | Host units |
builtin:tech | Query cache evictions | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Segment count | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Replica shards | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Indices count | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Breakers field data estimated size | Byte | autoavgcountmaxminsum | DDUs |
builtin:tech | Breakers field data limit size | Byte | autoavgcountmaxminsum | DDUs |
builtin:tech | Breakers field data overhead | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Breakers field data tripped | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Breakers parent data estimated size | Byte | autoavgcountmaxminsum | DDUs |
builtin:tech | Breakers parent data limit size | Byte | autoavgcountmaxminsum | DDUs |
builtin:tech | Breakers parent data overhead | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Breakers parent data tripped | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Breakers request estimated size | Byte | autoavgcountmaxminsum | DDUs |
builtin:tech | Breakers request limit size | Byte | autoavgcountmaxminsum | DDUs |
builtin:tech | Breakers request overhead | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Breakers request tripped | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Indices flush total | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Indices flush time | Millisecond | autoavgcountmaxminsum | DDUs |
builtin:tech | Indexing delete | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Indexing failed | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Indexing time | Millisecond | autoavgcountmaxminsum | DDUs |
builtin:tech | Indexing total | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Indexing noop update total | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Indexing throttle time | Millisecond | autoavgcountmaxminsum | DDUs |
builtin:tech | Merge total | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Merge auto throttle size | Byte | autoavgcountmaxminsum | DDUs |
builtin:tech | Merge total documents | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Merge total size | Byte | autoavgcountmaxminsum | DDUs |
builtin:tech | Merge stopped time | Millisecond | autoavgcountmaxminsum | DDUs |
builtin:tech | Merge throttled time | Millisecond | autoavgcountmaxminsum | DDUs |
builtin:tech | Merge total time | Millisecond | autoavgcountmaxminsum | DDUs |
builtin:tech | Indices recovery current as source | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Indices recovery current as target | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Indices recovery throttle time | Millisecond | autoavgcountmaxminsum | DDUs |
builtin:tech | Indicies refresh total | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Indicies refresh time | Millisecond | autoavgcountmaxminsum | DDUs |
builtin:tech | Indices request cache evictions | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Indices request cache hit count | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Indices request cache size | Byte | autoavgcountmaxminsum | DDUs |
builtin:tech | Indices request cache miss count | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Fetch time | Millisecond | autoavgcountmaxminsum | DDUs |
builtin:tech | Number of fetches | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Total search time | Millisecond | autoavgcountmaxminsum | DDUs |
builtin:tech | Query time | Millisecond | autoavgcountmaxminsum | DDUs |
builtin:tech | Number of queries | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Scroll time | Millisecond | autoavgcountmaxminsum | DDUs |
builtin:tech | Number of scrolls | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Store size | Byte | autoavgcountmaxminsum | DDUs |
builtin:tech | Store throttle time | Millisecond | autoavgcountmaxminsum | DDUs |
builtin:tech | Indices suggest time | Millisecond | autoavgcountmaxminsum | DDUs |
builtin:tech | Indices suggest total | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Indices translog operations | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Indices translog size | Byte | autoavgcountmaxminsum | DDUs |
builtin:tech | Indices warmer total | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Indices warmer time | Millisecond | autoavgcountmaxminsum | DDUs |
builtin:tech | Thread pools analyze completed | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Thread pools analyze queue | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Thread pools analyze rejected | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Thread pools analyze threads | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Thread pools bulk completed | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Thread pools bulk queue | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Thread pools bulk rejected | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Thread pools bulk threads | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Thread pools ccr completed | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Thread pools ccr queue | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Thread pools ccr rejected | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Thread pools ccr threads | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Thread pools flush completed | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Thread pools flush queue | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Thread pools flush rejected | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Thread pools flush threads | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Thread pools force merge completed | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Thread pools force merge queue | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Thread pools force merge rejected | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Thread pools force merge threads | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Thread pools generic completed | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Thread pools generic queue | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Thread pools generic rejected | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Thread pools generic threads | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Thread pools get completed | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Thread pools get queue | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Thread pools get rejected | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Thread pools get threads | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Thread pools index completed | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Thread pools index queue | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Thread pools index rejected | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Thread pools index threads | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Thread pools listener completed | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Thread pools listener queue | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Thread pools listener rejected | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Thread pools listener threads | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Thread pools percolate completed | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Thread pools percolate queue | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Thread pools percolate rejected | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Thread pools percolate threads | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Thread pools refresh completed | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Thread pools refresh queue | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Thread pools refresh rejected | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Thread pools refresh threads | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Thread pools search completed | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Thread pools search queue | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Thread pools search rejected | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Thread pools search threads | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Thread pools snapshot completed | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Thread pools snapshot queue | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Thread pools snapshot rejected | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Thread pools snapshot threads | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Thread pools write completed | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Thread pools write queue | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Thread pools write rejected | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Thread pools write threads | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Active primary shards | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Active shards | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Delayed unassigned shards | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Initializing shards | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Number of data nodes | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Number of nodes | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Relocating shards | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Status green | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Status red | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Status unknown | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Status yellow | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Unassigned shards | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Indexing time | Millisecond | autoavgcountmaxminsum | DDUs |
builtin:tech | Indexing total | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Merge total | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Merge auto throttle size | Byte | autoavgcountmaxminsum | DDUs |
builtin:tech | Merge total documents | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Merge total size | Byte | autoavgcountmaxminsum | DDUs |
builtin:tech | Merge stopped time | Millisecond | autoavgcountmaxminsum | DDUs |
builtin:tech | Merge throttled time | Millisecond | autoavgcountmaxminsum | DDUs |
builtin:tech | Merge total time | Millisecond | autoavgcountmaxminsum | DDUs |
builtin:tech | Number of fetches | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Total search time | Millisecond | autoavgcountmaxminsum | DDUs |
builtin:tech | Number of queries | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Number of scrolls | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | OS memory usage | Percent (%) | autoavgcountmaxminsum | DDUs |
builtin:tech | OS CPU usage | Percent (%) | autoavgcountmaxminsum | DDUs |
builtin:tech | Process CPU usage | Percent (%) | autoavgcountmaxminsum | DDUs |
builtin:tech | Elasticsearch virtual bytes | Byte | autoavgcountmaxminsum | DDUs |
Generic
Metric key | Name and description | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:tech | Process group total CPU time during GC suspensions This metric provides statistics about CPU usage for process groups of garbage-collected technologies. The metric value is the sum of CPU time used during garbage collector suspensions for every process (including its workers) in a process group. It has a "Process Group" dimension. | Microsecond | autovalue | Host units |
builtin:tech | Process group total CPU time This metric provides the total CPU time used by a process group. The metric value is the sum of CPU time every process (including its workers) of the process group uses. The result is expressed in microseconds. It can help to identify the most CPU-intensive technologies in the monitored environment. It has a "Process Group" dimension. | Microsecond | autovalue | Host units |
builtin:tech | Process total CPU time during GC suspensions This metric provides statistics about CPU usage for garbage-collected processes. The metric value is the sum of CPU time used during garbage collector suspensions for all process workers. It has a "Process" dimension (dt.entity.process_group_instance). | Microsecond | autovalue | Host units |
builtin:tech | Process total CPU time This metric provides the CPU time used by a process. The metric value is the sum of CPU time every process worker uses. The result is expressed in microseconds. It has a "Process" dimension (dt.entity.process_group_instance). | Microsecond | autovalue | Host units |
builtin:tech | Process CPU usage This metric provides the percentage of the CPU usage of a process. The metric value is the sum of CPU time every process worker uses divided by the total available CPU time. The result is expressed in percentage. A value of 100% indicates that the process uses all available CPU resources of the host. It has a "Process" dimension (dt.entity.process_group_instance). | Percent (%) | autoavgmaxmin | Host units |
builtin:tech | z/OS General CPU time | Second | autoavgmaxmin | Host units |
builtin:tech | z/OS General CPU usage | Percent (%) | autoavgmaxmin | Host units |
builtin:tech | Process file descriptors max This metric provides statistics about the file descriptor resource limits. It is supported on Linux. The metric value is the total limit of file descriptors that all process workers can open. It is sent once per minute with a 10-second granularity - six samples are aggregated every minute. It has a "Process" dimension (dt.entity.process_group_instance). | Count | autoavgmaxmin | Host units |
builtin:tech | Process file descriptors used per PID This metric provides the file descriptor usage statistics. It is supported on Linux. The metric value is the highest percentage of the currently used file descriptor limit among process workers. It is sent once per minute with a 10-second granularity - six samples are aggregated every minute. It offers two dimensions: "Process" (dt.entity.process_group_instance) and "rx_pid" corresponding to the PID with the highest percentage of available descriptors usage. | Percent (%) | autoavgmaxmin | Host units |
builtin:tech | Process file descriptors used This metric provides statistics about file descriptor usage. It is supported on Linux. The metric value is the total number of file descriptors all process workers have opened. You can use it to detect processes that may cause the system to reach the limit of open file descriptors.It has a "Process" dimension (dt.entity.process_group_instance). | Count | autoavgmaxmin | Host units |
builtin:tech | Process I/O read bytes This metric provides statistics about the I/O read operations of a process. The metric value is a sum of I/O bytes read from the storage layer by all process workers per second. High values help to identify bottlenecks reducing process performance caused by the slow read speed of the storage device. It has a "Process" dimension (dt.entity.process_group_instance). | Byte | autoavgmaxmin | Host units |
builtin:tech | Process I/O bytes total This metric provides statistics about I/O operations for a process. The metric value is a sum of I/O bytes read and written by all process workers per second. It has a "Process" dimension (dt.entity.process_group_instance). | Byte | autovalue | Host units |
builtin:tech | Process I/O write bytes This metric provides statistics about the I/O write operations of a process. The metric value is a sum of I/O bytes written to the storage layer by all process workers per second. High values help to identify bottlenecks reducing process performance caused by the slow write speed of the storage device. It has a "Process" dimension (dt.entity.process_group_instance). | Byte | autoavgmaxmin | Host units |
builtin:tech | Process I/O requested read bytes This metric provides the statistics about the I/O read operations a process requests. It is supported only on Linux and AIX. The metric value is a sum of I/O bytes requested to be read from the storage by worker processes per second. It includes additional read operations, such as terminal I/O. It does not indicate the actual disk I/O operations, as some parts of the read operation might have been satisfied from the page cache. This metric has a "Process" dimension (dt.entity.process_group_instance). | Byte | autoavgmaxmin | Host units |
builtin:tech | Process I/O requested write bytes This metric provides the statistics about the I/O write operations a process requests. It is supported on Linux and AIX. The metric value is a sum of I/O bytes requested to be written to the storage by PGI processes per second. It includes additional write operations, such as terminal I/O. It does not indicate the actual disk I/O operations, as some parts of the write operation might have been satisfied from the page cache. This metric has a "Process" dimension (dt.entity.process_group_instance). | Byte | autoavgmaxmin | Host units |
builtin:tech | Process resource exhausted memory counter This metric provides the counter of "Memory resource exhausted" events for a process. The metric value is the number of events all process workers generated in a minute. JVM generates the memory resource exhausted events when it is out of memory. This metric helps to identify Java processes with excessive memory usage. It has a "Process" dimension (dt.entity.process_group_instance). | Count | autovalue | Host units |
builtin:tech | Process page faults counter This metric provides the rate of page faults of a process. The metric value is the sum of page faults per time unit of every process worker. A page fault occurs when the process attempts to access a memory block not stored in the RAM. It means that the block has to be identified in the virtual memory and then loaded from the storage. The lower values are better. A high number of page faults may indicate reduced performance due to insufficient memory size. It has a "Process" dimension (dt.entity.process_group_instance). | Per second | autoavgmaxmin | Host units |
builtin:tech | Process memory usage This metric provides the percentage of memory used by a process. It helps to identify processes with high memory resource consumption and memory leaks. The metric value is the sum of the memory used by every process worker divided by the total available memory in the host. The result is expressed in percentage. It has a "Process" dimension (dt.entity.process_group_instance). | Percent (%) | autoavgmaxmin | Host units |
builtin:tech | Process memory This metric provides the memory usage of a process. It helps to identify processes with high memory resource consumption and memory leaks. The metric value represents the sum of every process worker's used memory size (including shared memory). The result is expressed in bytes. It has a "Process" dimension (dt.entity.process_group_instance). | Byte | autoavgmaxmin | Host units |
builtin:tech | Retransmission base received per second on host | Per second | autoavgmaxmin | Host units |
builtin:tech | Retransmission base received Retransmission base received per second | Per second | autoavgmaxmin | Host units |
builtin:tech | Retransmission base sent per second on host | Per second | autoavgmaxmin | Host units |
builtin:tech | Retransmission base sent Retransmission base sent per second | Per second | autoavgmaxmin | Host units |
builtin:tech | Retransmitted packets received per second on host | Per second | autoavgmaxmin | Host units |
builtin:tech | Retransmitted packets received Retransmitted packets received per second | Per second | autoavgmaxmin | Host units |
builtin:tech | Retransmitted packets sent per second on host | Per second | autoavgmaxmin | Host units |
builtin:tech | Retransmitted packets Retransmitted packets sent per second | Per second | autoavgmaxmin | Host units |
builtin:tech | Packet retransmissions Packet retransmissions | Percent (%) | autoavgmaxmin | Host units |
builtin:tech | Incoming packet retransmissions Incoming packet retransmissions | Percent (%) | autoavgmaxmin | Host units |
builtin:tech | Outgoing packet retransmissions Outgoing packet retransmissions | Percent (%) | autoavgmaxmin | Host units |
builtin:tech | Packets received Packets received per second | Per second | autoavgmaxmin | Host units |
builtin:tech | Packets sent Packets sent per second | Per second | autoavgmaxmin | Host units |
builtin:tech | TCP connectivity Percentage of successfully established TCP sessions | Percent (%) | autoavgmaxmin | Host units |
builtin:tech | New session received per second on host | Per second | autoavgmaxmin | Host units |
builtin:tech | New session received New session received per second | Per second | autoavgmaxmin | Host units |
builtin:tech | New session received New session received per second on localhost | Per second | autoavgmaxmin | Host units |
builtin:tech | Session reset received per second on host | Per second | autoavgmaxmin | Host units |
builtin:tech | Session reset received Session reset received per second | Per second | autoavgmaxmin | Host units |
builtin:tech | Session reset received Session reset received per second on localhost | Per second | autoavgmaxmin | Host units |
builtin:tech | Session timeout received per second on host | Per second | autoavgmaxmin | Host units |
builtin:tech | Session timeout received Session timeout received per second | Per second | autoavgmaxmin | Host units |
builtin:tech | Session timeout received Session timeout received per second on localhost | Per second | autoavgmaxmin | Host units |
builtin:tech | Traffic | bit | autovalue | Host units |
builtin:tech | Traffic in Incoming network traffic at PGI | bit | autoavgmaxmin | Host units |
builtin:tech | Traffic out Outgoing network traffic from PGI | bit | autoavgmaxmin | Host units |
builtin:tech | Bytes received Bytes received per second | Byte | autoavgmaxmin | Host units |
builtin:tech | Bytes sent Bytes sent per second | Byte | autoavgmaxmin | Host units |
builtin:tech | Ack-round-trip time Average latency between outgoing TCP data and ACK | Millisecond | autoavgmaxmin | Host units |
builtin:tech | Requests Requests per second | Per second | autoavgmaxmin | Host units |
builtin:tech | Server responsiveness | Microsecond | autoavgcountmaxmedianminpercentilesum | Host units |
builtin:tech | Round-trip time Average TCP session handshake RTT | Millisecond | autoavgmaxmin | Host units |
builtin:tech | Throughput Used network bandwidth | Byte | autoavgmaxmin | Host units |
builtin:tech | Process count per process group This metric provides the number of processes in a process group. It can tell how many instances of the technology are running in the monitored environment. It has a "Process Group" dimension. | Count | autovalue | Host units |
builtin:tech | Worker processes This metric provides the number of process workers. Too few worker processes may lead to performance degradation, while too many may waste available resources. Configuration of workers should be suitable for average workload and be able to scale up with higher demand. It has a "Process" dimension (dt.entity.process_group_instance). | Count | autoavgmaxmin | Host units |
builtin:tech | Process resource exhausted threads counter This metric provides the counter of "Thread resource exhausted" events for a process. The metric value is the number of events all process workers generated in a minute. JVM generates the thread resource exhausted events when it cannot create a new thread. This metric helps to identify Java processes with excessive memory usage. It has a "Process" dimension (dt.entity.process_group_instance). | Count | autovalue | Host units |
builtin:tech | z/OS zIIP time | Second | autovalue | Host units |
builtin:tech | z/OS zIIP eligible time | Second | autoavgmaxmin | Host units |
Go
Metric key | Name and description | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:tech | Go: 502 responses The number of responses that indicate invalid service responses produced by an application. | Count | autovalue | Host units |
builtin:tech | Go: Response latency The average response time from the application to clients. | Millisecond | autoavgmaxmin | Host units |
builtin:tech | Go: 5xx responses The number of responses that indicate repeatedly crashing apps or response issues from applications. | Count | autovalue | Host units |
builtin:tech | Go: Total requests The number of all requests representing the overall traffic flow. | Count | autovalue | Host units |
builtin:tech | Go: Heap idle size The amount of memory not assigned to the heap or stack. Idle memory can be returned to the operating system or retained by the Go runtime for later reassignment to the heap or stack. | Byte | autoavgmaxmin | Host units |
builtin:tech | Go: Heap live size The amount of memory considered live by the Go garbage collector. This metric accumulates memory retained by the most recent garbage collector run and allocated since then. | Byte | autoavgmaxmin | Host units |
builtin:tech | Go: Heap allocated Go objects count The number of Go objects allocated on the Go heap. | Count | autoavgmaxmin | Host units |
builtin:tech | Go: Committed memory The amount of memory committed to the Go runtime heap. | Byte | autoavgmaxmin | Host units |
builtin:tech | Go: Used memory The amount of memory used by the Go runtime heap. | Byte | autoavgmaxmin | Host units |
builtin:tech | Go: Garbage collector invocation count The number of Go garbage collector runs. | Count | autovalue | Host units |
builtin:tech | Go: Go to C language (cgo) call count The number of Go to C language (cgo) calls. | Count | autovalue | Host units |
builtin:tech | Go: Go runtime system call count The number of system calls executed by the Go runtime. This number doesn't include system calls performed by user code. | Count | autovalue | Host units |
builtin:tech | Go: Average number of active Goroutines The average number of active Goroutines. | Count | autoavgmaxmin | Host units |
builtin:tech | Go: Average number of inactive Goroutines The average number of inactive Goroutines. | Count | autoavgmaxmin | Host units |
builtin:tech | Go: Application Goroutine count The number of Goroutines instantiated by the user application. | Count | autoavgmaxmin | Host units |
builtin:tech | Go: System Goroutine count The number of Goroutines instantiated by the Go runtime. | Count | autoavgmaxmin | Host units |
builtin:tech | Go: Worker thread count The number of operating system threads instantiated to execute Goroutines. Go doesn't terminate worker threads; it keeps them in a parked state for future reuse. | Count | autoavgmaxmin | Host units |
builtin:tech | Go: Parked worker thread count The number of worker threads parked by Go runtime. A parked worker thread doesn't consume CPU cycles until the Go runtime unparks the thread. | Count | autoavgmaxmin | Host units |
builtin:tech | Go: Out-of-work worker thread count The number of worker threads whose associated scheduling context has no more Goroutines to execute. When this happens, the worker thread attempts to steal Goroutines from another scheduling context or the global run queue. If the stealing fails, the worker thread parks itself after some time. This same mechanism applies to a high workload scenario. When an idle scheduling context exists, the Go runtime unparks a parked worker thread and associates it with the idle scheduling context. The unparked worker thread is now in the 'out of work' state and starts Goroutine stealing. | Count | autoavgmaxmin | Host units |
builtin:tech | Go: Idle scheduling context count The number of scheduling contexts that have no more Goroutines to execute and for which Goroutine acquisition from the global run queue or other scheduling contexts has failed. | Count | autoavgmaxmin | Host units |
builtin:tech | Go: Global Goroutine run queue size The number of Goroutines in the global run queue. Goroutines are placed in the global run queue if the worker thread used to execute a blocking system call can't acquire a scheduling context. Scheduling contexts periodically acquire Goroutines from the global run queue. | Count | autoavgmaxmin | Host units |
HAProxy
Metric key | Name | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:tech | Backend bytes received | Byte | autoavgcountmaxminsum | DDUs |
builtin:tech | Backend bytes sent | Byte | autoavgcountmaxminsum | DDUs |
builtin:tech | Connection errors | Per minute | autoavgcountmaxminsum | DDUs |
builtin:tech | Response errors | Per minute | autoavgcountmaxminsum | DDUs |
builtin:tech | Queued requests | Per minute | autoavgcountmaxminsum | DDUs |
builtin:tech | Response time | Millisecond | autoavgcountmaxminsum | DDUs |
builtin:tech | Current backend sessions | Per minute | autoavgcountmaxminsum | DDUs |
builtin:tech | Session usage backend | Percent (%) | autoavgcountmaxminsum | DDUs |
builtin:tech | Bytes received | Byte | autoavgcountmaxminsum | DDUs |
builtin:tech | Bytes sent | Byte | autoavgcountmaxminsum | DDUs |
builtin:tech | Frontend bytes received | Byte | autoavgcountmaxminsum | DDUs |
builtin:tech | Frontend bytes sent | Byte | autoavgcountmaxminsum | DDUs |
builtin:tech | Request errors | Per minute | autoavgcountmaxminsum | DDUs |
builtin:tech | Requests | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Current frontend sessions | Per minute | autoavgcountmaxminsum | DDUs |
builtin:tech | Session usage frontend | Percent (%) | autoavgcountmaxminsum | DDUs |
builtin:tech | HTTP 4xx errors | Per minute | autoavgcountmaxminsum | DDUs |
builtin:tech | HTTP 5xx errors | Per minute | autoavgcountmaxminsum | DDUs |
builtin:tech | Idle percentage | Percent (%) | autoavgcountmaxminsum | DDUs |
builtin:tech | Sessions | Per minute | autoavgcountmaxminsum | DDUs |
HornetQ
Metric key | Name | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:tech | Consumer count | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Delivering count | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Message count | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Messages added | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Scheduled count | Count | autoavgcountmaxminsum | DDUs |
JVM
Metric key | Name | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:tech | JVM loaded classes | Count | autoavgmaxmin | Host units |
builtin:tech | JVM total number of loaded classes | Count | autoavgmaxmin | Host units |
builtin:tech | JVM unloaded classes | Count | autoavgmaxmin | Host units |
builtin:tech | Garbage collection total activation count | Count | autovalue | Host units |
builtin:tech | Garbage collection total collection time | Millisecond | autovalue | Host units |
builtin:tech | Garbage collection suspension time | Percent (%) | autoavgmaxmin | Host units |
builtin:tech | Garbage collection count | Count | autovalue | Host units |
builtin:tech | Garbage collection time | Millisecond | autovalue | Host units |
builtin:tech | JVM heap memory pool committed bytes | Byte | autoavgmaxmin | Host units |
builtin:tech | JVM heap memory max bytes | Byte | autoavgmaxmin | Host units |
builtin:tech | JVM heap memory pool used bytes | Byte | autoavgmaxmin | Host units |
builtin:tech | JVM runtime free memory | Byte | autoavgmaxmin | Host units |
builtin:tech | JVM runtime max memory | Byte | autoavgmaxmin | Host units |
builtin:tech | JVM runtime total memory | Byte | autoavgmaxmin | Host units |
builtin:tech | Process memory allocation bytes | Byte | autovalue | Host units |
builtin:tech | Process memory allocation objects count | Count | autovalue | Host units |
builtin:tech | Process memory survived objects bytes | Byte | autovalue | Host units |
builtin:tech | Process memory survived objects count | Count | autovalue | Host units |
builtin:tech | DiscoveryClient-HTTPClient_RequestConnectionTimer_count | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | DiscoveryClient-HTTPClient_RequestConnectionTimer_max | Millisecond | autoavgcountmaxminsum | DDUs |
builtin:tech | DiscoveryClient-HTTPClient_RequestConnectionTimer_min | Millisecond | autoavgcountmaxminsum | DDUs |
builtin:tech | DiscoveryClient-HTTPClient_RequestConnectionTimer_totalTime | Millisecond | autoavgcountmaxminsum | DDUs |
builtin:tech | DiscoveryClient_Failed | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | DiscoveryClient_Reregister | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | DiscoveryClient_Retry | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | ZoneStats_CircuitBreakerTrippedCount | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | ZoneStats_InstanceCount | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Alive workers | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Alive workers | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Master apps | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Master apps | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Processing time - count | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Processing time - count | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Processing time - mean | Millisecond | autoavgcountmaxminsum | Host units |
builtin:tech | Processing time - mean | Millisecond | autoavgcountmaxminsum | Host units |
builtin:tech | Processing time - one minute rate | Per second | autoavgcountmaxminsum | Host units |
builtin:tech | Processing time - one minute rate | Per second | autoavgcountmaxminsum | Host units |
builtin:tech | Active jobs | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Active jobs | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Total jobs | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Total jobs | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Failed stages | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Failed stages | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Running stages | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Running stages | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Waiting stages | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Waiting stages | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Waiting apps | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Waiting apps | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Worker cores free | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Worker cores free | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Worker cores used | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Worker cores used | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Worker executors | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Worker executors | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Worker free memory (MB) | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Worker free memory (MB) | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Worker memory used (MB) | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Worker memory used (MB) | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Master workers | Count | autoavgcountmaxminsum | Host units |
builtin:tech | Master workers | Count | autoavgcountmaxminsum | Host units |
builtin:tech | JVM average number of active threads | Count | autoavgmaxmin | Host units |
builtin:tech | JVM average number of inactive threads | Count | autoavgmaxmin | Host units |
builtin:tech | JVM thread count | Count | autoavgmaxmin | Host units |
builtin:tech | JVM total CPU time | Millisecond | autovalue | Host units |
Jboss
Metric key | Name | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:tech | Active count | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Active count (XA) | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Available count | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Available count (XA) | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Created count | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Created count (XA) | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Destroyed count | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Destroyed count (XA) | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Idle count | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Idle count (XA) | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | In use count | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | In use count (XA) | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Timed out | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Timed out (XA) | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Total blocking time | Millisecond | autoavgcountmaxminsum | DDUs |
builtin:tech | Total blocking time (XA) | Millisecond | autoavgcountmaxminsum | DDUs |
builtin:tech | Total creation time | Millisecond | autoavgcountmaxminsum | DDUs |
builtin:tech | Total creation time (XA) | Millisecond | autoavgcountmaxminsum | DDUs |
builtin:tech | Total get time | Millisecond | autoavgcountmaxminsum | DDUs |
builtin:tech | Total get time (XA) | Millisecond | autoavgcountmaxminsum | DDUs |
builtin:tech | Total pool time | Millisecond | autoavgcountmaxminsum | DDUs |
builtin:tech | Total pool time (XA) | Millisecond | autoavgcountmaxminsum | DDUs |
builtin:tech | Total usage time | Millisecond | autoavgcountmaxminsum | DDUs |
builtin:tech | Total usage time (XA) | Millisecond | autoavgcountmaxminsum | DDUs |
builtin:tech | Wait count | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Wait count (XA) | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Max pool size | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Max pool size (XA) | Count | autoavgcountmaxminsum | DDUs |
Jetty
Metric key | Name | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:tech | Jetty busy threads | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Jetty total connections | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Jetty open connections | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Jetty idle threads | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Jetty request queue size | Count | autoavgcountmaxminsum | DDUs |
builtin:tech | Jetty request count | Per second | autoavgcountmaxminsum | DDUs |
builtin:tech | Jetty total response bytes | Byte | autoavgcountmaxminsum | DDUs |
Kafka
Metric key | Name | Unit | Aggregations | Monitoring consumption |
---|---|---|---|---|
builtin:tech |