Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
samcm committed May 9, 2022
1 parent a2a3401 commit effd964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/exporter/consensus/jobs/fork.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func NewForkMetrics(namespace string, constLabels map[string]string) ForkMetrics
prometheus.GaugeOpts{
Namespace: namespace,
Name: "epoch",
Help: "The fork epoch for the version.",
Help: "The epoch for the fork.",
ConstLabels: constLabels,
},
[]string{
Expand Down

0 comments on commit effd964

Please sign in to comment.