prometheus/config/semconv
Arthur Silva Sens 8813c5e3a0
Don't create metric vectors if there's no attributes
Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
2026-01-16 10:47:20 -03:00
..
metrics.go Don't create metric vectors if there's no attributes 2026-01-16 10:47:20 -03:00
README.md Add generated metrics and documentation 2026-01-15 19:05:15 -03:00
registry.yaml Add inferred registries 2026-01-15 19:00:52 -03:00

Metrics

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

Metric Type Unit Description
prometheus_config_last_reload_success_timestamp_seconds gauge s Timestamp of the last successful configuration reload.
prometheus_config_last_reload_successful gauge 1 Whether the last configuration reload attempt was successful.

Metric Details

prometheus_config_last_reload_success_timestamp_seconds

Timestamp of the last successful configuration reload.

  • Type: gauge
  • Unit: s
  • Stability: development

prometheus_config_last_reload_successful

Whether the last configuration reload attempt was successful.

  • Type: gauge
  • Unit: 1
  • Stability: development