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.
2 parents 02aff21 + 5fcceb4 commit 9bd9d83Copy full SHA for 9bd9d83
cmd/postgres_exporter/probe.go
@@ -114,6 +114,7 @@ func handleProbe(logger log.Logger) http.HandlerFunc {
114
115
duration := time.Since(start).Seconds()
116
probeDurationGauge.Set(duration)
117
+ probeSuccessGauge.Set(1)
118
119
// TODO check success, etc
120
h := promhttp.HandlerFor(registry, promhttp.HandlerOpts{})
0 commit comments