Arthur Silva Sens 8a068236e4
Migrate notifier package
Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
2026-01-16 14:51:48 -03:00
..
2026-01-16 14:51:48 -03:00
2026-01-16 14:51:48 -03:00
2026-01-16 14:51:48 -03:00

Metrics

This document describes the metrics defined in this semantic convention registry.

Metric Type Unit Description
prometheus_api_notification_active_subscribers gauge {subscriber} The current number of active notification subscribers.
prometheus_api_notification_updates_dropped_total counter {update} Total number of notification updates dropped.
prometheus_api_notification_updates_sent_total counter {update} Total number of notification updates sent.

Metric Details

prometheus_api_notification_active_subscribers

The current number of active notification subscribers.

  • Type: gauge
  • Unit: {subscriber}
  • Stability: development

prometheus_api_notification_updates_dropped_total

Total number of notification updates dropped.

  • Type: counter
  • Unit: {update}
  • Stability: development

prometheus_api_notification_updates_sent_total

Total number of notification updates sent.

  • Type: counter
  • Unit: {update}
  • Stability: development