Skip to content

Commit

Permalink
Fix config_last_reload_successful description
Browse files Browse the repository at this point in the history
Signed-off-by: Stanislas Lange <git@slange.me>
  • Loading branch information
angristan committed Dec 25, 2023
1 parent d9077fe commit 7cc183e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ var (
configReloadSuccess = promauto.NewGauge(prometheus.GaugeOpts{
Namespace: namespace,
Name: "config_last_reload_successful",
Help: "Blackbox exporter config loaded successfully.",
Help: "smokeping_prober config loaded successfully.",
})

configReloadSeconds = promauto.NewGauge(prometheus.GaugeOpts{
Expand Down

0 comments on commit 7cc183e

Please sign in to comment.