Skip to content

Commit

Permalink
Update 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 0da515f commit 3b7a516
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 @@ -142,7 +142,7 @@ pub fn write_cluster_metrics<W: io::Write>(
write_metric(
out,
&MetricFamily {
name: "solana_validator_activated_stake_sol",
name: "solana_validator_active_stake_sol",
help: "The total amount of Sol actively staked to this validator",
type_: "gauge",
metrics: banks_with_commitments.for_each_commitment(|bank| {
Expand Down

0 comments on commit 3b7a516

Please sign in to comment.