Skip to content

Commit 00a2fcb

Browse files
Update metric description
Co-authored-by: Susana Ferreira <ssncferreira@gmail.com>
1 parent 2a8e11b commit 00a2fcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enterprise/coderd/prebuilds/metricscollector.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ var (
8585
)
8686
presetHardLimitedDesc = prometheus.NewDesc(
8787
MetricPresetHardLimitedGauge,
88-
"Indicates whether a given preset has reached the hard failure limit (1 for hard-limited, 0 otherwise).",
88+
"Indicates whether a given preset has reached the hard failure limit (1 = hard-limited). Metric is omitted otherwise.",
8989
labels,
9090
nil,
9191
)

0 commit comments

Comments
 (0)