Skip to content

Commit

Permalink
[profilecli/canary-exporter] Fix probe_success metric description (#2810
Browse files Browse the repository at this point in the history
)
  • Loading branch information
vaxvms authored Dec 8, 2023
1 parent b9bb769 commit c25850f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/profilecli/canary_exporter.go
Original file line number Diff line number Diff line change
@@ -84,7 +84,7 @@ func newCanaryExporterMetrics(reg prometheus.Registerer) *canaryExporterMetrics
return &canaryExporterMetrics{
success: promauto.With(reg).NewGaugeVec(prometheus.GaugeOpts{
Name: "probe_success",
Help: "Duration of http request by phase, summed over all redirects",
Help: "Displays whether or not the probe was a success",
}, []string{"name"}),
duration: promauto.With(reg).NewHistogramVec(prometheus.HistogramOpts{
Name: "probe_http_duration_seconds",

0 comments on commit c25850f

Please sign in to comment.