fixed tests

This commit is contained in:
Matt Johnstone 2024-10-15 20:27:53 +02:00
parent 048a229ad9
commit f3cb194171
No known key found for this signature in database
GPG Key ID: BE985FBB9BE7D3BB
1 changed files with 2 additions and 2 deletions

View File

@ -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,
),