diff --git a/config/coordinator.go b/config/coordinator.go index 48728c4e76..68d1f0307a 100644 --- a/config/coordinator.go +++ b/config/coordinator.go @@ -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",