Skip to content

Commit b6b8ff7

Browse files
chore: revert undesired change
Signed-off-by: Christophe MORIO <[email protected]>
1 parent 00302dc commit b6b8ff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

collector/nodes.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ func createRoleMetric(role string) *nodeMetric {
7575
Type: prometheus.GaugeValue,
7676
Desc: prometheus.NewDesc(
7777
prometheus.BuildFQName(namespace, "nodes", "roles"),
78-
"Node default roles",
78+
"Node roles",
7979
defaultRoleLabels, prometheus.Labels{"role": role},
8080
),
8181
Value: func(node NodeStatsNodeResponse) float64 {

0 commit comments

Comments
 (0)