mirror of
https://github.com/prometheus/alertmanager
synced 2025-02-23 14:26:59 +00:00
parent
b4a2179d70
commit
fa65edb1f8
@ -55,7 +55,7 @@ func NewCoordinator(configFilePath string, r prometheus.Registerer, l *slog.Logg
|
||||
func (c *Coordinator) registerMetrics(r prometheus.Registerer) {
|
||||
configHash := prometheus.NewGauge(prometheus.GaugeOpts{
|
||||
Name: "alertmanager_config_hash",
|
||||
Help: "Hash of the currently loaded alertmanager configuration.",
|
||||
Help: "Hash of the currently loaded alertmanager configuration. Note that this is not a cryptographically strong hash.",
|
||||
})
|
||||
configSuccess := prometheus.NewGauge(prometheus.GaugeOpts{
|
||||
Name: "alertmanager_config_last_reload_successful",
|
||||
|
Loading…
Reference in New Issue
Block a user