Skip to content

Commit

Permalink
chore: revert undesired change
Browse files Browse the repository at this point in the history
  • Loading branch information
christophemorio committed Nov 28, 2022
1 parent 2796871 commit a78f309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collector/nodes.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func createRoleMetric(role string) *nodeMetric {
Type: prometheus.GaugeValue,
Desc: prometheus.NewDesc(
prometheus.BuildFQName(namespace, "nodes", "roles"),
"Node default roles",
"Node roles",
defaultRoleLabels, prometheus.Labels{"role": role},
),
Value: func(node NodeStatsNodeResponse) float64 {
Expand Down

0 comments on commit a78f309

Please sign in to comment.