Встроенные метрики

Материал из Документация Ключ-АСТРОМ
Версия от 10:02, 1 декабря 2022; ENetrebin (обсуждение | вклад) (Новая страница: «Каждая технология, поддерживаемая Ключ-АСТРОМ, предлагает несколько «встроенных» показ...»)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)

Каждая технология, поддерживаемая Ключ-АСТРОМ, предлагает несколько «встроенных» показателей. Встроенные метрики включены в продукт «из коробки», в некоторых случаях в составе встроенных расширений.

С точки зрения лицензирования метрики в таблице ниже поступают либо через мониторинг ЕдиногоАгента и, следовательно, являются частью лицензии хост-модуля, либо как часть мониторинга цифрового опыта и охватываются модулями DEM.

Метрики, основанные на расширениях (префикс ext:) и расчетных метриках (префикс calc:), являются пользовательскими метриками, а не встроенными метриками; Потребление DDU для этих показателей может сильно различаться в зависимости от того, как вы используете Ключ-АСТРОМ.

Чтобы просмотреть все метрики, доступные в вашей среде, используйте вызов API GET метрик . Мы рекомендуем следующие параметры запроса:

  • pageSize=500— получить максимально возможное количество метрик в одном ответе.
  • fields=displayName,unit,aggregationTypes,dduBillable— чтобы получить такой же набор полей, как вы видите в этих таблицах.
  • В зависимости от того, какие показатели вы хотите запросить, одно из следующих значений параметра metricSelector :
    • metricSelector=ext:*— получить все метрики, поступающие от расширений.
    • metricSelector=calc:*— получить все рассчитанные метрики.
    • Опустите параметр, чтобы получить все показатели вашей среды.

В разделах ниже описаны несоответствия или ограничения, выявленные для встроенных показателей Ключ-АСТРОМ.

Показатели приложений и выставления счетов для мобильных и пользовательских приложений

Раздел «Показатели других приложений » содержит показатели, полученные для мобильных и пользовательских приложений. Эти метрики, начинающиеся с builtin:apps.other, фиксируются без указания, является ли это мобильным или пользовательским приложением. Однако метрики "биллинговых" приложений , начинающиеся с builtin:billing.apps, разделены для следующих типов приложений:

  • Мобильные приложения:
    • builtin:billing.apps.mobile.sessionsWithoutReplayByApplication
    • builtin:billing.apps.mobile.sessionsWithReplayByApplication
    • builtin:billing.apps.mobile.userActionPropertiesByMobileApplication
  • Пользовательские приложения:
    • builtin:billing.apps.custom.sessionsWithoutReplayByApplication
    • builtin:billing.apps.custom.userActionPropertiesByDeviceApplication

Показатели выставления счетов учитывают как оплаченные, так и неоплаченные сеансы.

Следующие показатели «биллинга» для количества сеансов на самом деле представляют собой сумму оплаченных и неоплаченных пользовательских сеансов.

  • builtin:billing.apps.custom.sessionsWithoutReplayByApplication
  • builtin:billing.apps.mobile.sessionsWithReplayByApplication
  • builtin:billing.apps.mobile.sessionsWithoutReplayByApplication
  • builtin:billing.apps.web.sessionsWithReplayByApplication
  • builtin:billing.apps.web.sessionsWithoutReplayByApplication

Если вы хотите получить только количество оплаченных сеансов, установите для фильтра Тип значение Оплачено .

Различные единицы измерения для метрик длительности запроса

Для одинаковых показателей длительности запроса для мобильных и пользовательских приложений используются разные единицы измерения.

builtin:apps.other.keyUserActions.requestDuration.osизмеряется в микросекундах, в то время как другие показатели длительности запроса ( builtin:apps.other.requestTimes.osAndVersionи builtin:apps.other.requestTimes.osAndProvider) измеряются в миллисекундах.

Пользовательские и встроенные метрики

Пользовательские метрики определяются или устанавливаются пользователем, а встроенные метрики по умолчанию являются частью продукта. Некоторые встроенные метрики отключены по умолчанию и, если они включены, будут потреблять DDU . Эти метрики охватывают широкий спектр поддерживаемых технологий, включая Apache Tomcat, NGINX, Couchbase, RabbitMQ, Cassandra, Jetty и многие другие.

Пользовательская метрика — это новый тип метрики, который предлагает предоставленный пользователем идентификатор метрики и единицу измерения. Семантика пользовательских метрик определяется вами и не включается в установку ЕдиногоАгента по умолчанию. Пользовательские метрики отправляются в Ключ-АСТРОМ через различные интерфейсы . После определения пользовательской метрики можно сообщать о метрике для нескольких отслеживаемых компонентов. Пользовательская метрика каждого компонента приводит к отдельному временному ряду.

Например, если вы определяете новую пользовательскую метрику Files count, которая подсчитывает вновь созданные файлы в каталоге, эта новая метрика может собираться либо для одного хоста, либо для двух отдельных хостов. Сбор одной и той же метрики для двух отдельных хостов приводит к двум временным рядам одного и того же пользовательского типа метрики, как показано в примере ниже:

Custommetrics2.png

Примечание . В целях расчета потребления данных мониторинга сбор одной и той же пользовательской метрики для двух хостов считается двумя отдельными пользовательскими метриками.

Applications

Custom

Metric key Name Unit Aggregations
builtin:apps.custom.reportedErrorCount Reported error count (by OS, app version) [custom] Count autovalue
builtin:apps.custom.sessionCount Session count (by OS, app version) [custom] Count autovalue

Mobile

Metric key Name Unit Aggregations
builtin:apps.mobile.reportedErrorCount Reported error count (by OS, app version) [mobile] Count autovalue
builtin:apps.mobile.sessionCount Session count (by OS, app version, crash replay feature status) [mobile] Count autovalue

Web applications

Metric key Name Unit Aggregations
builtin:apps.web.action.affectedUas User action rate - affected by JavaScript errors (by key user action, user type) [web] Percent (%) autovalue
builtin:apps.web.action.apdex Apdex (by key user action) [web] autoavg
builtin:apps.web.action.count.custom.browser Action count - custom action (by key user action, browser) [web] Count autovalue
builtin:apps.web.action.count.load.browser Action count - load action (by key user action, browser) [web] Count autovalue
builtin:apps.web.action.count.xhr.browser Action count - XHR action (by key user action, browser) [web] Count autovalue
builtin:apps.web.action.cumulativeLayoutShift.load.userType Cumulative Layout Shift - load action (by key user action, user type) [web] autoavgcountmaxmedianminpercentilesum
builtin:apps.web.action.cumulativeLayoutShift.load.userType.geo Cumulative Layout Shift - load action (by key user action, geolocation, user type) [web] autoavgcountmaxmedianminpercentilesum
builtin:apps.web.action.cumulativeLayoutShift.load.browser Cumulative Layout Shift - load action (by key user action, browser) [web] autoavgcountmaxmedianminpercentilesum
builtin:apps.web.action.domInteractive.load.browser DOM interactive - load action (by key user action, browser) [web] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:apps.web.action.duration.custom.browser Action duration - custom action (by key user action, browser) [web] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:apps.web.action.duration.load.browser Action duration - load action (by key user action, browser) [web] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:apps.web.action.duration.xhr.browser Action duration - XHR action (by key user action, browser) [web] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:apps.web.action.firstByte.load.browser Time to first byte - load action (by key user action, browser) [web] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:apps.web.action.firstByte.xhr.browser Time to first byte - XHR action (by key user action, browser) [web] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:apps.web.action.firstInputDelay.load.userType First Input Delay - load action (by key user action, user type) [web] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:apps.web.action.firstInputDelay.load.userType.geo First Input Delay - load action (by key user action, geolocation, user type) [web] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:apps.web.action.firstInputDelay.load.browser First Input Delay - load action (by key user action, browser) [web] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:apps.web.action.largestContentfulPaint.load.userType Largest Contentful Paint - load action (by key user action, user type) [web] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:apps.web.action.largestContentfulPaint.load.userType.geo Largest Contentful Paint - load action (by key user action, geolocation, user type) [web] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:apps.web.action.largestContentfulPaint.load.browser Largest Contentful Paint - load action (by key user action, browser) [web] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:apps.web.action.loadEventEnd.load.browser Load event end - load action (by key user action, browser) [web] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:apps.web.action.loadEventStart.load.browser Load event start - load action (by key user action, browser) [web] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:apps.web.action.networkContribution.load Network contribution - load action (by key user action, user type) [web] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:apps.web.action.networkContribution.xhr Network contribution - XHR action (by key user action, user type) [web] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:apps.web.action.responseEnd.load.browser Response end - load action (by key user action, browser) [web] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:apps.web.action.responseEnd.xhr.browser Response end - XHR action (by key user action, browser) [web] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:apps.web.action.serverContribution.load Server contribution - load action (by key user action, user type) [web] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:apps.web.action.serverContribution.xhr Server contribution - XHR action (by key user action, user type) [web] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:apps.web.action.speedIndex.load.browser Speed index - load action (by key user action, browser) [web] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:apps.web.action.visuallyComplete.load.browser Visually complete - load action (by key user action, browser) [web] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:apps.web.action.visuallyComplete.xhr.browser Visually complete - XHR action (by key user action, browser) [web] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:apps.web.action.countOfErrors Error count (by key user action, user type, error type, error origin) [web] Count autovalue
builtin:apps.web.action.countOfUserActionsWithErrors User action count with errors (by key user action, user type) [web] Count autovalue
builtin:apps.web.action.jsErrorsDuringUa JavaScript errors count during user actions (by key user action, user type) [web] Count autovalue
builtin:apps.web.action.jsErrorsWithoutUa JavaScript error count without user actions (by key user action, user type) [web] Count autovalue
builtin:apps.web.action.percentageOfUserActionsAffectedByErrors User action rate - affected by errors (by key user action, user type) [web] Percent (%) autovalue
builtin:apps.web.actionCount.custom.browser Action count - custom action (by browser) [web] Count autovalue
builtin:apps.web.actionCount.load.browser Action count - load action (by browser) [web] Count autovalue
builtin:apps.web.actionCount.xhr.browser Action count - XHR action (by browser) [web] Count autovalue
builtin:apps.web.actionCount.category Action count (by Apdex category) [web] Count autovalue
builtin:apps.web.actionCount.summary Action with key performance metric count (by action type, geolocation, user type) [web] Count autovalue
builtin:apps.web.actionDuration.custom.browser Action duration - custom action (by browser) [web] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:apps.web.actionDuration.load.browser Action duration - load action (by browser) [web] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:apps.web.actionDuration.xhr.browser Action duration - XHR action (by browser) [web] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:apps.web.actionsPerSession Actions per session average (by users, user type) [web] Count autoavg
builtin:apps.web.activeSessions Session count - estimated active sessions (by users, user type) [web] Count autovalue
builtin:apps.web.activeUsersEst User count - estimated active users (by users, user type) [web] Count autovalue
builtin:apps.web.affectedUas User action rate - affected by JavaScript errors (by user type) [web] Percent (%) autovalue
builtin:apps.web.apdex.userType Apdex (by user type) [web] autoavg
builtin:apps.web.apdex.userType.geoBig Apdex (by geolocation, user type) [web] autoavg
builtin:apps.web.bouncedSessionRatio Bounce rate (by users, user type) [web] Percent (%) autovalue
builtin:apps.web.conversionRate Conversion rate - sessions (by users, user type) [web] Percent (%) autovalue
builtin:apps.web.converted Session count - converted sessions (by users, user type) [web] Count autovalue
builtin:apps.web.cumulativeLayoutShift.load.userType Cumulative Layout Shift - load action (by user type) [web] autoavgcountmaxmedianminpercentilesum
builtin:apps.web.cumulativeLayoutShift.load.userType.geo Cumulative Layout Shift - load action (by geolocation, user type) [web] autoavgcountmaxmedianminpercentilesum
builtin:apps.web.cumulativeLayoutShift.load.browser Cumulative Layout Shift - load action (by browser) [web] autoavgcountmaxmedianminpercentilesum
builtin:apps.web.domInteractive.load.browser DOM interactive - load action (by browser) [web] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:apps.web.endedSessions Session count - estimated ended sessions (by users, user type) [web] Count autovalue
builtin:apps.web.event.count.rageClick Rage click count [web] Count autovalue
builtin:apps.web.event.rate.rageClicksPerUserAction Rage click rate (by user action) [web] Count autovalue
builtin:apps.web.firstByte.load.browser Time to first byte - load action (by browser) [web] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:apps.web.firstByte.xhr.browser Time to first byte - XHR action (by browser) [web] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:apps.web.firstInputDelay.load.userType First Input Delay - load action (by user type) [web] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:apps.web.firstInputDelay.load.userType.geo First Input Delay - load action (by geolocation, user type) [web] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:apps.web.firstInputDelay.load.browser First Input Delay - load action (by browser) [web] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:apps.web.largestContentfulPaint.load.userType Largest Contentful Paint - load action (by user type) [web] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:apps.web.largestContentfulPaint.load.userType.geo Largest Contentful Paint - load action (by geolocation, user type) [web] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:apps.web.largestContentfulPaint.load.browser Largest Contentful Paint - load action (by browser) [web] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:apps.web.loadEventEnd.load.browser Load event end - load action (by browser) [web] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:apps.web.loadEventStart.load.browser Load event start - load action (by browser) [web] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:apps.web.networkContribution.load Network contribution - load action (by user type) [web] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:apps.web.networkContribution.xhr Network contribution - XHR action (by user type) [web] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:apps.web.responseEnd.load.browser Response end - load action (by browser) [web] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:apps.web.responseEnd.xhr.browser Response end - XHR action (by browser) [web] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:apps.web.serverContribution.load Server contribution - load action (by user type) [web] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:apps.web.serverContribution.xhr Server contribution - XHR action (by user type) [web] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:apps.web.sessionDuration Session duration (by users, user type) [web] Microsecond autoavg
builtin:apps.web.speedIndex.load.browser Speed index - load action (by browser) [web] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:apps.web.startedSessions Session count - estimated started sessions (by users, user type) [web] Count autovalue
builtin:apps.web.visuallyComplete.load.browser Visually complete - load action (by browser) [web] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:apps.web.visuallyComplete.xhr.browser Visually complete - XHR action (by browser) [web] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:apps.web.countOfErrors Error count (by user type, error type, error origin) [web] Count autovalue
builtin:apps.web.countOfErrorsDuringUserActions Error count during user actions (by user type, error type, error origin) [web] Count autovalue
builtin:apps.web.countOfStandaloneErrors Standalone error count (by user type, error type, error origin) [web] Count autovalue
builtin:apps.web.countOfUserActionsWithErrors User action count - with errors (by user type) [web] Count autovalue
builtin:apps.web.errorCountForDavis Error count for Davis (by user type, error type, error origin, error context)) [web] Count autovalue
builtin:apps.web.jsErrorsDuringUa JavaScript error count - during user actions (by user type) [web] Count autovalue
builtin:apps.web.jsErrorsWithoutUa JavaScript error count - without user actions (by user type) [web] Count autovalue
builtin:apps.web.percentageOfUserActionsAffectedByErrors User action rate - affected by errors (by user type) [web] Percent (%) autovalue

Mobile and custom apps

