Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
johnstonematt committed Oct 15, 2024
1 parent 048a229 commit f3cb194
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/solana_exporter/exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ func NewSolanaCollector(
balanceAddresses: CombineUnique(balanceAddresses, nodekeys, votekeys),
totalValidatorsDesc: prometheus.NewDesc(
"solana_active_validators",
"Total number of active validators grouped by state (i.e., 'current' vs 'delinquent')",
"Total number of active validators by state",
[]string{StateLabel},
nil,
),
validatorActivatedStake: prometheus.NewDesc(
"solana_validator_activated_stake",
"Activated stake per validator, in SOL.",
"Activated stake per validator",
[]string{VotekeyLabel, NodekeyLabel},
nil,
),
Expand Down

0 comments on commit f3cb194

Please sign in to comment.