Skip to content

Commit

Permalink
clear desc
Browse files Browse the repository at this point in the history
  • Loading branch information
shrimalmadhur committed Apr 25, 2024
1 parent 0f71182 commit de6a5d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func NewMetrics(eigenMetrics eigenmetrics.Metrics, reg *prometheus.Registry, log
prometheus.GaugeOpts{
Namespace: Namespace,
Name: "registered_quorums_rank",
Help: "the rank of operator by TVL in that quorum",
Help: "the rank of operator by TVL in that quorum (1 being the highest)",
},
[]string{"quorum"},
),
Expand Down

0 comments on commit de6a5d2

Please sign in to comment.