Metric key Name Unit Aggregations
builtin:apps.other.apdex.osAndGeo Apdex (by OS, geolocation) [mobile, custom] autovalue
builtin:apps.other.apdex.osAndVersion Apdex (by OS, app version) [mobile, custom] autovalue
builtin:apps.other.crashAffectedUsers.os User count - estimated users affected by crashes (by OS) [mobile, custom] Count autovalue
builtin:apps.other.crashAffectedUsers.osAndVersion-std User count - estimated users affected by crashes (by OS, app version) [mobile, custom] Count autovalue
builtin:apps.other.crashAffectedUsersRate.os User rate - estimated users affected by crashes (by OS) [mobile, custom] Percent (%) autovalue
builtin:apps.other.crashCount.osAndGeo Crash count (by OS, geolocation) [mobile, custom] Count autovalue
builtin:apps.other.crashCount.osAndVersion Crash count (by OS, app version) [mobile, custom] Count autovalue
builtin:apps.other.crashCount.osAndVersion-std Crash count (by OS, app version) [mobile, custom] Count autovalue
builtin:apps.other.crashFreeUsersRate.os User rate - estimated crash free users (by OS) [mobile, custom] Percent (%) autovalue
builtin:apps.other.keyUserActions.apdexValue.os Apdex (by key user action, OS) [mobile, custom] autovalue
builtin:apps.other.keyUserActions.count.osAndApdex Action count (by key user action, OS, Apdex category) [mobile, custom] Count autovalue
builtin:apps.other.keyUserActions.duration.os Action duration (by key user action, OS) [mobile, custom] Microsecond autoavgcountmaxmedianminpercentilesum
builtin:apps.other.keyUserActions.reportedErrorCount.os Reported error count (by key user action, OS) [mobile, custom] Count autovalue
builtin:apps.other.keyUserActions.requestCount.os Request count (by key user action, OS) [mobile, custom] Count autovalue
builtin:apps.other.keyUserActions.requestDuration.os Request duration (by key user action, OS) [mobile, custom] Microsecond autoavgcountmaxmedianminpercentilesum
builtin:apps.other.keyUserActions.requestErrorCount.os Request error count (by key user action, OS) [mobile, custom] Count autovalue
builtin:apps.other.keyUserActions.requestErrorRate.os Request error rate (by key user action, OS) [mobile, custom] Percent (%) autovalue
builtin:apps.other.newUsers.os New user count (by OS) [mobile, custom] Count autovalue
builtin:apps.other.reportedErrorCount.osAndVersion Reported error count (by OS, app version) [mobile, custom] (deprecated) Count autovalue
builtin:apps.other.requestCount.osAndProvider Request count (by OS, provider) [mobile, custom] Count autovalue
builtin:apps.other.requestCount.osAndVersion Request count (by OS, app version) [mobile, custom] Count autovalue
builtin:apps.other.requestErrorCount.osAndProvider Request error count (by OS, provider) [mobile, custom] Count autovalue
builtin:apps.other.requestErrorCount.osAndVersion Request error count (by OS, app version) [mobile, custom] Count autovalue
builtin:apps.other.requestErrorRate.osAndProvider Request error rate (by OS, provider) [mobile, custom] Percent (%) autovalue
builtin:apps.other.requestErrorRate.osAndVersion Request error rate (by OS, app version) [mobile, custom] Percent (%) autovalue
builtin:apps.other.requestTimes.osAndProvider Request duration (by OS, provider) [mobile, custom] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:apps.other.requestTimes.osAndVersion Request duration (by OS, app version) [mobile, custom] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:apps.other.sessionCount Session count (by OS, app version, crash replay feature status) [mobile, custom] (deprecated) Count autovalue
builtin:apps.other.sessionCount.agentVersionAndOs Session count (by agent version, OS) [mobile, custom] Count autovalue
builtin:apps.other.sessionCount.osAndCrashReportingLevel Session count (by OS, crash reporting level) [mobile, custom] Count autovalue
builtin:apps.other.sessionCount.osAndDataCollectionLevel Session count (by OS, data collection level) [mobile, custom] Count autovalue
builtin:apps.other.sessionCount.osAndGeo Session count - estimated (by OS, geolocation) [mobile, custom] Count autovalue
builtin:apps.other.sessionCount.osAndVersion-std Session count (by OS, app version) [mobile, custom] Count autovalue
builtin:apps.other.uaCount.geoAndApdex Action count (by geolocation, Apdex category) [mobile, custom] Count autovalue
builtin:apps.other.uaCount.osAndApdex Action count (by OS, Apdex category) [mobile, custom] Count autovalue
builtin:apps.other.uaCount.osAndVersion Action count (by OS, app version) [mobile, custom] Count autovalue
builtin:apps.other.uaDuration.osAndVersion Action duration (by OS, app version) [mobile, custom] Microsecond autoavgcountmaxmedianminpercentilesum
builtin:apps.other.userCount.osAndGeo User count - estimated (by OS, geolocation) [mobile, custom] Count autovalue
builtin:apps.other.userCount.osAndVersion-std User count - estimated (by OS, app version) [mobile, custom] Count autovalue

Billing

Applications

Metric key Name and description Unit Aggregations
builtin:billing.apps.custom.sessionsWithoutReplayByApplication 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
builtin:billing.apps.custom.userActionPropertiesByDeviceApplication Total user action and session properties Count autovalue
builtin:billing.apps.mobile.sessionsWithReplayByApplication 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
builtin:billing.apps.mobile.sessionsWithoutReplayByApplication 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
builtin:billing.apps.mobile.userActionPropertiesByMobileApplication Total user action and session properties Count autovalue
builtin:billing.apps.web.sessionsWithReplayByApplication 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
builtin:billing.apps.web.sessionsWithoutReplayByApplication 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
builtin:billing.apps.web.userActionPropertiesByApplication Total user action and session properties Count autovalue

DDU

Metric key Name and description Unit Aggregations
builtin:billing.ddu.events.byDescription DDU events consumption by event info

License consumption of Davis data units by events pool split by event info

autovalue
builtin:billing.ddu.events.byEntity DDU events consumption by monitored entity

License consumption of Davis data units by events pool split by monitored entity

autovalue
builtin:billing.ddu.events.total Total DDU events consumption

Sum of license consumption of Davis data units aggregated over all monitored entities for the events pool

autovalue
builtin:billing.ddu.log.byDescription DDU log consumption by log path

License consumption of Davis data units by log pool split by log path

autovalue
builtin:billing.ddu.log.byEntity DDU log consumption by monitored entity

License consumption of Davis data units by log pool split by monitored entity

autovalue
builtin:billing.ddu.log.total Total DDU log consumption

Sum of license consumption of Davis data units aggregated over all logs for the log pool

autovalue
builtin:billing.ddu.metrics.byEntity DDU metrics consumption by monitored entity

License consumption of Davis data units by metrics pool split by monitored entity

autovalue
builtin:billing.ddu.metrics.byEntityRaw 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
builtin:billing.ddu.metrics.byMetric Reported metrics DDUs by metric key

Reported Davis data units usage by metrics pool split by metric key

autovalue
builtin:billing.ddu.metrics.total Total DDU metrics consumption

Sum of license consumption of Davis data units aggregated over all metrics for the metrics pool

autovalue
builtin:billing.ddu.serverless.byDescription DDU serverless consumption by function

License consumption of Davis data units by serverless pool split by Amazon Resource Names (ARNs)

autovalue
builtin:billing.ddu.serverless.byEntity DDU serverless consumption by service

License consumption of Davis data units by serverless pool split by service

autovalue
builtin:billing.ddu.serverless.total Total DDU serverless consumption

Sum of license consumption of Davis data units aggregated over all services for the serverless pool

autovalue
builtin:billing.ddu.traces.byDescription DDU traces consumption by span type

License consumption of Davis data units by traces pool split by SpanKind, as defined in OpenTelemetry specification

autovalue
builtin:billing.ddu.traces.byEntity DDU traces consumption by monitored entity

License consumption of Davis data units by traces pool split by monitored entity

autovalue
builtin:billing.ddu.traces.total Total DDU traces consumption

Sum of license consumption of Davis data units aggregated over all monitored entities for the traces pool

autovalue
builtin:billing.ddu.includedMetricDduPerHost DDU included per host

Included Davis data units per host

autovalue
builtin:billing.ddu.includedMetricPerHost DDU included metric data points per host

Included metric data points per host

autovalue

Events

Metric key Name and description Unit Aggregations
builtin:billing.events.business_events.ingest.usage Business events usage - Ingest & Process

Business events Ingest & Process usage, tracked as bytes ingested within the hour

Byte autovalue
builtin:billing.events.business_events.query.usage Business events usage - Query

Business events Query usage, tracked as bytes read within the hour

Byte autovalue
builtin:billing.events.business_events.retain.usage Business events usage - Retain

Business events Retain usage, tracked as total storage used at that hour in bytes

Byte autoavgmaxmin

Log

Metric key Name and description Unit Aggregations
builtin:billing.log.ingest.usage Log Management and Analytics usage - Ingest & Process

Log Management and Analytics Ingest & Process usage, tracked as bytes ingested within the hour

Byte autovalue
builtin:billing.log.query.usage Log Management and Analytics usage - Query

Log Management and Analytics Query usage, tracked as bytes read within the hour

Byte autovalue
builtin:billing.log.retain.usage Log Management and Analytics usage - Retain

Log Management and Analytics Retain usage, tracked as total storage used at that hour in bytes

Byte autoavgmaxmin

Synthetic

Metric key Name Unit Aggregations
builtin:billing.synthetic.actions Actions Count autovalue
builtin:billing.synthetic.external Third-party results Count autovalue
builtin:billing.synthetic.requests Requests Count autovalue

Cloud

AWS

Metric key Name Unit Aggregations
builtin:cloud.aws.az.running Number of running EC2 instances (AZ) Count autoavgmaxmin

Azure

Metric key Name Unit Aggregations
builtin:cloud.azure.region.vms.initializing Number of starting VMs in region Count autoavgmaxmin
builtin:cloud.azure.region.vms.running Number of active VMs in region Count autoavgmaxmin
builtin:cloud.azure.region.vms.stopped Number of stopped VMs in region Count autoavgmaxmin
builtin:cloud.azure.vmScaleSet.vms.initializing Number of starting VMs in scale set Count autoavgmaxmin
builtin:cloud.azure.vmScaleSet.vms.running Number of active VMs in scale set Count autoavgmaxmin
builtin:cloud.azure.vmScaleSet.vms.stopped Number of stopped VMs in scale set Count autoavgmaxmin

Cloud Foundry

Metric key Name and description Unit Aggregations
builtin:cloud.cloudfoundry.auctioneer.fetchDuration 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
builtin:cloud.cloudfoundry.auctioneer.lprFailed CF: App instance placement failures

The number of application instances that the auctioneer failed to place on Diego cells.

Count autovalue
builtin:cloud.cloudfoundry.auctioneer.lprStarted CF: App instance starts

The number of application instances that the auctioneer successfully placed on Diego cells.

Count autovalue
builtin:cloud.cloudfoundry.auctioneer.taskFailed CF: Task placement failures

The number of tasks that the auctioneer failed to place on Diego cells.

Count autovalue
builtin:cloud.cloudfoundry.http.badGateways CF: 502 responses

The number of responses that indicate invalid service responses produced by an application.

Count autovalue
builtin:cloud.cloudfoundry.http.latency CF: Response latency

The average response time from the application to clients.

Millisecond autoavgmaxmin
builtin:cloud.cloudfoundry.http.responses5xx CF: 5xx responses

The number of responses that indicate repeatedly crashing apps or response issues from applications.

Count autovalue
builtin:cloud.cloudfoundry.http.totalRequests CF: Total requests

The number of all requests representing the overall traffic flow.

Count autovalue

Kubernetes

