Skip to content

Commit fa65edb

Browse files
authored
Document (#4210)
Signed-off-by: Alex Weaver <[email protected]>
1 parent b4a2179 commit fa65edb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/coordinator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func NewCoordinator(configFilePath string, r prometheus.Registerer, l *slog.Logg
5555
func (c *Coordinator) registerMetrics(r prometheus.Registerer) {
5656
configHash := prometheus.NewGauge(prometheus.GaugeOpts{
5757
Name: "alertmanager_config_hash",
58-
Help: "Hash of the currently loaded alertmanager configuration.",
58+
Help: "Hash of the currently loaded alertmanager configuration. Note that this is not a cryptographically strong hash.",
5959
})
6060
configSuccess := prometheus.NewGauge(prometheus.GaugeOpts{
6161
Name: "alertmanager_config_last_reload_successful",

0 commit comments

Comments
 (0)