Skip to content

Commit

Permalink
Merge pull request #127 from angristan/fix_config_reload_gauge_desc
Browse files Browse the repository at this point in the history
Fix config_last_reload_successful description
  • Loading branch information
SuperQ authored Dec 25, 2023
2 parents d9077fe + 7cc183e commit 396487b
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 396487b

Please sign in to comment.