Skip to content

Commit

Permalink
fix(consensus): Update is_syncing metrics name
Browse files Browse the repository at this point in the history
  • Loading branch information
samcm committed May 3, 2022
1 parent 45a51c1 commit 48a254d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/exporter/consensus/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func NewMetrics(nodeName, namespace string) Metrics {
syncIsSyncing: prometheus.NewGauge(
prometheus.GaugeOpts{
Namespace: namespace,
Name: "eth_sync_syncing",
Name: "eth_sync_is_syncing",
Help: "1 if the node is in syncing state.",
ConstLabels: constLabels,
},
Expand Down

0 comments on commit 48a254d

Please sign in to comment.