We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4a2179 commit fa65edbCopy full SHA for fa65edb
config/coordinator.go
@@ -55,7 +55,7 @@ func NewCoordinator(configFilePath string, r prometheus.Registerer, l *slog.Logg
55
func (c *Coordinator) registerMetrics(r prometheus.Registerer) {
56
configHash := prometheus.NewGauge(prometheus.GaugeOpts{
57
Name: "alertmanager_config_hash",
58
- 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.",
59
})
60
configSuccess := prometheus.NewGauge(prometheus.GaugeOpts{
61
Name: "alertmanager_config_last_reload_successful",
0 commit comments