Skip to content

Commit

Permalink
Change metric name
Browse files Browse the repository at this point in the history
Co-authored-by: Ruud van Asseldonk <[email protected]>
  • Loading branch information
enriquefynn and ruuda committed Aug 23, 2022
1 parent b06dd4c commit 4e5f1a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prometheus/src/cluster_metrics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ pub fn write_cluster_metrics<W: io::Write>(
write_metric(
out,
&MetricFamily {
name: "solana_validator_vote_balance_sol",
name: "solana_validator_vote_account_balance_sol",
help: "The balance of the vote account at the given address",
type_: "gauge",
metrics: banks_with_commitments.for_each_commitment(|bank| {
Expand Down

0 comments on commit 4e5f1a0

Please sign in to comment.