Metric key Name and description Unit Aggregations
builtin:cloud.kubernetes.cluster.cores [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
builtin:cloud.kubernetes.cluster.cpuAvailable [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
builtin:cloud.kubernetes.cluster.cpuAvailableStatistics [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
builtin:cloud.kubernetes.cluster.cpuLimit [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
builtin:cloud.kubernetes.cluster.cpuLimitStatistics [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
builtin:cloud.kubernetes.cluster.cpuRequested [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
builtin:cloud.kubernetes.cluster.cpuRequestedStatistics [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
builtin:cloud.kubernetes.cluster.memory [Deprecated] Kubernetes: Cluster memory

Total allocatable memory per Kubernetes cluster. Deprecated - use builtin:kubernetes.node.memory_allocatable instead (requires ActiveGate 1.245).

Byte autoavgmaxmin
builtin:cloud.kubernetes.cluster.memoryAvailable [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
builtin:cloud.kubernetes.cluster.memoryAvailableStatistics [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
builtin:cloud.kubernetes.cluster.memoryLimit [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
builtin:cloud.kubernetes.cluster.memoryLimitStatistics [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
builtin:cloud.kubernetes.cluster.memoryRequested [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
builtin:cloud.kubernetes.cluster.memoryRequestedStatistics [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
builtin:cloud.kubernetes.cluster.nodes [Deprecated] Kubernetes: Cluster nodes

Total nodes per Kubernetes cluster. Deprecated - use builtin:kubernetes.nodes instead (requires ActiveGate 1.245).

Count autoavgmaxmin
builtin:cloud.kubernetes.cluster.readyz [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
builtin:cloud.kubernetes.namespace.quota.cpuLimits [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
builtin:cloud.kubernetes.namespace.quota.cpuRequests [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
builtin:cloud.kubernetes.namespace.quota.memoryLimits [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
builtin:cloud.kubernetes.namespace.quota.memoryRequests [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
builtin:cloud.kubernetes.namespace.quota.pods [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
builtin:cloud.kubernetes.namespace.quota.usedCpuLimits [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
builtin:cloud.kubernetes.namespace.quota.usedCpuRequests [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
builtin:cloud.kubernetes.namespace.quota.usedMemoryLimits [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
builtin:cloud.kubernetes.namespace.quota.usedMemoryRequests [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
builtin:cloud.kubernetes.namespace.quota.usedPods [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
builtin:cloud.kubernetes.namespace.cpuLimits [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
builtin:cloud.kubernetes.namespace.cpuRequests [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
builtin:cloud.kubernetes.namespace.desiredPods [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
builtin:cloud.kubernetes.namespace.memoryLimits [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
builtin:cloud.kubernetes.namespace.memoryRequests [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
builtin:cloud.kubernetes.namespace.runningPods [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
builtin:cloud.kubernetes.namespace.workloads [Deprecated] Kubernetes: Namespace workloads

Number of workloads per namespace and workload type. Deprecated - use builtin:kubernetes.workloads instead (requires ActiveGate 1.245).

Count autoavgmaxmin
builtin:cloud.kubernetes.node.conditions [Deprecated] Kubernetes: Node conditions

Health status of a Kubernetes node.Deprecated - use builtin:kubernetes.node.conditions instead (requires ActiveGate 1.249).

autoavgcountmaxminsum
builtin:cloud.kubernetes.node.cores [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
builtin:cloud.kubernetes.node.cpuAvailable [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
builtin:cloud.kubernetes.node.cpuLimit [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
builtin:cloud.kubernetes.node.cpuRequested [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
builtin:cloud.kubernetes.node.memory [Deprecated] Kubernetes: Node memory

Total allocatable memory per Kubernetes node. Deprecated - use builtin:kubernetes.node.memory_allocatable instead (requires ActiveGate 1.245).

Byte autoavgmaxmin
builtin:cloud.kubernetes.node.memoryAvailable [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
builtin:cloud.kubernetes.node.memoryLimit [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
builtin:cloud.kubernetes.node.memoryRequested [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
builtin:cloud.kubernetes.pod.containerRestarts [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
builtin:cloud.kubernetes.pod.containers [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
builtin:cloud.kubernetes.pod.cpuLimits [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
builtin:cloud.kubernetes.pod.cpuRequests [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
builtin:cloud.kubernetes.pod.desiredContainers [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
builtin:cloud.kubernetes.pod.memoryLimits [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
builtin:cloud.kubernetes.pod.memoryRequests [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
builtin:cloud.kubernetes.workload.desiredPods [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
builtin:cloud.kubernetes.workload.pods [Deprecated] Kubernetes: Pod counts

Number of pods per workload and phase. Deprecated - use builtin:kubernetes.pods instead (requires ActiveGate 1.245).

Count autoavgmaxmin
builtin:cloud.kubernetes.workload.runningPods [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

VMware

Metric key Name Unit Aggregations
builtin:cloud.vmware.hypervisor.cpu.usage Host CPU usage % Percent (%) autoavgmaxmin
builtin:cloud.vmware.hypervisor.disk.usage Host disk usage rate kB/s autoavgmaxmin
builtin:cloud.vmware.hypervisor.hostdisk.commandsAborted Host disk commands aborted Count autovalue
builtin:cloud.vmware.hypervisor.hostdisk.queueLatency Host disk queue latency Millisecond autoavgmaxmin
builtin:cloud.vmware.hypervisor.hostdisk.rIops Host disk read IOPS Per second autoavgmaxmin
builtin:cloud.vmware.hypervisor.hostdisk.readLatency Host disk read latency Millisecond autoavgmaxmin
builtin:cloud.vmware.hypervisor.hostdisk.readRate Host disk read rate kB/s autoavgmaxmin
builtin:cloud.vmware.hypervisor.hostdisk.wIops Host disk write IOPS Per second autoavgmaxmin
builtin:cloud.vmware.hypervisor.hostdisk.writeLatency Host disk write latency Millisecond autoavgmaxmin
builtin:cloud.vmware.hypervisor.hostdisk.writeRate Host disk write rate kB/s autoavgmaxmin
builtin:cloud.vmware.hypervisor.mem.compressionRate Host compression rate Kibibyte/second autoavgmaxmin
builtin:cloud.vmware.hypervisor.mem.consumed Host memory consumed Kibibyte autoavgmaxmin
builtin:cloud.vmware.hypervisor.mem.decompressionRate Host decompression rate Kibibyte/second autoavgmaxmin
builtin:cloud.vmware.hypervisor.mem.swapIn Host swap in rate Kibibyte/second autoavgmaxmin
builtin:cloud.vmware.hypervisor.mem.swapOut Host swap out rate Kibibyte/second autoavgmaxmin
builtin:cloud.vmware.hypervisor.net.rx Host network data received rate kB/s autoavgmaxmin
builtin:cloud.vmware.hypervisor.net.tx Host network data transmitted rate kB/s autoavgmaxmin
builtin:cloud.vmware.hypervisor.nic.dataRx Data received rate kB/s autoavgmaxmin
builtin:cloud.vmware.hypervisor.nic.dataTx Data transmitted rate kB/s autoavgmaxmin
builtin:cloud.vmware.hypervisor.nic.packetsRxDropped Packets received dropped Count autovalue
builtin:cloud.vmware.hypervisor.nic.packetsTxDropped Packets transmitted dropped Count autovalue
builtin:cloud.vmware.hypervisor.vms.count Number of VMs Count autoavgmaxmin
builtin:cloud.vmware.hypervisor.vms.powerOff Number of VMs powered-off Count autoavgmaxmin
builtin:cloud.vmware.hypervisor.vms.suspended Number of VMs suspended Count autoavgmaxmin
builtin:cloud.vmware.hypervisor.availability Host availability % Percent (%) autoavg
builtin:cloud.vmware.vm.cpu.readyPerc VM CPU ready % Percent (%) autoavgmaxmin
builtin:cloud.vmware.vm.cpu.swapWait VM swap wait Millisecond autovalue
builtin:cloud.vmware.vm.cpu.usage VM CPU usage MHz Count autoavgmaxmin
builtin:cloud.vmware.vm.cpu.usagePerc VM CPU usage % Percent (%) autoavgmaxmin
builtin:cloud.vmware.vm.disk.usage VM disk usage rate kB/s autoavgmaxmin
builtin:cloud.vmware.vm.mem.active VM memory active Kibibyte autoavgmaxmin
builtin:cloud.vmware.vm.mem.compressionRate VM compression rate Kibibyte/second autoavgmaxmin
builtin:cloud.vmware.vm.mem.consumed VM memory consumed Kibibyte autoavgmaxmin
builtin:cloud.vmware.vm.mem.decompressionRate VM decompression rate Kibibyte/second autoavgmaxmin
builtin:cloud.vmware.vm.mem.swapIn VM swap in rate Kibibyte/second autoavgmaxmin
builtin:cloud.vmware.vm.mem.swapOut VM swap out rate Kibibyte/second autoavgmaxmin
builtin:cloud.vmware.vm.net.rx VM network data received rate kB/s autoavgmaxmin
builtin:cloud.vmware.vm.net.tx VM network data transmitted rate kB/s autoavgmaxmin

Containers

CPU

Metric key Name and description Unit Aggregations
builtin:containers.cpu.usageMilliCores Containers: CPU usage, mCores

CPU usage per container in millicores

Millicores autoavgmaxmin
builtin:containers.cpu.usageMilliCores.legacy Containers: CPU usage, mCores legacy

CPU usage per container in millicores legacy.

Millicores autoavgmaxmin
builtin:containers.cpu.usagePercent 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
builtin:containers.cpu.usagePercent.legacy Containers: CPU usage, % of limit legacy

Percent CPU usage per container relative to CPU resource limit legacy. Logical cores is used if CPU limit is not set.

Percent (%) autoavg
builtin:containers.cpu.limit Containers: CPU limit, mCores

CPU resource limit per container in millicores.

Millicores autoavgmaxmin
builtin:containers.cpu.logicalCores Containers: CPU logical cores

Number of logical CPU cores of the host.

Cores autoavgmaxmin
builtin:containers.cpu.shares Containers: CPU shares

Number of CPU shares allocated per container.

Count autoavgmaxmin
builtin:containers.cpu.throttledMilliCores Containers: CPU throttling, mCores

CPU throttling per container in millicores.

Millicores autoavgmaxmin
builtin:containers.cpu.throttledTime Containers: CPU throttled time, ns/min

Total amount of time a container has been throttled, in nanoseconds per minute.

Nanosecond/minute autoavgmaxmin
builtin:containers.cpu.throttlingRatio [Deprecated] Containers: CPU throttling ratio

CPU resource limit per container.

Ratio autoavgmaxmin
builtin:containers.cpu.usageSystemMilliCores Containers: CPU system usage, mCores

CPU system usage per container in millicores.

Millicores autoavgmaxmin
builtin:containers.cpu.usageSystemTime Containers: CPU system usage time, ns/min

Used system time per container in nanoseconds per minute.

Nanosecond/minute autoavgmaxmin
builtin:containers.cpu.usageTime Containers: CPU usage time, ns/min

Sum of used system and user time per container in nanoseconds per minute.

Nanosecond/minute autoavgmaxmin
builtin:containers.cpu.usageUserMilliCores Containers: CPU user usage, mCores

CPU user usage per container in millicores.

Millicores autoavgmaxmin
builtin:containers.cpu.usageUserTime Containers: CPU user usage time, ns/min

Used user time per container in nanoseconds per minute.

Nanosecond/minute autoavgmaxmin

Memory

Metric key Name and description Unit Aggregations
builtin:containers.memory.residentSetBytes Containers: Memory usage, bytes

Resident set size (Linux) or private working set size (Windows) per container in bytes.

Byte autoavgmaxmin
builtin:containers.memory.residentSetBytes.legacy Containers: Memory usage, bytes legacy

Resident set size (Linux) or private working set size (Windows) per container in bytes legacy.

Byte autoavgmaxmin
builtin:containers.memory.cacheBytes Containers: Memory cache, bytes

Page cache memory per container in bytes.

Byte autoavgmaxmin
builtin:containers.memory.limitBytes Containers: Memory limit, bytes

Memory limit per container in bytes. If no limit is set, this is an empty value.

Byte autoavgmaxmin
builtin:containers.memory.limitPercent 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
builtin:containers.memory.outOfMemoryKills Containers: Memory - out of memory kills

Number of out of memory kills for a container.

Count autovalue
builtin:containers.memory.physicalTotalBytes Containers: Memory - total physical memory, bytes

Total physical memory on the host in bytes.

Byte autoavgmaxmin
builtin:containers.memory.usagePercent 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 (%) autoavg

Other containers metrics

Metric key Name Unit Aggregations
builtin:containers.bytes_rx2 Container bytes received Byte/second autoavgcountmaxminsum
builtin:containers.bytes_tx2 Container bytes transmitted Byte/second autoavgcountmaxminsum
builtin:containers.cpu_usage2 Container cpu usage Percent (%) autoavgcountmaxminsum
builtin:containers.devicemapper_data_space_available Devicemapper data space available Byte autoavgcountmaxminsum
builtin:containers.devicemapper_data_space_used Devicemapper data space used Byte autoavgcountmaxminsum
builtin:containers.devicemapper_metadata_space_available Devicemapper meta-data space available Byte autoavgcountmaxminsum
builtin:containers.devicemapper_metadata_space_used Devicemapper meta-data space used Byte autoavgcountmaxminsum
builtin:containers.memory_percent Memory percent Percent (%) autoavgcountmaxminsum
builtin:containers.memory_usage2 Container memory usage Byte autoavgcountmaxminsum
builtin:containers.no_of_containers_launched Number of containers launched Count autoavgcountmaxminsum
builtin:containers.no_of_containers_per_pgi Number of containers running Count autoavgcountmaxminsum
builtin:containers.no_of_containers_running Number of containers running Count autoavgcountmaxminsum
builtin:containers.no_of_containers_terminated Number of containers terminated Count autoavgcountmaxminsum
builtin:containers.throttled_time2 Container throttled time Millisecond autoavgcountmaxminsum

Dashboards

Other dashboards metrics

Metric key Name Unit Aggregations
builtin:dashboards.viewCount Dashboard view count Count autovalue

Infrastructure

CPU

Metric key Name and description Unit Aggregations
builtin:host.cpu.gcpu.usage z/OS General CPU usage Percent (%) autoavgmaxmin
builtin:host.cpu.msu.avg z/OS Rolling 4 hour MSU average MSU autoavgmaxmin
builtin:host.cpu.msu.capacity z/OS MSU capacity MSU autoavgmaxmin
builtin:host.cpu.ziip.eligible z/OS zIIP eligible time Second autoavgmaxmin
builtin:host.cpu.entConfig AIX Entitlement configured

Partition's entitlement

Ratio autoavgmaxmin
builtin:host.cpu.entc AIX Entitlement used

Percentage of entitlement used

Percent (%) autoavgmaxmin
builtin:host.cpu.idle CPU idle

Average CPU idle time over the last period

Percent (%) autoavgmaxmin
builtin:host.cpu.iowait CPU I/O wait

Average CPU IO wait time over the last period

Percent (%) autoavgmaxmin
builtin:host.cpu.load System load

Number of processes which are being executed by CPU or waiting to be executed by CPU over the last minute

Ratio autoavgmaxmin
builtin:host.cpu.load15m System load15m

Number of processes which are being executed by CPU or waiting to be executed by CPU over the last 15 minutes

Ratio autoavgmaxmin
builtin:host.cpu.load5m System load5m

Number of processes which are being executed by CPU or waiting to be executed by CPU over the last 5 minutes

Ratio autoavgmaxmin
builtin:host.cpu.other CPU other

Average CPU time for other activities (e.g. guest, IRQ etc.) over the last period

Percent (%) autoavgmaxmin
builtin:host.cpu.physc AIX Physical consumed

Total CPUs consumed by the partition

Ratio autoavgmaxmin
builtin:host.cpu.steal CPU steal

Average CPU steal time over the last period

Percent (%) autoavgmaxmin
builtin:host.cpu.system CPU system

Average CPU system time over the last period

Percent (%) autoavgmaxmin
builtin:host.cpu.usage CPU usage %

Percentage of CPU time currently utilized.

Percent (%) autoavgmaxmin
builtin:host.cpu.user CPU user

Average CPU user time over the last period

Percent (%) autoavgmaxmin

DNS

Metric key Name and description Unit Aggregations
builtin:host.dns.errorCount Number of DNS errors by type

The number of DNS errors by type

Count autoavgcountmaxminsum
builtin:host.dns.orphanCount Number of orphaned DNS responses

The number of orphaned DNS responses on the host

Count autoavgcountmaxminsum
builtin:host.dns.queryCount Number of DNS queries

The number of DNS queries on the host

Count autoavgcountmaxminsum
builtin:host.dns.queryTime DNS query time sum

The time of all DNS queries on the host

Millisecond autoavgcountmaxminsum
builtin:host.dns.singleQueryTime 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
builtin:host.dns.singleQueryTimeByDnsIp 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
builtin:host.dns.singleQueryTimeByHost 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

Disk

Metric key Name and description Unit Aggregations
builtin:host.disk.throughput.read Disk throughput read

Disk reading throughput

bit/s autoavgmaxmin
builtin:host.disk.throughput.write Disk throughput write

Disk writing throughput

bit/s autoavgmaxmin
builtin:host.disk.avail Disk available

Amount of disk available

Byte autoavgmaxmin
builtin:host.disk.bytesRead Disk read bytes per second

Bytes read per second

Byte/second autoavgmaxmin
builtin:host.disk.bytesWritten Disk write bytes per second

Bytes written per second

Byte/second autoavgmaxmin
builtin:host.disk.free Disk available %

Percentage of available space on disk

Percent (%) autoavgmaxmin
builtin:host.disk.inodesAvail Inodes available %

Percentage of available inodes

Percent (%) autoavgmaxmin
builtin:host.disk.inodesTotal Inodes total

Amount of inodes

Count autoavgmaxmin
builtin:host.disk.queueLength Disk average queue length

Average queue length

Count autoavgmaxmin
builtin:host.disk.readOps Disk read operations per second

Read operations per second

Per second autoavgmaxmin
builtin:host.disk.readTime Disk read time

Disk read time

Millisecond autoavgcountmaxminsum
builtin:host.disk.used Disk used

Amount of disk used

Byte autoavgmaxmin
builtin:host.disk.usedPct Disk used %

Percentage of used space on disk

Percent (%) autoavgmaxmin
builtin:host.disk.utilTime Disk utilization time

Percent of disk utilization time

Percent (%) autoavgmaxmin
builtin:host.disk.writeOps Disk write operations per second

Write operations per second

Per second autoavgmaxmin
builtin:host.disk.writeTime Disk write time

Disk write time

Millisecond autoavgcountmaxminsum

Handles

Metric key Name and description Unit Aggregations
builtin:host.handles.fileDescriptorsMax File descriptors max

Maximum amount of file descriptors for use

Count autoavgmaxmin
builtin:host.handles.fileDescriptorsUsed File descriptors used

Amount of file descriptors used

Count autoavgmaxmin

Kernel threads

Metric key Name and description Unit Aggregations
builtin:host.kernelThreads.blocked AIX Kernel threads blocked

Amount of threads currently blocked on the partition

Count autoavgmaxmin
builtin:host.kernelThreads.ioEventWait AIX Kernel threads I/O event wait

Amount of kernel threads waiting on an event

Count autoavgmaxmin
builtin:host.kernelThreads.ioMessageWait AIX Kernel threads I/O message wait

Amount of kernel threads waiting on I/O

Count autoavgmaxmin
builtin:host.kernelThreads.running AIX Kernel threads running

Amount of threads currently running on the partition

Count autoavgmaxmin

Memory

Metric key Name and description Unit Aggregations
builtin:host.mem.avail.bytes Memory available

Amount of available memory

Byte autoavgmaxmin
builtin:host.mem.avail.pct Memory available %

Percentage of memory currently available

Percent (%) autoavgmaxmin
builtin:host.mem.avail.pfps Page faults per second

Amount of page faults per second

Per second autoavgmaxmin
builtin:host.mem.swap.avail Swap available

Amount of swap available

Byte autoavgmaxmin
builtin:host.mem.swap.total Swap total

Amount of total swap for use

Byte autovalue
builtin:host.mem.swap.used Swap used

Amount of swap used

Byte autoavgmaxmin
builtin:host.mem.kernel Kernel memory

Amount of kernel memory

Byte autoavgmaxmin
builtin:host.mem.recl Memory reclaimable

Amount of reclaimable memory

Byte autoavgmaxmin
builtin:host.mem.total Memory total

Amount of total memory

Byte autovalue
builtin:host.mem.usage Memory used %

Percentage of memory currently used. Note: Calculated by taking 100% - "Memory available %".

Percent (%) autoavgmaxmin
builtin:host.mem.used Memory used

Amount of memory used

Byte autoavgmaxmin

Network

Metric key Name and description Unit Aggregations
builtin:host.net.nic.packets.dropped NIC packets dropped

Network interface packets dropped on the host

Per second autovalue
builtin:host.net.nic.packets.droppedRx NIC received packets dropped

Network interface received packets dropped on the host

Per second autoavgmaxmin
builtin:host.net.nic.packets.droppedTx NIC sent packets dropped

Network interface sent packets dropped on the host

Per second autoavgmaxmin
builtin:host.net.nic.packets.errors NIC packet errors

Network interface packet errors on the host

Per second autovalue
builtin:host.net.nic.packets.errorsRx NIC received packet errors

Network interface received packet errors on a host

Per second autoavgmaxmin
builtin:host.net.nic.packets.errorsTx NIC sent packet errors

Network interface sent packet errors on the host

Per second autoavgmaxmin
builtin:host.net.nic.packets.rx NIC packets received

Network interface packets received on the host

Per second autoavgmaxmin
builtin:host.net.nic.packets.tx NIC packets sent

Network interface packets sent on the host

Per second autoavgmaxmin
builtin:host.net.nic.bytesRx NIC bytes received

Network interface bytes received on the host

Byte/second autoavgmaxmin
builtin:host.net.nic.bytesTx NIC bytes sent on host

Network interface bytes sent on the host

Byte/second autoavgmaxmin
builtin:host.net.nic.connectivity NIC connectivity

Network interface connectivity on the host

Percent (%) autoavgmaxmin
builtin:host.net.nic.linkUtilRx NIC receive link utilization

Network interface receive link utilization on the host

Percent (%) autoavgmaxmin
builtin:host.net.nic.linkUtilTx NIC transmit link utilization

Network interface transmit link utilization on the host

Percent (%) autoavgmaxmin
builtin:host.net.nic.retransmission NIC retransmission

Network interface retransmission on the host

Percent (%) autoavgmaxmin
builtin:host.net.nic.retransmissionIn NIC received packets retransmission

Network interface retransmission for received packets on the host

Percent (%) autoavgmaxmin
builtin:host.net.nic.retransmissionOut NIC sent packets retransmission

Network interface retransmission for sent packets on the host

Percent (%) autoavgmaxmin
builtin:host.net.nic.traffic Traffic

Network traffic on the host

bit/s autovalue
builtin:host.net.nic.trafficIn Traffic in

Traffic incoming at the host

bit/s autoavgmaxmin
builtin:host.net.nic.trafficOut Traffic out

Traffic outgoing from the host

bit/s autoavgmaxmin
builtin:host.net.packets.rxBaseReceived Host retransmission base received

Host aggregated process retransmission base received per second

Per second autoavgmaxmin
builtin:host.net.packets.rxBaseSent Host retransmission base sent

Host aggregated process retransmission base sent per second

Per second autoavgmaxmin
builtin:host.net.packets.rxReceived Host retransmitted packets received

Host aggregated process retransmitted packets received per second

Per second autoavgmaxmin
builtin:host.net.packets.rxSent Host retransmitted packets sent

Host aggregated process retransmitted packets sent per second

Per second autoavgmaxmin
builtin:host.net.sessions.local.errRst Localhost session reset received

Host aggregated session reset received per second on localhost

Per second autoavgmaxmin
builtin:host.net.sessions.local.errTmout Localhost session timeout received

Host aggregated session timeout received per second on localhost

Per second autoavgmaxmin
builtin:host.net.sessions.local.new Localhost new session received

Host aggregated new session received per second on localhost

Per second autoavgmaxmin
builtin:host.net.sessions.errRst Host session reset received

Host aggregated process session reset received per second

Per second autoavgmaxmin
builtin:host.net.sessions.errTmout Host session timeout received

Host aggregated process session timeout received per second

Per second autoavgmaxmin
builtin:host.net.sessions.new Host new session received

Host aggregated process new session received per second

Per second autoavgmaxmin
builtin:host.net.bytesRx Host bytes received

Host aggregated process bytes received per second

Byte/second autoavgmaxmin
builtin:host.net.bytesTx Host bytes sent

Host aggregated process bytes sent per second

Byte/second autoavgmaxmin

OS service

Metric key Name and description Unit Aggregations
builtin:host.osService.availability OS Service availability

Indicates whether service is running (value: 1) or is stopped (value: 0)

Count autoavgmaxmin

Processes

Metric key Name and description Unit Aggregations
builtin:host.osProcessStats.osProcessCount OS Process count

Number of processes running on host.

Count autoavgmaxmin
builtin:host.osProcessStats.pgiCount PGI count

Number of PGIs present on host, includes PGIs not reported to cluster.

Count autoavgmaxmin
builtin:host.osProcessStats.pgiReportedCount Reported PGI count

Number of important (reported to cluster) PGIs present on host

Count autoavgmaxmin

Zos

Metric key Name and description Unit Aggregations
builtin:host.zos.gcpu_time z/OS General CPU time

Total General CPU time per minute

Count autoavgcountmaxminsum
builtin:host.zos.msu_hours z/OS Consumed MSUs per hour (SMF70EDT)

Number of consumed MSUs per hour (SMF70EDT)

Count autoavgcountmaxminsum
builtin:host.zos.ziip_time z/OS zIIP time

Total zIIP time per minute

Count autoavgcountmaxminsum
builtin:host.zos.ziip_usage z/OS zIIP usage

Actively used zIIP as a percentage of available zIIP

Count autoavgcountmaxminsum

Other infrastructure metrics

Metric key Name and description Unit Aggregations
builtin:host.availability Host availability %

Host availability %

Percent (%) autoavg

Kubernetes

Cluster

Metric key Name and description Unit Aggregations
builtin:kubernetes.cluster.readyz Kubernetes: Cluster readyz status

Current status of the Kubernetes API server reported by the /readyz endpoint (0 or 1).

autoavgmaxmin

Container

Metric key Name and description Unit Aggregations
builtin:kubernetes.container.oom_kills 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
builtin:kubernetes.container.restarts 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

Node

Metric key Name and description Unit Aggregations
builtin:kubernetes.node.conditions Kubernetes: Node conditions

This metric describes the status of a Kubernetes node. The most detailed level of aggregation is node.

Count autoavgmaxmin
builtin:kubernetes.node.cpu_allocatable 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
builtin:kubernetes.node.limits_cpu 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
builtin:kubernetes.node.limits_memory 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
builtin:kubernetes.node.memory_allocatable 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
builtin:kubernetes.node.pods 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
builtin:kubernetes.node.pods_allocatable 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
builtin:kubernetes.node.requests_cpu 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
builtin:kubernetes.node.requests_memory 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

Resourcequota

Metric key Name and description Unit Aggregations
builtin:kubernetes.resourcequota.limits_cpu 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
builtin:kubernetes.resourcequota.limits_cpu_used 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
builtin:kubernetes.resourcequota.limits_memory 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
builtin:kubernetes.resourcequota.limits_memory_used 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
builtin:kubernetes.resourcequota.pods 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
builtin:kubernetes.resourcequota.pods_used 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
builtin:kubernetes.resourcequota.requests_cpu 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
builtin:kubernetes.resourcequota.requests_cpu_used 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
builtin:kubernetes.resourcequota.requests_memory 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
builtin:kubernetes.resourcequota.requests_memory_used 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

Workload

Metric key Name and description Unit Aggregations
builtin:kubernetes.workload.containers_desired 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
builtin:kubernetes.workload.cpu_throttled 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
builtin:kubernetes.workload.cpu_usage 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
builtin:kubernetes.workload.limits_cpu 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
builtin:kubernetes.workload.limits_memory 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
builtin:kubernetes.workload.memory_resident_set_size 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.

Byte autoavgmaxmin
builtin:kubernetes.workload.pods_desired 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
builtin:kubernetes.workload.requests_cpu 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
builtin:kubernetes.workload.requests_memory 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

Other kubernetes metrics

Metric key Name and description Unit Aggregations
builtin:kubernetes.containers 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
builtin:kubernetes.nodes 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
builtin:kubernetes.pods 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
builtin:kubernetes.workloads 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

Process

Other process metrics

Metric key Name Unit Aggregations
builtin:pgi.availability PGI availability % Percent (%) autoavg

Process

Other process metrics

Metric key Name Unit Aggregations
builtin:process.bytesReceived Process traffic in kB autoavgcountmaxminsum
builtin:process.bytesSent Process traffic out kB autoavgcountmaxminsum
builtin:process.cpu Process average CPU Percent (%) autoavgcountmaxminsum
builtin:process.memory Process memory Byte autoavgcountmaxminsum

Queue

Other queue metrics

Metric key Name and description Unit Aggregations
builtin:queue.incoming_requests Incoming messages

The number of incoming messages on the queue or topic

Count autoavgcountmaxminsum
builtin:queue.outgoing_requests Outgoing messages

The number of outgoing messages from the queue or topic

Count autoavgcountmaxminsum

Security

Security problems

Metric key Name Unit Aggregations
builtin:security.securityProblem.muted.new.global New Muted Security Problems (global) Count autovalue
builtin:security.securityProblem.open.new.global New Open Security Problems (global) Count autovalue
builtin:security.securityProblem.open.new.managementZone New Open Security Problems (split by Management Zone) Count autovalue
builtin:security.securityProblem.open.global Open Security Problems (global) Count autoavgmaxmin
builtin:security.securityProblem.open.managementZone Open Security Problems (split by Management Zone) Count autoavgmaxmin
builtin:security.securityProblem.resolved.new.global New Resolved Security Problems (global) Count autovalue

Vulnerabilities

Metric key Name Unit Aggregations
builtin:security.vulnerabilities.global.countAffectedProcessGroups.all Vulnerabilities - affected process groups count (global) Count autoavgmaxmin
builtin:security.vulnerabilities.global.countAffectedProcessGroups.notMuted Vulnerabilities - affected not-muted process groups count (global) Count autoavgmaxmin
builtin:security.vulnerabilities.countAffectedEntities Vulnerabilities - affected entities count Count autovalue

Services

CPU

Metric key Name Unit Aggregations
builtin:service.cpu.perRequest CPU time Microsecond autoavgcountmaxminsum
builtin:service.cpu.time Service CPU time Microsecond autovalue

Database connections

Metric key Name Unit Aggregations
builtin:service.dbconnections.failure Failed connections Count autovalue
builtin:service.dbconnections.failureRate Connection failure rate Percent (%) autovalue
builtin:service.dbconnections.success Successful connections Count autovalue
builtin:service.dbconnections.successRate Connection success rate Percent (%) autovalue
builtin:service.dbconnections.total Total number of connections Count autovalue

Errors

Metric key Name Unit Aggregations
builtin:service.errors.client.count Number of client side errors Count autovalue
builtin:service.errors.client.rate Failure rate (client side errors) Percent (%) autoavg
builtin:service.errors.client.successCount Number of calls without client side errors Count autovalue
builtin:service.errors.fivexx.count Number of HTTP 5xx errors Count autovalue
builtin:service.errors.fivexx.rate Failure rate (HTTP 5xx errors) Percent (%) autoavg
builtin:service.errors.fivexx.successCount Number of calls without HTTP 5xx errors Count autovalue
builtin:service.errors.fourxx.count Number of HTTP 4xx errors Count autovalue
builtin:service.errors.fourxx.rate Failure rate (HTTP 4xx errors) Percent (%) autoavg
builtin:service.errors.fourxx.successCount Number of calls without HTTP 4xx errors Count autovalue
builtin:service.errors.group.total.count Number of any errors Count autovalue
builtin:service.errors.group.total.rate Failure rate (any errors) Percent (%) autoavg
builtin:service.errors.group.total.successCount Number of calls without any errors Count autovalue
builtin:service.errors.server.count Number of server side errors Count autovalue
builtin:service.errors.server.rate Failure rate (server side errors) Percent (%) autoavg
builtin:service.errors.server.successCount Number of calls without server side errors Count autovalue
builtin:service.errors.total.count Number of any errors Count autovalue
builtin:service.errors.total.rate Failure rate (any errors) Percent (%) autoavg
builtin:service.errors.total.successCount Number of calls without any errors Count autovalue

Key requests

Metric key Name Unit Aggregations
builtin:service.keyRequest.count.client Request count - client Count autovalue
builtin:service.keyRequest.count.server Request count - server Count autovalue
builtin:service.keyRequest.count.total Request count Count autovalue
builtin:service.keyRequest.cpu.perRequest CPU per request Microsecond autoavgcountmaxminsum
builtin:service.keyRequest.cpu.time Service key request CPU time Microsecond autoavgcountmaxminsum
builtin:service.keyRequest.errors.client.count Number of client side errors Count autovalue
builtin:service.keyRequest.errors.client.rate Failure rate (client side errors) Percent (%) autoavg
builtin:service.keyRequest.errors.client.successCount Number of calls without client side errors Count autovalue
builtin:service.keyRequest.errors.fivexx.count Number of HTTP 5xx errors Count autovalue
builtin:service.keyRequest.errors.fivexx.rate Failure rate (HTTP 5xx errors) Percent (%) autoavg
builtin:service.keyRequest.errors.fivexx.successCount Number of calls without HTTP 5xx errors Count autovalue
builtin:service.keyRequest.errors.fourxx.count Number of HTTP 4xx errors Count autovalue
builtin:service.keyRequest.errors.fourxx.rate Failure rate (HTTP 4xx errors) Percent (%) autoavg
builtin:service.keyRequest.errors.fourxx.successCount Number of calls without HTTP 4xx errors Count autovalue
builtin:service.keyRequest.errors.server.count Number of server side errors Count autovalue
builtin:service.keyRequest.errors.server.rate Failure rate (server side errors) Percent (%) autoavg
builtin:service.keyRequest.errors.server.successCount Number of calls without server side errors Count autovalue
builtin:service.keyRequest.response.client Client side response time Microsecond autoavgcountmaxmedianminpercentilesum
builtin:service.keyRequest.response.server Server side response time Microsecond autoavgcountmaxmedianminpercentilesum
builtin:service.keyRequest.response.time Key request response time Microsecond autoavgcountmaxmedianminpercentilesum
builtin:service.keyRequest.successes.server.rate Success rate (server side) Percent (%) autoavg
builtin:service.keyRequest.dbChildCallCount Number of calls to databases Count autovalue
builtin:service.keyRequest.dbChildCallTime Time spent in database calls Microsecond autovalue
builtin:service.keyRequest.ioTime IO time Microsecond autovalue
builtin:service.keyRequest.lockTime Lock time Microsecond autovalue
builtin:service.keyRequest.nonDbChildCallCount Number of calls to other services Count autovalue
builtin:service.keyRequest.nonDbChildCallTime Time spent in calls to other services Microsecond autovalue
builtin:service.keyRequest.totalProcessingTime Total processing time Microsecond autoavgcountmaxmedianminpercentilesum
builtin:service.keyRequest.waitTime Wait time Microsecond autovalue

Request count

Metric key Name Unit Aggregations
builtin:service.requestCount.client Request count - client Count autovalue
builtin:service.requestCount.server Request count - server Count autovalue
builtin:service.requestCount.total Request count Count autovalue

Requests

Metric key Name Unit Aggregations
builtin:service.requests.count Unified Service Request Count Count autoavgcountmaxminsum
builtin:service.requests.failure_rate Unified Service Request Failure Rate Percent (%) autovalue
builtin:service.requests.response_time Unified Service Request Response Time (ms) Millisecond autocountmaxmedianminpercentile

Response time

Metric key Name Unit Aggregations
builtin:service.response.client Client side response time Microsecond autoavgcountmaxmedianminpercentilesum
builtin:service.response.server Server side response time Microsecond autoavgcountmaxmedianminpercentilesum
builtin:service.response.time Response time Microsecond autoavgcountmaxmedianminpercentilesum

Success rate

Metric key Name Unit Aggregations
builtin:service.successes.server.rate Success rate (server side) Percent (%) autoavg

Total processing time

Metric key Name Unit Aggregations
builtin:service.totalProcessingTime.group.totalProcessingTime Total processing time Microsecond autoavgcountmaxmedianminpercentilesum

Other services metrics

Metric key Name Unit Aggregations
builtin:service.totalProcessingTime Total processing time Microsecond autoavgcountmaxmedianminpercentilesum
builtin:service.dbChildCallCount Number of calls to databases Count autovalue
builtin:service.dbChildCallTime Time spent in database calls Microsecond autovalue
builtin:service.ioTime IO time Microsecond autovalue
builtin:service.lockTime Lock time Microsecond autovalue
builtin:service.nonDbChildCallCount Number of calls to other services Count autovalue
builtin:service.nonDbChildCallTime Time spent in calls to other services Microsecond autovalue
builtin:service.waitTime Wait time Microsecond autovalue

Synthetic monitoring

Browser

Metric key Name Unit Aggregations
builtin:synthetic.browser.actionDuration.custom Action duration - custom action [browser monitor] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:synthetic.browser.actionDuration.custom.geo Action duration - custom action (by geolocation) [browser monitor] Millisecond autoavgcountmaxminsum
builtin:synthetic.browser.actionDuration.load Action duration - load action [browser monitor] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:synthetic.browser.actionDuration.load.geo Action duration - load action (by geolocation) [browser monitor] Millisecond autoavgcountmaxminsum
builtin:synthetic.browser.actionDuration.xhr Action duration - XHR action [browser monitor] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:synthetic.browser.actionDuration.xhr.geo Action duration - XHR action (by geolocation) [browser monitor] Millisecond autoavgcountmaxminsum
builtin:synthetic.browser.availability.location.total Availability rate (by location) [browser monitor] Percent (%) autoavg
builtin:synthetic.browser.availability.location.totalWoMaintenanceWindow Availability rate - excl. maintenance windows (by location) [browser monitor] Percent (%) autoavg
builtin:synthetic.browser.cumulativeLayoutShift.load Cumulative layout shift - load action [browser monitor] autoavgcountmaxmedianminpercentilesum
builtin:synthetic.browser.cumulativeLayoutShift.load.geo Cumulative layout shift - load action (by geolocation) [browser monitor] autoavgcountmaxmedianminpercentilesum
builtin:synthetic.browser.domInteractive.load DOM interactive - load action [browser monitor] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:synthetic.browser.domInteractive.load.geo DOM interactive - load action (by geolocation) [browser monitor] Millisecond autoavgcountmaxminsum
builtin:synthetic.browser.errorCodes Error details (by error code) [browser monitor] Count autovalue
builtin:synthetic.browser.errorCodes.geo Error details (by geolocation, error code) [browser monitor] Count autovalue
builtin:synthetic.browser.event.actionDuration.custom Action duration - custom action (by event) [browser monitor] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:synthetic.browser.event.actionDuration.custom.geo Action duration - custom action (by event, geolocation) [browser monitor] Millisecond autoavgcountmaxminsum
builtin:synthetic.browser.event.actionDuration.load Action duration - load action (by event) [browser monitor] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:synthetic.browser.event.actionDuration.load.geo Action duration - load action (by event, geolocation) [browser monitor] Millisecond autoavgcountmaxminsum
builtin:synthetic.browser.event.actionDuration.xhr Action duration - XHR action (by event) [browser monitor] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:synthetic.browser.event.actionDuration.xhr.geo Action duration - XHR action (by event, geolocation) [browser monitor] Millisecond autoavgcountmaxminsum
builtin:synthetic.browser.event.cumulativeLayoutShift.load Cumulative layout shift - load action (by event) [browser monitor] autoavgcountmaxmedianminpercentilesum
builtin:synthetic.browser.event.cumulativeLayoutShift.load.geo Cumulative layout shift - load action (by event, geolocation) [browser monitor] autoavgcountmaxmedianminpercentilesum
builtin:synthetic.browser.event.domInteractive.load DOM interactive - load action (by event) [browser monitor] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:synthetic.browser.event.domInteractive.load.geo DOM interactive - load action (by event, geolocation) [browser monitor] Millisecond autoavgcountmaxminsum
builtin:synthetic.browser.event.errorCodes Error details (by event, error code) [browser monitor] Count autovalue
builtin:synthetic.browser.event.errorCodes.geo Error details (by event, geolocation, error code) [browser monitor] Count autovalue
builtin:synthetic.browser.event.failure Failed events count (by event) [browser monitor] Count autovalue
builtin:synthetic.browser.event.failure.geo Failed events count (by event, geolocation) [browser monitor] Count autovalue
builtin:synthetic.browser.event.firstByte.load Time to first byte - load action (by event) [browser monitor] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:synthetic.browser.event.firstByte.load.geo Time to first byte - load action (by event, geolocation) [browser monitor] Millisecond autoavgcountmaxminsum
builtin:synthetic.browser.event.firstByte.xhr Time to first byte - XHR action (by event) [browser monitor] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:synthetic.browser.event.firstByte.xhr.geo Time to first byte - XHR action (by event, geolocation) [browser monitor] Millisecond autoavgcountmaxminsum
builtin:synthetic.browser.event.largestContentfulPaint.load Largest contentful paint - load action (by event) [browser monitor] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:synthetic.browser.event.largestContentfulPaint.load.geo Largest contentful paint - load action (by event, geolocation) [browser monitor] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:synthetic.browser.event.loadEventEnd.load Load event end - load action (by event) [browser monitor] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:synthetic.browser.event.loadEventEnd.load.geo Load event end - load action (by event, geolocation) [browser monitor] Millisecond autoavgcountmaxminsum
builtin:synthetic.browser.event.loadEventStart.load Load event start - load action (by event) [browser monitor] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:synthetic.browser.event.loadEventStart.load.geo Load event start - load action (by event, geolocation) [browser monitor] Millisecond autoavgcountmaxminsum
builtin:synthetic.browser.event.networkContribution.load Network contribution - load action (by event) [browser monitor] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:synthetic.browser.event.networkContribution.load.geo Network contribution - load action (by event, geolocation) [browser monitor] Millisecond autoavgcountmaxminsum
builtin:synthetic.browser.event.networkContribution.xhr Network contribution - XHR action (by event) [browser monitor] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:synthetic.browser.event.networkContribution.xhr.geo Network contribution - XHR action (by event, geolocation) [browser monitor] Millisecond autoavgcountmaxminsum
builtin:synthetic.browser.event.responseEnd.load Response end - load action (by event) [browser monitor] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:synthetic.browser.event.responseEnd.load.geo Response end - load action (by event, geolocation) [browser monitor] Millisecond autoavgcountmaxminsum
builtin:synthetic.browser.event.responseEnd.xhr Response end - XHR action (by event) [browser monitor] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:synthetic.browser.event.responseEnd.xhr.geo Response end - XHR action (by event, geolocation) [browser monitor] Millisecond autoavgcountmaxminsum
builtin:synthetic.browser.event.serverContribution.load Server contribution - load action (by event) [browser monitor] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:synthetic.browser.event.serverContribution.load.geo Server contribution - load action (by event, geolocation) [browser monitor] Millisecond autoavgcountmaxminsum
builtin:synthetic.browser.event.serverContribution.xhr Server contribution - XHR action (by event) [browser monitor] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:synthetic.browser.event.serverContribution.xhr.geo Server contribution - XHR action (by event, geolocation) [browser monitor] Millisecond autoavgcountmaxminsum
builtin:synthetic.browser.event.speedIndex.load Speed index - load action (by event) [browser monitor] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:synthetic.browser.event.speedIndex.load.geo Speed index - load action (by event, geolocation) [browser monitor] Millisecond autoavgcountmaxminsum
builtin:synthetic.browser.event.success Successful events count (by event) [browser monitor] Count autovalue
builtin:synthetic.browser.event.success.geo Successful events count (by event, geolocation) [browser monitor] Count autovalue
builtin:synthetic.browser.event.total Total events count (by event) [browser monitor] Count autovalue
builtin:synthetic.browser.event.total.geo Total events count (by event, geolocation) [browser monitor] Count autovalue
builtin:synthetic.browser.event.totalDuration Total duration (by event) [browser monitor] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:synthetic.browser.event.totalDuration.geo Total duration (by event, geolocation) [browser monitor] Millisecond autoavgcountmaxminsum
builtin:synthetic.browser.event.visuallyComplete.load Visually complete - load action (by event) [browser monitor] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:synthetic.browser.event.visuallyComplete.load.geo Visually complete - load action (by event, geolocation) [browser monitor] Millisecond autoavgcountmaxminsum
builtin:synthetic.browser.event.visuallyComplete.xhr Visually complete - XHR action (by event) [browser monitor] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:synthetic.browser.event.visuallyComplete.xhr.geo Visually complete - XHR action (by event, geolocation) [browser monitor] Millisecond autoavgcountmaxminsum
builtin:synthetic.browser.failure Failed executions count [browser monitor] Count autovalue
builtin:synthetic.browser.failure.geo Failed executions count (by geolocation) [browser monitor] Count autovalue
builtin:synthetic.browser.firstByte.load Time to first byte - load action [browser monitor] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:synthetic.browser.firstByte.load.geo Time to first byte - load action (by geolocation) [browser monitor] Millisecond autoavgcountmaxminsum
builtin:synthetic.browser.firstByte.xhr Time to first byte - XHR action [browser monitor] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:synthetic.browser.firstByte.xhr.geo Time to first byte - XHR action (by geolocation) [browser monitor] Millisecond autoavgcountmaxminsum
builtin:synthetic.browser.largestContentfulPaint.load Largest contentful paint - load action [browser monitor] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:synthetic.browser.largestContentfulPaint.load.geo Largest contentful paint - load action (by geolocation) [browser monitor] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:synthetic.browser.loadEventEnd.load Load event end - load action [browser monitor] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:synthetic.browser.loadEventEnd.load.geo Load event end - load action (by geolocation) [browser monitor] Millisecond autoavgcountmaxminsum
builtin:synthetic.browser.loadEventStart.load Load event start - load action [browser monitor] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:synthetic.browser.loadEventStart.load.geo Load event start - load action (by geolocation) [browser monitor] Millisecond autoavgcountmaxminsum
builtin:synthetic.browser.networkContribution.load Network contribution - load action [browser monitor] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:synthetic.browser.networkContribution.load.geo Network contribution - load action (by geolocation) [browser monitor] Millisecond autoavgcountmaxminsum
builtin:synthetic.browser.networkContribution.xhr Network contribution - XHR action [browser monitor] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:synthetic.browser.networkContribution.xhr.geo Network contribution - XHR action (by geolocation) [browser monitor] Millisecond autoavgcountmaxminsum
builtin:synthetic.browser.responseEnd.load Response end - load action [browser monitor] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:synthetic.browser.responseEnd.load.geo Response end - load action (by geolocation) [browser monitor] Millisecond autoavgcountmaxminsum
builtin:synthetic.browser.responseEnd.xhr Response end - XHR action [browser monitor] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:synthetic.browser.responseEnd.xhr.geo Response end - XHR action (by geolocation) [browser monitor] Millisecond autoavgcountmaxminsum
builtin:synthetic.browser.serverContribution.load Server contribution - load action [browser monitor] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:synthetic.browser.serverContribution.load.geo Server contribution - load action (by geolocation) [browser monitor] Millisecond autoavgcountmaxminsum
builtin:synthetic.browser.serverContribution.xhr Server contribution - XHR action [browser monitor] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:synthetic.browser.serverContribution.xhr.geo Server contribution - XHR action (by geolocation) [browser monitor] Millisecond autoavgcountmaxminsum
builtin:synthetic.browser.speedIndex.load Speed index - load action [browser monitor] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:synthetic.browser.speedIndex.load.geo Speed index - load action (by geolocation) [browser monitor] Millisecond autoavgcountmaxminsum
builtin:synthetic.browser.success Successful executions count [browser monitor] Count autovalue
builtin:synthetic.browser.success.geo Successful executions count (by geolocation) [browser monitor] Count autovalue
builtin:synthetic.browser.total Total executions count [browser monitor] Count autovalue
builtin:synthetic.browser.total.geo Total executions count (by geolocation) [browser monitor] Count autovalue
builtin:synthetic.browser.totalDuration Total duration [browser monitor] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:synthetic.browser.totalDuration.geo Total duration (by geolocation) [browser monitor] Millisecond autoavgcountmaxminsum
builtin:synthetic.browser.visuallyComplete.load Visually complete - load action [browser monitor] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:synthetic.browser.visuallyComplete.load.geo Visually complete - load action (by geolocation) [browser monitor] Millisecond autoavgcountmaxminsum
builtin:synthetic.browser.visuallyComplete.xhr Visually complete - XHR action [browser monitor] Millisecond autoavgcountmaxmedianminpercentilesum
builtin:synthetic.browser.visuallyComplete.xhr.geo Visually complete - XHR action (by geolocation) [browser monitor] Millisecond autoavgcountmaxminsum

HTTP

Metric key Name Unit Aggregations
builtin:synthetic.http.availability.location.total Availability rate (by location) [HTTP monitor] Percent (%) autoavg
builtin:synthetic.http.availability.location.totalWoMaintenanceWindow Availability rate - excl. maintenance windows (by location) [HTTP monitor] Percent (%) autoavg
builtin:synthetic.http.dns.geo DNS lookup time (by location) [HTTP monitor] Millisecond autoavgcountmaxminsum
builtin:synthetic.http.duration.geo Duration (by location) [HTTP monitor] Millisecond autoavgcountmaxminsum
builtin:synthetic.http.execution.status Execution count (by status) [HTTP monitor] Count autovalue
builtin:synthetic.http.request.dns.geo DNS lookup time (by request, location) [HTTP monitor] Millisecond autoavgcountmaxminsum
builtin:synthetic.http.request.duration.geo Duration (by request, location) [HTTP monitor] Millisecond autoavgcountmaxminsum
builtin:synthetic.http.request.responseSize.geo Response size (by request, location) [HTTP monitor] Byte autoavgcountmaxminsum
builtin:synthetic.http.request.tcpConnectTime.geo TCP connect time (by request, location) [HTTP monitor] Millisecond autoavgcountmaxminsum
builtin:synthetic.http.request.timeToFirstByte.geo Time to first byte (by request, location) [HTTP monitor] Millisecond autoavgcountmaxminsum
builtin:synthetic.http.request.tlsHandshakeTime.geo TLS handshake time (by request, location) [HTTP monitor] Millisecond autoavgcountmaxminsum
builtin:synthetic.http.request.durationThreshold Duration threshold (request) (by request) [HTTP monitor] Millisecond autoavgcountmaxminsum
builtin:synthetic.http.request.resultStatus Result status count (by request, location) [HTTP monitor] Count autoavgcountmaxminsum
builtin:synthetic.http.request.statusCode Status code count (by request, location) [HTTP monitor] Count autovalue
builtin:synthetic.http.responseSize.geo Response size (by location) [HTTP monitor] Byte autoavgcountmaxminsum
builtin:synthetic.http.tcpConnectTime.geo TCP connect time (by location) [HTTP monitor] Millisecond autoavgcountmaxminsum
builtin:synthetic.http.timeToFirstByte.geo Time to first byte (by location) [HTTP monitor] Millisecond autoavgcountmaxminsum
builtin:synthetic.http.tlsHandshakeTime.geo TLS handshake time (by location) [HTTP monitor] Millisecond autoavgcountmaxminsum
builtin:synthetic.http.durationThreshold Duration threshold [HTTP monitor] Millisecond autoavgcountmaxminsum
builtin:synthetic.http.resultStatus Result status count (by location) [HTTP monitor] Count autoavgcountmaxminsum
builtin:synthetic.http.statusCode Status code count (by location) [HTTP monitor] Count autovalue

Location

Metric key Name Unit Aggregations
builtin:synthetic.location.node.component.healthStatus Node health status count [synthetic] Count autoavgcountmaxminsum
builtin:synthetic.location.healthStatus Private location health status count [synthetic] Count autoavgcountmaxminsum

Third party

Metric key Name Unit Aggregations
builtin:synthetic.external.availability.location.total Availability rate (by location) [third-party monitor] Percent (%) autoavg
builtin:synthetic.external.availability.location.totalWoMaintenanceWindow Availability rate - excl. maintenance windows (by location) [third-party monitor] Percent (%) autoavg
builtin:synthetic.external.errorDetails Error count [third-party monitor] Count autovalue
builtin:synthetic.external.errorDetails.geo Error count (by location) [third-party monitor] Count autovalue
builtin:synthetic.external.quality Test quality rate [third-party monitor] Percent (%) autoavgmaxmin
builtin:synthetic.external.quality.geo Test quality rate (by location) [third-party monitor] Percent (%) autoavgmaxmin
builtin:synthetic.external.responseTime Response time [third-party monitor] Millisecond autoavgcountmaxminsum
builtin:synthetic.external.responseTime.geo Response time (by location) [third-party monitor] Millisecond autoavgcountmaxminsum
builtin:synthetic.external.step.responseTime Response time (by step) [third-party monitor] Millisecond autoavgcountmaxminsum
builtin:synthetic.external.step.responseTime.geo Response time (by step, location) [third-party monitor] Millisecond autoavgcountmaxminsum

Technologies

.NET

Metric key Name Unit Aggregations
builtin:tech.dotnet.gc.gen0Collections .NET garbage collection (# Gen 0) Count autovalue
builtin:tech.dotnet.gc.gen1Collections .NET garbage collection (# Gen 1) Count autovalue
builtin:tech.dotnet.gc.gen2Collections .NET garbage collection (# Gen 2) Count autovalue
builtin:tech.dotnet.gc.timePercentage .NET % time in GC Percent (%) autoavgmaxmin
builtin:tech.dotnet.jit.timePercentage .NET % time in JIT Percent (%) autoavgmaxmin
builtin:tech.dotnet.managedThreads.avgNumOfActiveThreads .NET average number of active threads Count autoavgmaxmin
builtin:tech.dotnet.memory.LOHConsumption .NET memory consumption (Large Object Heap) Byte autoavgmaxmin
builtin:tech.dotnet.memory.gen0Consumption .NET memory consumption (heap size Gen 0) Byte autoavgmaxmin
builtin:tech.dotnet.memory.gen1Consumption .NET memory consumption (heap size Gen 1) Byte autoavgmaxmin
builtin:tech.dotnet.memory.gen2Consumption .NET memory consumption (heap size Gen 2) Byte autoavgmaxmin
builtin:tech.dotnet.perfmon."#BytesInAllHeaps" Bytes in all heaps Byte autoavgcountmaxminsum
builtin:tech.dotnet.perfmon."#Gen0Collections" Gen 0 Collections Count autoavgcountmaxminsum
builtin:tech.dotnet.perfmon."#Gen1Collections" Gen 1 Collections Count autoavgcountmaxminsum
builtin:tech.dotnet.perfmon."#Gen2Collections" Gen 2 Collections Count autoavgcountmaxminsum
builtin:tech.dotnet.perfmon."#OfCurrentLogicalThreads" Logical threads Count autoavgcountmaxminsum
builtin:tech.dotnet.perfmon."#OfCurrentPhysicalThreads" Physical threads Count autoavgcountmaxminsum
builtin:tech.dotnet.perfmon."#TotalCommittedBytes" Committed bytes Byte autoavgcountmaxminsum
builtin:tech.dotnet.perfmon."#TotalReservedBytes" Reserved bytes Byte autoavgcountmaxminsum
builtin:tech.dotnet.perfmon."%TimeInGC" Time in GC Percent (%) autoavgcountmaxminsum
builtin:tech.dotnet.perfmon.ContentionRate Contention rate Per second autoavgcountmaxminsum
builtin:tech.dotnet.perfmon.CurrentQueueLength Queue length Count autoavgcountmaxminsum
builtin:tech.dotnet.perfmon.Gen0HeapSize Gen 0 Heap size Byte autoavgcountmaxminsum
builtin:tech.dotnet.perfmon.Gen1HeapSize Gen 1 Heap size Byte autoavgcountmaxminsum
builtin:tech.dotnet.perfmon.Gen2HeapSize Gen 2 Heap size Byte autoavgcountmaxminsum
builtin:tech.dotnet.threadpool.ioCompletionThreads .NET managed thread pool available io completion threads Count autoavgmaxmin
builtin:tech.dotnet.threadpool.queuedWorkItems .NET managed thread pool queued work items Count autoavgmaxmin
builtin:tech.dotnet.threadpool.workerThreads .NET managed thread pool available worker threads Count autoavgmaxmin

Apache Hadoop

Metric key Name Unit Aggregations
builtin:tech.Hadoop.hdfs.BlocksTotal Blocks number Count autoavgcountmaxminsum
builtin:tech.Hadoop.hdfs.CacheCapacity Cache capacity Count autoavgcountmaxminsum
builtin:tech.Hadoop.hdfs.CacheUsed Cache used Count autoavgcountmaxminsum
builtin:tech.Hadoop.hdfs.CapacityRemaining Remaining capacity Count autoavgcountmaxminsum
builtin:tech.Hadoop.hdfs.CapacityTotal Total capacity Count autoavgcountmaxminsum
builtin:tech.Hadoop.hdfs.CapacityUsed Used capacity Count autoavgcountmaxminsum
builtin:tech.Hadoop.hdfs.CapacityUsedNonDFS Capacity used non DFS Count autoavgcountmaxminsum
builtin:tech.Hadoop.hdfs.CorruptBlocks Corrupted blocks Count autoavgcountmaxminsum
builtin:tech.Hadoop.hdfs.EstimatedCapacityLostTotal Estimated capacity total loses Count autoavgcountmaxminsum
builtin:tech.Hadoop.hdfs.FilesAppended Appended files Count autoavgcountmaxminsum
builtin:tech.Hadoop.hdfs.FilesCreated Created files Count autoavgcountmaxminsum
builtin:tech.Hadoop.hdfs.FilesDeleted Deleted files Count autoavgcountmaxminsum
builtin:tech.Hadoop.hdfs.FilesRenamed Renamed files Count autoavgcountmaxminsum
builtin:tech.Hadoop.hdfs.FilesTotal Files number Count autoavgcountmaxminsum
builtin:tech.Hadoop.hdfs.NumDeadDataNodes Dead DataNodes Count autoavgcountmaxminsum
builtin:tech.Hadoop.hdfs.NumDecomDeadDataNodes Dead decommissioning DataNodes Count autoavgcountmaxminsum
builtin:tech.Hadoop.hdfs.NumDecomLiveDataNodes Live decommissioning DataNodes Count autoavgcountmaxminsum
builtin:tech.Hadoop.hdfs.NumDecommissioningDataNodes Number of decommissioning DataNodes Count autoavgcountmaxminsum
builtin:tech.Hadoop.hdfs.NumLiveDataNodes Live DataNodes Count autoavgcountmaxminsum
builtin:tech.Hadoop.hdfs.NumStaleDataNodes Number of stale dataNodes Count autoavgcountmaxminsum
builtin:tech.Hadoop.hdfs.NumberOfMissingBlocks Number of missing blocks Count autoavgcountmaxminsum
builtin:tech.Hadoop.hdfs.PendingDeletionBlocks Pending deletion blocks Count autoavgcountmaxminsum
builtin:tech.Hadoop.hdfs.PendingReplicationBlocks Pending replication blocks Count autoavgcountmaxminsum
builtin:tech.Hadoop.hdfs.ScheduledReplicationBlocks Scheduled replication blocks Count autoavgcountmaxminsum
builtin:tech.Hadoop.hdfs.TotalLoad Total load Count autoavgcountmaxminsum
builtin:tech.Hadoop.hdfs.UnderReplicatedBlocks Under replicated blocks Count autoavgcountmaxminsum
builtin:tech.Hadoop.hdfs.VolumeFailuresTotal Volume failures total Count autoavgcountmaxminsum
builtin:tech.Hadoop.yarn.AllocatedContainers Allocated containers Count autoavgcountmaxminsum
builtin:tech.Hadoop.yarn.AllocatedMB Allocated memory MB autoavgcountmaxminsum
builtin:tech.Hadoop.yarn.AllocatedVCores Allocated CPU in virtual cores Count autoavgcountmaxminsum
builtin:tech.Hadoop.yarn.AppsCompleted Completed applications Count autoavgcountmaxminsum
builtin:tech.Hadoop.yarn.AppsFailed Failed applications Count autoavgcountmaxminsum
builtin:tech.Hadoop.yarn.AppsKilled Killed applications Count autoavgcountmaxminsum
builtin:tech.Hadoop.yarn.AppsPending Pending applications Count autoavgcountmaxminsum
builtin:tech.Hadoop.yarn.AppsRunning Running applications Count autoavgcountmaxminsum
builtin:tech.Hadoop.yarn.AppsSubmitted Submitted applications Count autoavgcountmaxminsum
builtin:tech.Hadoop.yarn.AvailableMB Available memory MB autoavgcountmaxminsum
builtin:tech.Hadoop.yarn.AvailableVCores Available CPU in virtual cores Count autoavgcountmaxminsum
builtin:tech.Hadoop.yarn.NumActiveNMs Active NodeManagers Count autoavgcountmaxminsum
builtin:tech.Hadoop.yarn.NumDecommissionedNMs Decommissioned NodeManagers Count autoavgcountmaxminsum
builtin:tech.Hadoop.yarn.NumLostNMs Lost NodeManagers Count autoavgcountmaxminsum
builtin:tech.Hadoop.yarn.NumRebootedNMs Rebooted NodeManagers Count autoavgcountmaxminsum
builtin:tech.Hadoop.yarn.NumUnhealthyNMs Unhealthy NodeManagers Count autoavgcountmaxminsum
builtin:tech.Hadoop.yarn.PendingMB Pending memory requests MB autoavgcountmaxminsum
builtin:tech.Hadoop.yarn.PendingVCores Pending CPU in virtual cores requests Count autoavgcountmaxminsum
builtin:tech.Hadoop.yarn.ReservedMB Reserved memory MB autoavgcountmaxminsum
builtin:tech.Hadoop.yarn.ReservedVCores Reserved CPU in virtual cores requests Count autoavgcountmaxminsum

Apache Tomcat

Metric key Name Unit Aggregations
builtin:tech.tomcat.connectionPool.maxActive Max active Count autoavgcountmaxminsum
builtin:tech.tomcat.connectionPool.maxActiveGlobal Max active (global) Count autoavgcountmaxminsum
builtin:tech.tomcat.connectionPool.maxTotal Max total Count autoavgcountmaxminsum
builtin:tech.tomcat.connectionPool.maxTotalGlobal Max total (global) Count autoavgcountmaxminsum
builtin:tech.tomcat.connectionPool.numActive Num active Count autoavgcountmaxminsum
builtin:tech.tomcat.connectionPool.numActiveGlobal Num active (global) Count autoavgcountmaxminsum
builtin:tech.tomcat.connectionPool.numIdle Num idle Count autoavgcountmaxminsum
builtin:tech.tomcat.connectionPool.numIdleGlobal Num idle (global) Count autoavgcountmaxminsum
builtin:tech.tomcat.connectionPool.numWaiters Num waiters Count autoavgcountmaxminsum
builtin:tech.tomcat.connectionPool.numWaitersGlobal Num waiters (global) Count autoavgcountmaxminsum
builtin:tech.tomcat.connectionPool.waitCount Wait count Count autoavgcountmaxminsum
builtin:tech.tomcat.connectionPool.waitCountGlobal Wait count (global) Count autoavgcountmaxminsum
builtin:tech.tomcat.tomcat.bytesReceivedPerSecond Tomcat received bytes / sec Byte/second autoavgcountmaxminsum
builtin:tech.tomcat.tomcat.bytesSentPerSecond Tomcat sent bytes / sec Byte/second autoavgcountmaxminsum
builtin:tech.tomcat.tomcat.currentThreadsBusy Tomcat busy threads Count autoavgcountmaxminsum
builtin:tech.tomcat.tomcat.currentThreadsIdle Tomcat idle threads Count autoavgcountmaxminsum
builtin:tech.tomcat.tomcat.requestCountPerSecond Tomcat request count / sec Per second autoavgcountmaxminsum

Couchbase

Metric key Name Unit Aggregations
builtin:tech.couchbase.cluster.basicStats.diskFetches cluster basicStats diskFetches Count autoavgcountmaxminsum
builtin:tech.couchbase.cluster.count.membase cluster count membase Count autoavgcountmaxminsum
builtin:tech.couchbase.cluster.count.memcached cluster count memcached Count autoavgcountmaxminsum
builtin:tech.couchbase.cluster.samples.cmd_get cluster samples cmd_get Per second autoavgcountmaxminsum
builtin:tech.couchbase.cluster.samples.cmd_set cluster samples cmd_set Per second autoavgcountmaxminsum
builtin:tech.couchbase.cluster.samples.curr_items cluster samples curr_items Count autoavgcountmaxminsum
builtin:tech.couchbase.cluster.samples.ep_cache_miss_rate cluster samples ep_cache_miss_rate Percent (%) autoavgcountmaxminsum
builtin:tech.couchbase.cluster.samples.ep_num_value_ejects cluster samples ep_num_value_ejects Per minute autoavgcountmaxminsum
builtin:tech.couchbase.cluster.samples.ep_oom_errors cluster samples ep_oom_errors Per second autoavgcountmaxminsum
builtin:tech.couchbase.cluster.samples.ep_tmp_oom_errors cluster samples ep_tmp_oom_errors Per second autoavgcountmaxminsum
builtin:tech.couchbase.cluster.samples.ops cluster samples ops Per second autoavgcountmaxminsum
builtin:tech.couchbase.cluster.samples.swap_used cluster samples swap_used Byte autoavgcountmaxminsum
builtin:tech.couchbase.cluster.status.healthy cluster status healthy Count autoavgcountmaxminsum
builtin:tech.couchbase.cluster.status.unhealthy cluster status unhealthy Count autoavgcountmaxminsum
builtin:tech.couchbase.cluster.status.warmup cluster status warmup Count autoavgcountmaxminsum
builtin:tech.couchbase.cluster.storageTotals.hdd.free cluster storageTotals hdd free Byte autoavgcountmaxminsum
builtin:tech.couchbase.cluster.storageTotals.hdd.quotaTotal cluster storageTotals hdd quotaTotal Byte autoavgcountmaxminsum
builtin:tech.couchbase.cluster.storageTotals.hdd.total cluster storageTotals hdd total Byte autoavgcountmaxminsum
builtin:tech.couchbase.cluster.storageTotals.hdd.used cluster storageTotals hdd used Byte autoavgcountmaxminsum
builtin:tech.couchbase.cluster.storageTotals.hdd.usedByData cluster storageTotals hdd usedByData Byte autoavgcountmaxminsum
builtin:tech.couchbase.cluster.storageTotals.ram.percentageUsage cluster storageTotals ram percentageUsage Percent (%) autoavgcountmaxminsum
builtin:tech.couchbase.cluster.storageTotals.ram.quotaTotal cluster storageTotals ram quotaTotal Byte autoavgcountmaxminsum
builtin:tech.couchbase.cluster.storageTotals.ram.quotaTotalPerNode cluster storageTotals ram quotaTotalPerNode Byte autoavgcountmaxminsum
builtin:tech.couchbase.cluster.storageTotals.ram.quotaUsed cluster storageTotals ram quotaUsed Byte autoavgcountmaxminsum
builtin:tech.couchbase.cluster.storageTotals.ram.quotaUsedPerNode cluster storageTotals ram quotaUsedPerNode Byte autoavgcountmaxminsum
builtin:tech.couchbase.cluster.storageTotals.ram.total cluster storageTotals ram total Byte autoavgcountmaxminsum
builtin:tech.couchbase.cluster.storageTotals.ram.used cluster storageTotals ram used Byte autoavgcountmaxminsum
builtin:tech.couchbase.cluster.storageTotals.ram.usedByData cluster storageTotals ram usedByData Byte autoavgcountmaxminsum
builtin:tech.couchbase.liveview.basicStats.diskFetches liveview basicStats diskFetches Count autoavgcountmaxminsum
builtin:tech.couchbase.liveview.basicStats.diskUsed liveview basicStats diskUsed Byte autoavgcountmaxminsum
builtin:tech.couchbase.liveview.basicStats.memUsed liveview basicStats memUsed Byte autoavgcountmaxminsum
builtin:tech.couchbase.liveview.samples.cmd_get liveview samples cmd_get Per second autoavgcountmaxminsum
builtin:tech.couchbase.liveview.samples.cmd_set liveview samples cmd_set Per second autoavgcountmaxminsum
builtin:tech.couchbase.liveview.samples.couch_docs_data_size liveview samples couch_docs_data_size Byte autoavgcountmaxminsum
builtin:tech.couchbase.liveview.samples.couch_total_disk_size liveview samples couch_total_disk_size Byte autoavgcountmaxminsum
builtin:tech.couchbase.liveview.samples.disk_write_queue liveview samples disk_write_queue Count autoavgcountmaxminsum
builtin:tech.couchbase.liveview.samples.ep_cache_miss_rate liveview samples ep_cache_miss_rate Per second autoavgcountmaxminsum
builtin:tech.couchbase.liveview.samples.ep_mem_high_wat liveview samples ep_mem_high_wat Byte autoavgcountmaxminsum
builtin:tech.couchbase.liveview.samples.ep_num_value_ejects liveview samples ep_num_value_ejects Per minute autoavgcountmaxminsum
builtin:tech.couchbase.liveview.samples.ops liveview samples ops Per second autoavgcountmaxminsum

Custom device

Metric key Name Unit Aggregations
builtin:tech.customDevice.count Custom Device Count Count autovalue

Elastic search

Metric key Name Unit Aggregations
builtin:tech.elasticsearch.local.indices.docs.count Documents count Count autoavgcountmaxminsum
builtin:tech.elasticsearch.local.indices.docs.deleted Deleted documents Count autoavgcountmaxminsum
builtin:tech.elasticsearch.local.indices.fielddata.evictions Field data evictions Count autoavgcountmaxminsum
builtin:tech.elasticsearch.local.indices.fielddata.memory_size_in_bytes Field data size Byte autoavgcountmaxminsum
builtin:tech.elasticsearch.local.indices.query_cache.cache_count Query cache count Count autoavgcountmaxminsum
builtin:tech.elasticsearch.local.indices.query_cache.cache_size Query cache size Byte autoavgcountmaxminsum
builtin:tech.elasticsearch.local.indices.query_cache.evictions Query cache evictions Count autoavgcountmaxminsum
builtin:tech.elasticsearch.local.indices.segments.count Segment count Count autoavgcountmaxminsum
builtin:tech.elasticsearch.local.indices.shards.replication Replica shards Count autoavgcountmaxminsum
builtin:tech.elasticsearch.local.indices.count Indices count Count autoavgcountmaxminsum
builtin:tech.elasticsearch.local.active_primary_shards Active primary shards Count autoavgcountmaxminsum
builtin:tech.elasticsearch.local.active_shards Active shards Count autoavgcountmaxminsum
builtin:tech.elasticsearch.local.delayed_unassigned_shards Delayed unassigned shards Count autoavgcountmaxminsum
builtin:tech.elasticsearch.local.initializing_shards Initializing shards Count autoavgcountmaxminsum
builtin:tech.elasticsearch.local.number_of_data_nodes Number of data nodes Count autoavgcountmaxminsum
builtin:tech.elasticsearch.local.number_of_nodes Number of nodes Count autoavgcountmaxminsum
builtin:tech.elasticsearch.local.relocating_shards Relocating shards Count autoavgcountmaxminsum
builtin:tech.elasticsearch.local.status-green Status green Count autoavgcountmaxminsum
builtin:tech.elasticsearch.local.status-red Status red Count autoavgcountmaxminsum
builtin:tech.elasticsearch.local.status-unknown Status unknown Count autoavgcountmaxminsum
builtin:tech.elasticsearch.local.status-yellow Status yellow Count autoavgcountmaxminsum
builtin:tech.elasticsearch.local.unassigned_shards Unassigned shards Count autoavgcountmaxminsum

Generic

Metric key Name and description Unit Aggregations
builtin:tech.generic.cpu.groupSuspensionTime Process group total CPU time during GC suspensions

Process group total CPU time during GC suspensions

Microsecond autovalue
builtin:tech.generic.cpu.groupTotalTime Process group total CPU time

Process group total CPU time

Microsecond autovalue
builtin:tech.generic.cpu.suspensionTime Process total cpu time during GC suspensions

Process total cpu time during GC suspensions

Microsecond autovalue
builtin:tech.generic.cpu.totalTime Process total CPU time

CPU time used by all processes in PGI

Microsecond autovalue
builtin:tech.generic.cpu.usage Process CPU usage

Percent of host CPU time used by processes in PGI

Percent (%) autoavgmaxmin
builtin:tech.generic.gcpu.time z/OS General CPU time Second autoavgmaxmin
builtin:tech.generic.gcpu.usage z/OS General CPU usage Percent (%) autoavgmaxmin
builtin:tech.generic.handles.fileDescriptorsMax Process file descriptors max

Sum of file descriptor limits of processes in PGI

Count autoavgmaxmin
builtin:tech.generic.handles.fileDescriptorsPercentUsed Process file descriptors used per pid

Percent of process file descriptor limit that is already used by process.Shows highest value of all process in PGI

Percent (%) autoavgmaxmin
builtin:tech.generic.handles.fileDescriptorsUsed Process file descriptors used

Number of file descriptors used by processes in PGI

Count autoavgmaxmin
builtin:tech.generic.io.bytesRead Process I/O read bytes

Number of I/O bytes read from storage layer by processes in PGI per second

Byte/second autoavgmaxmin
builtin:tech.generic.io.bytesTotal Process I/O bytes total

Number of of I/O bytes written and read by processes in PGI per second

Byte/second autovalue
builtin:tech.generic.io.bytesWritten Process I/O write bytes

Number of I/O bytes written to storage layer by process in PGI per second

Byte/second autoavgmaxmin
builtin:tech.generic.io.reqBytesRead Process I/O requested read bytes

Number of I/O bytes read by processes in PGI per second

Byte/second autoavgmaxmin
builtin:tech.generic.io.reqBytesWrite Process I/O requested write bytes

Number of I/O bytes written by processes in PGI per second

Byte/second autoavgmaxmin
builtin:tech.generic.mem.exhaustedMem Process resource exhausted memory counter Count autovalue
builtin:tech.generic.mem.pageFaults Process page faults counter

Sum of page faults per second in all processes in PGI

Per second autoavgmaxmin
builtin:tech.generic.mem.usage Process memory usage

Percent of total host memory used by processes in PGI

Percent (%) autoavgmaxmin
builtin:tech.generic.mem.workingSetSize Process memory

Memory allocated for all processes in PGI including shared memory

Byte autoavgmaxmin
builtin:tech.generic.network.packets.baseReRx Retransmission base received per second on host Per second autoavgmaxmin
builtin:tech.generic.network.packets.baseReRxAggr Retransmission base received

Retransmission base received per second

Per second autoavgmaxmin
builtin:tech.generic.network.packets.baseReTx Retransmission base sent per second on host Per second autoavgmaxmin
builtin:tech.generic.network.packets.baseReTxAggr Retransmission base sent

Retransmission base sent per second

Per second autoavgmaxmin
builtin:tech.generic.network.packets.reRx Retransmitted packets received per second on host Per second autoavgmaxmin
builtin:tech.generic.network.packets.reRxAggr Retransmitted packets received

Retransmitted packets received per second

Per second autoavgmaxmin
builtin:tech.generic.network.packets.reTx Retransmitted packets sent per second on host Per second autoavgmaxmin
builtin:tech.generic.network.packets.reTxAggr Retransmitted packets

Retransmitted packets sent per second

Per second autoavgmaxmin
builtin:tech.generic.network.packets.retransmission Packet retransmissions

Packet retransmissions

Percent (%) autoavgmaxmin
builtin:tech.generic.network.packets.retransmissionIn Incoming packet retransmissions

Incoming packet retransmissions

Percent (%) autoavgmaxmin
builtin:tech.generic.network.packets.retransmissionOut Outgoing packet retransmissions

Outgoing packet retransmissions

Percent (%) autoavgmaxmin
builtin:tech.generic.network.packets.rx Packets received

Packets received per second

Per second autoavgmaxmin
builtin:tech.generic.network.packets.tx Packets sent

Packets sent per second

Per second autoavgmaxmin
builtin:tech.generic.network.sessions.connectivity TCP connectivity

Percentage of successfully established TCP sessions

Percent (%) autoavgmaxmin
builtin:tech.generic.network.sessions.new New session received per second on host Per second autoavgmaxmin
builtin:tech.generic.network.sessions.newAggr New session received

New session received per second

Per second autoavgmaxmin
builtin:tech.generic.network.sessions.newLocal New session received

New session received per second on localhost

Per second autoavgmaxmin
builtin:tech.generic.network.sessions.reset Session reset received per second on host Per second autoavgmaxmin
builtin:tech.generic.network.sessions.resetAggr Session reset received

Session reset received per second

Per second autoavgmaxmin
builtin:tech.generic.network.sessions.resetLocal Session reset received

Session reset received per second on localhost

Per second autoavgmaxmin
builtin:tech.generic.network.sessions.timeout Session timeout received per second on host Per second autoavgmaxmin
builtin:tech.generic.network.sessions.timeoutAggr Session timeout received

Session timeout received per second

Per second autoavgmaxmin
builtin:tech.generic.network.sessions.timeoutLocal Session timeout received

Session timeout received per second on localhost

Per second autoavgmaxmin
builtin:tech.generic.network.traffic.traffic Traffic bit/s autovalue
builtin:tech.generic.network.traffic.trafficIn Traffic in

Incoming network traffic at PGI

bit/s autoavgmaxmin
builtin:tech.generic.network.traffic.trafficOut Traffic out

Outgoing network traffic from PGI

bit/s autoavgmaxmin
builtin:tech.generic.network.bytesRx Bytes received

Bytes received per second

Byte/second autoavgmaxmin
builtin:tech.generic.network.bytesTx Bytes sent

Bytes sent per second

Byte/second autoavgmaxmin
builtin:tech.generic.network.latency Ack-round-trip time

Average latency between outgoing TCP data and ACK

Millisecond autoavgmaxmin
builtin:tech.generic.network.load Requests

Requests per second

Per second autoavgmaxmin
builtin:tech.generic.network.responsiveness Server responsiveness Microsecond autoavgcountmaxmedianminpercentilesum
builtin:tech.generic.network.roundTrip Round-trip time

Average TCP session handshake RTT

Millisecond autoavgmaxmin
builtin:tech.generic.network.throughput Throughput

Used network bandwidth

Byte/second autoavgmaxmin
builtin:tech.generic.count Process count per process group

Number of PGIs for given PG

Count autovalue
builtin:tech.generic.processCount Worker processes

Number of processes in PGI

Count autoavgmaxmin
builtin:tech.generic.threadsExhausted Process resource exhausted threads counter

Process resource exhausted threads counter

Count autovalue
builtin:tech.generic.ziip z/OS zIIP time Second autovalue
builtin:tech.generic.ziipEligible z/OS zIIP eligible time Second autoavgmaxmin

Go

Metric key Name and description Unit Aggregations
builtin:tech.go.http.badGateways Go: 502 responses

The number of responses that indicate invalid service responses produced by an application.

Count autovalue
builtin:tech.go.http.latency Go: Response latency

The average response time from the application to clients.

Millisecond autoavgmaxmin
builtin:tech.go.http.responses5xx Go: 5xx responses

The number of responses that indicate repeatedly crashing apps or response issues from applications.

Count autovalue
builtin:tech.go.http.totalRequests Go: Total requests

The number of all requests representing the overall traffic flow.

Count autovalue
builtin:tech.go.memory.heap.idle 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
builtin:tech.go.memory.heap.live 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
builtin:tech.go.memory.heap.objCount Go: Heap allocated Go objects count

The number of Go objects allocated on the Go heap.

Count autoavgmaxmin
builtin:tech.go.memory.pool.committed Go: Committed memory

The amount of memory committed to the Go runtime heap.

Byte autoavgmaxmin
builtin:tech.go.memory.pool.used Go: Used memory

The amount of memory used by the Go runtime heap.

Byte autoavgmaxmin
builtin:tech.go.memory.gcCount Go: Garbage collector invocation count

The number of Go garbage collector runs.

Count autovalue
builtin:tech.go.native.cgoCalls Go: Go to C language (cgo) call count

The number of Go to C language (cgo) calls.

Count autovalue
builtin:tech.go.native.sysCalls 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
builtin:tech.go.scheduling.g.avgNumOfActiveRoutines Go: Average number of active Goroutines

The average number of active Goroutines.

Count autoavgmaxmin
builtin:tech.go.scheduling.g.avgNumOfInactiveRoutines Go: Average number of inactive Goroutines

The average number of inactive Goroutines.

Count autoavgmaxmin
builtin:tech.go.scheduling.g.runningCount Go: Application Goroutine count

The number of Goroutines instantiated by the user application.

Count autoavgmaxmin
builtin:tech.go.scheduling.g.systemCount Go: System Goroutine count

The number of Goroutines instantiated by the Go runtime.

Count autoavgmaxmin
builtin:tech.go.scheduling.m.count 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
builtin:tech.go.scheduling.m.idlingCount 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
builtin:tech.go.scheduling.m.spinningCount 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
builtin:tech.go.scheduling.p.idleCount 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
builtin:tech.go.scheduling.globalQSize 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

JVM

Metric key Name Unit Aggregations
builtin:tech.jvm.classes.loaded JVM loaded classes Count autoavgmaxmin
builtin:tech.jvm.classes.total JVM total number of loaded classes Count autoavgmaxmin
builtin:tech.jvm.classes.unloaded JVM unloaded classes Count autoavgmaxmin
builtin:tech.jvm.memory.gc.activationCount Garbage collection total activation count Count autovalue
builtin:tech.jvm.memory.gc.collectionTime Garbage collection total collection time Millisecond autovalue
builtin:tech.jvm.memory.gc.suspensionTime Garbage collection suspension time Percent (%) autoavgmaxmin
builtin:tech.jvm.memory.pool.collectionCount Garbage collection count Count autovalue
builtin:tech.jvm.memory.pool.collectionTime Garbage collection time Millisecond autovalue
builtin:tech.jvm.memory.pool.committed JVM heap memory pool committed bytes Byte autoavgmaxmin
builtin:tech.jvm.memory.pool.max JVM heap memory max bytes Byte autoavgmaxmin
builtin:tech.jvm.memory.pool.used JVM heap memory pool used bytes Byte autoavgmaxmin
builtin:tech.jvm.memory.runtime.free JVM runtime free memory Byte autoavgmaxmin
builtin:tech.jvm.memory.runtime.max JVM runtime max memory Byte autoavgmaxmin
builtin:tech.jvm.memory.runtime.total JVM runtime total memory Byte autoavgmaxmin
builtin:tech.jvm.memory.memAllocationBytes Process memory allocation bytes Byte autovalue
builtin:tech.jvm.memory.memAllocationCount Process memory allocation objects count Count autovalue
builtin:tech.jvm.memory.memSurvivorsBytes Process memory survived objects bytes Byte autovalue
builtin:tech.jvm.memory.memSurvivorsCount Process memory survived objects count Count autovalue
builtin:tech.jvm.spark.aliveWorkers Alive workers Count autoavgcountmaxminsum
builtin:tech.jvm.spark.aliveWorkers.gauge Alive workers Count autoavgcountmaxminsum
builtin:tech.jvm.spark.apps Master apps Count autoavgcountmaxminsum
builtin:tech.jvm.spark.apps.gauge Master apps Count autoavgcountmaxminsum
builtin:tech.jvm.spark.driver.Count Processing time - count Count autoavgcountmaxminsum
builtin:tech.jvm.spark.driver.Count.timer Processing time - count Count autoavgcountmaxminsum
builtin:tech.jvm.spark.driver.Mean Processing time - mean Millisecond autoavgcountmaxminsum
builtin:tech.jvm.spark.driver.Mean.timer Processing time - mean Millisecond autoavgcountmaxminsum
builtin:tech.jvm.spark.driver.OneMinuteRate Processing time - one minute rate Per second autoavgcountmaxminsum
builtin:tech.jvm.spark.driver.OneMinuteRate.timer Processing time - one minute rate Per second autoavgcountmaxminsum
builtin:tech.jvm.spark.driver.activeJobs Active jobs Count autoavgcountmaxminsum
builtin:tech.jvm.spark.driver.activeJobs.gauge Active jobs Count autoavgcountmaxminsum
builtin:tech.jvm.spark.driver.allJobs Total jobs Count autoavgcountmaxminsum
builtin:tech.jvm.spark.driver.allJobs.gauge Total jobs Count autoavgcountmaxminsum
builtin:tech.jvm.spark.driver.failedStages Failed stages Count autoavgcountmaxminsum
builtin:tech.jvm.spark.driver.failedStages.gauge Failed stages Count autoavgcountmaxminsum
builtin:tech.jvm.spark.driver.runningStages Running stages Count autoavgcountmaxminsum
builtin:tech.jvm.spark.driver.runningStages.gauge Running stages Count autoavgcountmaxminsum
builtin:tech.jvm.spark.driver.waitingStages Waiting stages Count autoavgcountmaxminsum
builtin:tech.jvm.spark.driver.waitingStages.gauge Waiting stages Count autoavgcountmaxminsum
builtin:tech.jvm.spark.waitingApps Waiting apps Count autoavgcountmaxminsum
builtin:tech.jvm.spark.waitingApps.gauge Waiting apps Count autoavgcountmaxminsum
builtin:tech.jvm.spark.workers Master workers Count autoavgcountmaxminsum
builtin:tech.jvm.spark.workers.gauge Master workers Count autoavgcountmaxminsum
builtin:tech.jvm.threads.avgActiveThreadCount JVM average number of active threads Count autoavgmaxmin
builtin:tech.jvm.threads.avgInactiveThreadCount JVM average number of inactive threads Count autoavgmaxmin
builtin:tech.jvm.threads.count JVM thread count Count autoavgmaxmin
builtin:tech.jvm.threads.totalCpuTime JVM total CPU time Millisecond autovalue

Kafka

Metric key Name Unit Aggregations
builtin:tech.kafka.pg.kafka.controller.ControllerStats.LeaderElectionRateAndTimeMs.OneMinuteRate Kafka broker - Leader election rate Millisecond autoavgcountmaxminsum
builtin:tech.kafka.pg.kafka.controller.ControllerStats.UncleanLeaderElectionsPerSec.OneMinuteRate Kafka broker - Unclean election rate Per second autoavgcountmaxminsum
builtin:tech.kafka.pg.kafka.controller.KafkaController.ActiveControllerCount.Value Kafka controller - Active cluster controllers Count autoavgcountmaxminsum
builtin:tech.kafka.pg.kafka.controller.KafkaController.OfflinePartitionsCount.Value Kafka controller - Offline partitions Count autoavgcountmaxminsum
builtin:tech.kafka.pg.kafka.server.ReplicaManager.PartitionCount.Value Kafka broker - Partitions Count autoavgcountmaxminsum
builtin:tech.kafka.pg.kafka.server.ReplicaManager.UnderReplicatedPartitions.Value Kafka broker - Under replicated partitions Count autoavgcountmaxminsum

Nettracer

Metric key Name and description Unit Aggregations
builtin:tech.nettracer.bytes_rx Bytes received

Bytes received

Byte autoavgcountmaxminsum
builtin:tech.nettracer.bytes_tx Bytes transmitted

Bytes transmitted

Byte autoavgcountmaxminsum
builtin:tech.nettracer.pkts_retr Retransmitted packets

Number of retransmitted packets

Count autovalue
builtin:tech.nettracer.pkts_rx Packets received

Number of packets received

Count autovalue
builtin:tech.nettracer.pkts_tx Packets transmitted

Number of packets transmitted

Count autovalue
builtin:tech.nettracer.retr_percentage Retransmission

Percentage of retransmitted packets

Percent (%) autoavgmaxmin
builtin:tech.nettracer.rtt Round trip time

Round trip time in milli seconds. Aggregates data from active sessions

Millisecond autoavgcountmaxminsum
builtin:tech.nettracer.traffic Network traffic

Summary of incoming and outgoing network traffic in bits per second

bit/s autovalue
builtin:tech.nettracer.traffic_rx Incoming traffic

Incoming network traffic in bits per second

bit/s autovalue
builtin:tech.nettracer.traffic_tx Outgoing traffic

Outgoing network traffic in bits per second

bit/s autovalue

Nginx

Metric key Name Unit Aggregations
builtin:tech.nginx.cache.freeSpace Nginx Plus cache free space MB autoavgmaxmin
builtin:tech.nginx.cache.hitRatio Nginx Plus cache hit ratio Percent (%) autoavgmaxmin
builtin:tech.nginx.cache.hits Nginx Plus cache hits Per second autoavgmaxmin
builtin:tech.nginx.cache.misses Nginx Plus cache misses Per second autoavgmaxmin
builtin:tech.nginx.cache.usedSpace Nginx Plus cache used space MB autoavgmaxmin
builtin:tech.nginx.serverZones.active Active Nginx Plus server zones Count autoavgmaxmin
builtin:tech.nginx.serverZones.inactive Inactive Nginx Plus server zones Count autoavgmaxmin
builtin:tech.nginx.serverZones.requests Nginx Plus server zone requests Per second autoavgmaxmin
builtin:tech.nginx.serverZones.trafficIn Nginx Plus server zone traffic in Byte/second autoavgmaxmin
builtin:tech.nginx.serverZones.trafficOut Nginx Plus server zone traffic out Byte/second autoavgmaxmin
builtin:tech.nginx.upstream.healthy Healthy Nginx Plus upstream servers Count autoavgmaxmin
builtin:tech.nginx.upstream.requests Nginx Plus upstream requests Per second autoavgmaxmin
builtin:tech.nginx.upstream.trafficIn Nginx Plus upstream traffic in Byte/second autoavgmaxmin
builtin:tech.nginx.upstream.trafficOut Nginx Plus upstream traffic out Byte/second autoavgmaxmin
builtin:tech.nginx.upstream.unhealthy Unhealthy Nginx Plus upstream servers Count autoavgmaxmin

Node.js

Metric key Name and description Unit Aggregations
builtin:tech.nodejs.uvLoop.activeHandles Node.js: Active handles

Average number of active handles in the event loop

Count autoavgmaxmin
builtin:tech.nodejs.uvLoop.count Node.js: Event loop tick frequency

Average number of event loop iterations (per 10 seconds interval)

Count autoavgmaxmin
builtin:tech.nodejs.uvLoop.loopLatency Node.js: Event loop latency

Average latency of expected event completion

Nanosecond autoavgmaxmin
builtin:tech.nodejs.uvLoop.processedLatency Node.js: Work processed latency

Average latency of a work item being enqueued and callback being called

Nanosecond autoavgmaxmin
builtin:tech.nodejs.uvLoop.totalTime Node.js: Event loop tick duration

Average duration of an event loop iteration (tick)

Nanosecond autoavgmaxmin
builtin:tech.nodejs.uvLoop.utilization Node.js: Event loop utilization

Event loop utilization represents the percentage of time the event loop has been active

Percent (%) autoavgmaxmin
builtin:tech.nodejs.v8heap.gcHeapUsed Node.js: GC heap used

Total size of allocated V8 heap used by application data (post-GC memory snapshot)

Byte autoavgmaxmin
builtin:tech.nodejs.v8heap.rss Node.js: Process Resident Set Size (RSS)

Amount of space occupied in the main memory

Byte autoavgmaxmin
builtin:tech.nodejs.v8heap.total Node.js: V8 heap total

Total size of allocated V8 heap

Byte autoavgmaxmin
builtin:tech.nodejs.v8heap.used Node.js: V8 heap used

Total size of allocated V8 heap used by application data (periodic memory snapshot)

Byte autoavgmaxmin
builtin:tech.nodejs.avgNumberOfActiveThreads Node.js: Number of active threads

Average number of active Node.js worker threads

Count autoavgmaxmin

Oracle Database

Metric key Name Unit Aggregations
builtin:tech.oracleDb.cd.cpu.background Background CPU usage Percent (%) autoavgmaxmin
builtin:tech.oracleDb.cd.cpu.foreground Foreground CPU usage Percent (%) autoavgmaxmin
builtin:tech.oracleDb.cd.cpu.idle CPU idle Percent (%) autoavgmaxmin
builtin:tech.oracleDb.cd.cpu.other CPU other processes Percent (%) autoavgmaxmin
builtin:tech.oracleDb.cd.io.bytesRead Physical read bytes Byte autovalue
builtin:tech.oracleDb.cd.io.bytesWritten Physical write bytes Byte autovalue
builtin:tech.oracleDb.cd.io.wait Total wait time Microsecond autovalue
builtin:tech.oracleDb.cd.memory.pga.size.allocated Allocated PGA Byte autoavgmaxmin
builtin:tech.oracleDb.cd.memory.pga.size.pgaAggregateLimit PGA aggregate Limit Byte autoavgmaxmin
builtin:tech.oracleDb.cd.memory.pga.size.pgaAggregateTarget PGA aggregate target Byte autoavgmaxmin
builtin:tech.oracleDb.cd.memory.pga.usedForWorkAreas PGA used for work areas Percent (%) autoavgmaxmin
builtin:tech.oracleDb.cd.memory.sga.cacheBuffer.sharedPoolFree Shared pool free Percent (%) autoavgmaxmin
builtin:tech.oracleDb.cd.memory.sga.redoBuffer.redoLogSpaceWaitTime Redo log space wait time Microsecond autovalue
builtin:tech.oracleDb.cd.memory.sga.redoBuffer.redoSizeIncrease Redo size increase Count autovalue
builtin:tech.oracleDb.cd.memory.sga.redoBuffer.redoWriteTime Redo write time Microsecond autovalue
builtin:tech.oracleDb.cd.memory.bufferCacheHit Buffer cache hit Percent (%) autoavgmaxmin
builtin:tech.oracleDb.cd.memory.sortsInMemory Sorts in memory Percent (%) autoavgmaxmin
builtin:tech.oracleDb.cd.queries.connMgmt Time spent on connection management Microsecond autovalue
builtin:tech.oracleDb.cd.queries.other Time spent on other activities Microsecond autovalue
builtin:tech.oracleDb.cd.queries.plSqlExec PL SQL exec elapsed time Microsecond autovalue
builtin:tech.oracleDb.cd.queries.sqlExec SQL exec time Microsecond autovalue
builtin:tech.oracleDb.cd.queries.sqlParse Time spent on SQL parsing Microsecond autovalue
builtin:tech.oracleDb.cd.sessions.active Active sessions Count autoavgmaxmin
builtin:tech.oracleDb.cd.sessions.all All sessions Count autoavgmaxmin
builtin:tech.oracleDb.cd.sessions.userCalls User calls count Count autovalue
builtin:tech.oracleDb.cd.slow.time.application Application wait time Microsecond autovalue
builtin:tech.oracleDb.cd.slow.time.cluster Cluster wait time Microsecond autovalue
builtin:tech.oracleDb.cd.slow.time.concurrency Concurrency wait time Microsecond autovalue
builtin:tech.oracleDb.cd.slow.time.cpu CPU time Microsecond autovalue
builtin:tech.oracleDb.cd.slow.time.elapsed Elapsed time Microsecond autovalue
builtin:tech.oracleDb.cd.slow.time.userIo User I/O wait time Microsecond autovalue
builtin:tech.oracleDb.cd.slow.bufferGets Buffer gets Count autovalue
builtin:tech.oracleDb.cd.slow.directWrites Direct writes Count autovalue
builtin:tech.oracleDb.cd.slow.diskReads Disk reads Count autovalue
builtin:tech.oracleDb.cd.slow.executions Executions Count autovalue
builtin:tech.oracleDb.cd.slow.parseCalls Parse calls Count autovalue
builtin:tech.oracleDb.cd.slow.rowsProcessed Rows processed Count autovalue
builtin:tech.oracleDb.cd.tablespaces.totalSpace Total space Byte autoavgmaxmin
builtin:tech.oracleDb.cd.tablespaces.usedSpace Used space Byte autoavgmaxmin
builtin:tech.oracleDb.cd.wait.count Number of wait events Count autovalue
builtin:tech.oracleDb.cd.wait.time Total wait time Microsecond autovalue
builtin:tech.oracleDb.pgi.cpu.background Background CPU usage Percent (%) autoavgmaxmin
builtin:tech.oracleDb.pgi.cpu.foreground Foreground CPU usage Percent (%) autoavgmaxmin
builtin:tech.oracleDb.pgi.cpu.idle CPU idle Percent (%) autoavgmaxmin
builtin:tech.oracleDb.pgi.cpu.other CPU other processes Percent (%) autoavgmaxmin
builtin:tech.oracleDb.pgi.io.bytesRead Physical read bytes Byte autovalue
builtin:tech.oracleDb.pgi.io.bytesWritten Physical write bytes Byte autovalue
builtin:tech.oracleDb.pgi.io.wait Total wait time Microsecond autovalue
builtin:tech.oracleDb.pgi.memory.pga.size.allocated Allocated PGA Byte autoavgmaxmin
builtin:tech.oracleDb.pgi.memory.pga.size.pgaAggregateLimit PGA aggregate Limit Byte autoavgmaxmin
builtin:tech.oracleDb.pgi.memory.pga.size.pgaAggregateTarget PGA aggregate target Byte autoavgmaxmin
builtin:tech.oracleDb.pgi.memory.pga.usedForWorkAreas PGA used for work areas Percent (%) autoavgmaxmin
builtin:tech.oracleDb.pgi.memory.sga.cacheBuffer.sharedPoolFree Shared pool free Percent (%) autoavgmaxmin
builtin:tech.oracleDb.pgi.memory.sga.redoBuffer.redoLogSpaceWaitTime Redo log space wait time Microsecond autovalue
builtin:tech.oracleDb.pgi.memory.sga.redoBuffer.redoSizeIncrease Redo size increase Count autovalue
builtin:tech.oracleDb.pgi.memory.sga.redoBuffer.redoWriteTime Redo write time Microsecond autovalue
builtin:tech.oracleDb.pgi.queries.connMgmt Time spent on connection management Microsecond autovalue
builtin:tech.oracleDb.pgi.queries.other Time spent on other activities Microsecond autovalue
builtin:tech.oracleDb.pgi.queries.plSqlExec PL SQL exec elapsed time Microsecond autovalue
builtin:tech.oracleDb.pgi.queries.sqlExec SQL exec time Microsecond autovalue
builtin:tech.oracleDb.pgi.queries.sqlParse Time spent on SQL parsing Microsecond autovalue
builtin:tech.oracleDb.pgi.sessions.active Active sessions Count autoavgmaxmin
builtin:tech.oracleDb.pgi.sessions.all All sessions Count autoavgmaxmin
builtin:tech.oracleDb.pgi.sessions.userCalls User calls count Count autovalue
builtin:tech.oracleDb.pgi.slow.time.application Application wait time Microsecond autovalue
builtin:tech.oracleDb.pgi.slow.time.cluster Cluster wait time Microsecond autovalue
builtin:tech.oracleDb.pgi.slow.time.concurrency Concurrency wait time Microsecond autovalue
builtin:tech.oracleDb.pgi.slow.time.cpu CPU time Microsecond autovalue
builtin:tech.oracleDb.pgi.slow.time.elapsed Elapsed time Microsecond autovalue
builtin:tech.oracleDb.pgi.slow.time.userIo User I/O wait time Microsecond autovalue
builtin:tech.oracleDb.pgi.slow.bufferGets Buffer gets Count autovalue
builtin:tech.oracleDb.pgi.slow.directWrites Direct writes Count autovalue
builtin:tech.oracleDb.pgi.slow.diskReads Disk reads Count autovalue
builtin:tech.oracleDb.pgi.slow.executions Executions Count autovalue
builtin:tech.oracleDb.pgi.slow.parseCalls Parse calls Count autovalue
builtin:tech.oracleDb.pgi.slow.rowsProcessed Rows processed Count autovalue
builtin:tech.oracleDb.pgi.tablespaces.totalSpace Total space Byte autoavgmaxmin
builtin:tech.oracleDb.pgi.tablespaces.usedSpace Used space Byte autoavgmaxmin
builtin:tech.oracleDb.pgi.wait.count Number of wait events Count autovalue
builtin:tech.oracleDb.pgi.wait.time Total wait time Microsecond autovalue
builtin:tech.oracleDb.pgi.bufferCacheHit Buffer cache hit Percent (%) autoavgmaxmin
builtin:tech.oracleDb.pgi.sortsInMemory Sorts in memory Percent (%) autoavgmaxmin

PHP

Metric key Name Unit Aggregations
builtin:tech.php.phpGc.collectedCount PHP GC collected count Count autoavgcountmaxminsum
builtin:tech.php.phpGc.durationMs PHP GC collection duration Millisecond autoavgcountmaxminsum
builtin:tech.php.phpGc.effectiveness PHP GC effectiveness Percent (%) autoavgcountmaxminsum
builtin:tech.php.phpOpcache.jit.bufferFree PHP OPCache JIT buffer free Byte autoavgmaxmin
builtin:tech.php.phpOpcache.jit.bufferSize PHP OPCache JIT buffer size Byte autoavgmaxmin
builtin:tech.php.phpOpcache.memory.free PHP OPCache free memory Byte autoavgmaxmin
builtin:tech.php.phpOpcache.memory.used PHP OPCache used memory Byte autoavgmaxmin
builtin:tech.php.phpOpcache.memory.wasted PHP OPCache wasted memory Byte autoavgmaxmin
builtin:tech.php.phpOpcache.restarts.hash PHP OPCache restarts due to lack of keys Count autoavgmaxmin
builtin:tech.php.phpOpcache.restarts.manual PHP OPCache manual restarts Count autoavgmaxmin
builtin:tech.php.phpOpcache.restarts.outOfMemory PHP OPCache restarts due to out of memory Count autoavgmaxmin
builtin:tech.php.phpOpcache.statistics.blocklistMisses PHP OPCache blocklist misses Count autoavgmaxmin
builtin:tech.php.phpOpcache.statistics.cachedKeys PHP OPCache number of cached keys Count autoavgmaxmin
builtin:tech.php.phpOpcache.statistics.cachedScripts PHP OPCache number of cached scripts Count autoavgmaxmin
builtin:tech.php.phpOpcache.statistics.hits PHP OPCache hits Count autoavgmaxmin
builtin:tech.php.phpOpcache.statistics.maxCachedCachedKeys PHP OPCache max number of keys Count autoavgmaxmin
builtin:tech.php.phpOpcache.statistics.misses PHP OPCache misses Count autoavgmaxmin
builtin:tech.php.phpOpcache.strings.bufferSize PHP OPCache interned string buffer size Count autoavgmaxmin
builtin:tech.php.phpOpcache.strings.numberOfStrings PHP OPCache number of interned strings Count autoavgmaxmin
builtin:tech.php.phpOpcache.strings.usedMemory PHP OPCache interned string memory usage Byte autoavgmaxmin
builtin:tech.php.threads.avgNumOfActiveThreads PHP average number of active threads Count autoavgmaxmin
builtin:tech.php.threads.avgNumOfInactiveThreads PHP average number of inactive threads Count autoavgmaxmin

RabbitMQ

Metric key Name Unit Aggregations
builtin:tech.rabbitmq.cluster_channels cluster channels Count autoavgcountmaxminsum
builtin:tech.rabbitmq.cluster_connections cluster connections Count autoavgcountmaxminsum
builtin:tech.rabbitmq.cluster_consumers cluster consumers Count autoavgcountmaxminsum
builtin:tech.rabbitmq.cluster_exchanges cluster exchanges Count autoavgcountmaxminsum
builtin:tech.rabbitmq.cluster_messages_ack cluster ack messages Per second autoavgcountmaxminsum
builtin:tech.rabbitmq.cluster_messages_deliver_get cluster delivered and get messages Per second autoavgcountmaxminsum
builtin:tech.rabbitmq.cluster_messages_publish cluster published messages Per second autoavgcountmaxminsum
builtin:tech.rabbitmq.cluster_messages_ready cluster ready messages Count autoavgcountmaxminsum
builtin:tech.rabbitmq.cluster_messages_redeliver cluster redelivered messages Per second autoavgcountmaxminsum
builtin:tech.rabbitmq.cluster_messages_return_unroutable cluster unroutable messages Per second autoavgcountmaxminsum
builtin:tech.rabbitmq.cluster_messages_unacknowledged cluster unacknowledged messages Count autoavgcountmaxminsum
builtin:tech.rabbitmq.cluster_nodes_failed cluster node failed Count autoavgcountmaxminsum
builtin:tech.rabbitmq.cluster_nodes_ok cluster node ok Count autoavgcountmaxminsum
builtin:tech.rabbitmq.cluster_queues_crashed cluster crashed queues Count autoavgcountmaxminsum
builtin:tech.rabbitmq.cluster_queues_down cluster queues down Count autoavgcountmaxminsum
builtin:tech.rabbitmq.cluster_queues_flow cluster flow queues Count autoavgcountmaxminsum
builtin:tech.rabbitmq.cluster_queues_idle cluster idle queues Count autoavgcountmaxminsum
builtin:tech.rabbitmq.cluster_queues_running cluster running queues Count autoavgcountmaxminsum
builtin:tech.rabbitmq.topN_queue_ack topn ack Per second autoavgcountmaxminsum
builtin:tech.rabbitmq.topN_queue_consumers topn consumers Count autoavgcountmaxminsum
builtin:tech.rabbitmq.topN_queue_deliver_get topn deliver/get Per second autoavgcountmaxminsum
builtin:tech.rabbitmq.topN_queue_messages_ready topn ready messages Count autoavgcountmaxminsum
builtin:tech.rabbitmq.topN_queue_messages_unacknowledged topn unacknowledged messages Count autoavgcountmaxminsum
builtin:tech.rabbitmq.topN_queue_publish topn publish Per second autoavgcountmaxminsum

Ruby

Metric key Name Unit Aggregations
builtin:tech.ruby.memory.heapSlots.available Available heap slots Count autoavgmaxmin
builtin:tech.ruby.memory.heapSlots.free Free heap slots Count autoavgmaxmin
builtin:tech.ruby.memory.heapSlots.live Live heap slots Count autoavgmaxmin
builtin:tech.ruby.memory.objects.allocated Allocated objects Count autovalue
builtin:tech.ruby.memory.objects.freed Freed objects Count autovalue
builtin:tech.ruby.memory.gcCount GC collection count Count autovalue
builtin:tech.ruby.threadCount Thread count Count autoavgmaxmin

Varnish

Metric key Name Unit Aggregations
builtin:tech.varnish.cache.hitRatio Cache hit ratio Percent (%) autoavgmaxmin
builtin:tech.varnish.cache.hitpasses Cache hits for passes Per second autoavgmaxmin
builtin:tech.varnish.cache.hits Cache hits Per second autoavgmaxmin
builtin:tech.varnish.cache.misses Cache misses Per second autoavgmaxmin
builtin:tech.varnish.cache.passes Cache passes Per second autoavgmaxmin
builtin:tech.varnish.connections.backend Backend connections Per second autoavgmaxmin
builtin:tech.varnish.connections.failed Backend connections failed Per second autoavgmaxmin
builtin:tech.varnish.connections.reused Backend connections reused Per second autoavgmaxmin
builtin:tech.varnish.sessions.accepted Sessions accepted Per second autoavgmaxmin
builtin:tech.varnish.sessions.dropped Sessions dropped Per second autoavgmaxmin
builtin:tech.varnish.sessions.queued Sessions queued Per second autoavgmaxmin
builtin:tech.varnish.threads.failed Threads failed Per second autoavgmaxmin
builtin:tech.varnish.threads.max Maximum number of threads Count autoavgmaxmin
builtin:tech.varnish.threads.min Minimum number of threads Count autoavgmaxmin
builtin:tech.varnish.threads.total Total number of threads Count autoavgmaxmin
builtin:tech.varnish.requests Requests Per second autoavgmaxmin
builtin:tech.varnish.traffic Traffic Byte/second autoavgmaxmin

Web server

Metric key Name and description Unit Aggregations
builtin:tech.webserver.connections.dropped Dropped connections

Number of dropped connections

Per second autoavgmaxmin
builtin:tech.webserver.connections.handled Handled connections

Number of successfully finished and closed requests

Per second autoavgmaxmin
builtin:tech.webserver.connections.reading Reading connections

Number of connections which are receiving data from the client

Count autoavgmaxmin
builtin:tech.webserver.connections.socketWaitingTime Socket backlog waiting time

Average time needed to queue and handle incoming connections

Microsecond autovalue
builtin:tech.webserver.connections.waiting Waiting connections

Number of connections with no active requests

Count autoavgmaxmin
builtin:tech.webserver.connections.writing Writing connections

Number of connections which are sending data to the client

Count autoavgmaxmin
builtin:tech.webserver.threads.active Active worker threads

Number of active worker threads

Count autoavgmaxmin
builtin:tech.webserver.threads.idle Idle worker threads

Number of idle worker threads

Count autoavgmaxmin
builtin:tech.webserver.threads.max Maximum worker threads

Maximum number of worker threads

Count autoavgmaxmin
builtin:tech.webserver.requests Requests

Number of requests

Per second autoavgmaxmin
builtin:tech.webserver.traffic Traffic

Amount of data transferred

Byte/second autoavgmaxmin

WebSphere

Metric key Name Unit Aggregations
builtin:tech.websphere.connectionPool.connectionPoolModule.FreePoolSize Free pool size Count autoavgcountmaxminsum
builtin:tech.websphere.connectionPool.connectionPoolModule.PercentUsed Percent used Percent (%) autoavgcountmaxminsum
builtin:tech.websphere.connectionPool.connectionPoolModule.PoolSize Pool size Count autoavgcountmaxminsum
builtin:tech.websphere.connectionPool.connectionPoolModule.UseTime In use time Millisecond autoavgcountmaxminsum
builtin:tech.websphere.connectionPool.connectionPoolModule.WaitTime Wait time Millisecond autoavgcountmaxminsum
builtin:tech.websphere.connectionPool.connectionPoolModule.WaitingThreadCount Number of waiting threads Count autoavgcountmaxminsum
builtin:tech.websphere.servletSessionsModule.LiveCount Live sessions Count autoavgcountmaxminsum
builtin:tech.websphere.threadPoolModule.ActiveCount Active threads Count autoavgcountmaxminsum
builtin:tech.websphere.threadPoolModule.PoolSize Pool size Count autoavgcountmaxminsum
builtin:tech.websphere.webAppModule.RequestCountV2 Number of requests Per second autoavgcountmaxminsum

Zos

Metric key Name and description Unit Aggregations
builtin:tech.zos.consumed_service_units z/OS Consumed Service Units per minute

The calculated number of consumed Service Units per minute

Count autoavgcountmaxminsum