mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-28 04:02:21 -04:00
|
|
||
|---|---|---|
| .. | ||
| metrics.go | ||
| README.md | ||
| registry.yaml | ||
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