From fa65edb1f8962848f80c2c446334854ba3ac83d7 Mon Sep 17 00:00:00 2001 From: Alexander Weaver Date: Fri, 17 Jan 2025 04:29:30 -0600 Subject: [PATCH] Document (#4210) Signed-off-by: Alex Weaver --- config/coordinator.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/coordinator.go b/config/coordinator.go index 48728c4e..68d1f030 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",