Skip to content

Commit 95e3d7e

Browse files
authored
fix: typo in metric status condition count (#152)
1 parent 692c7c5 commit 95e3d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

status/metrics.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ func conditionCountMetric(objectName string, additionalLabels ...string) pmetric
5353
Namespace: pmetrics.Namespace,
5454
Subsystem: subsystem,
5555
Name: "count",
56-
Help: "The number of an condition for a given object, type and status. e.g. Alarm := Available=False > 0",
56+
Help: "The number of a condition for a given object, type and status. e.g. Alarm := Available=False > 0",
5757
},
5858
append([]string{
5959
MetricLabelNamespace,

0 commit comments

Comments
 (0)