Releases: node-a-team/terra-validator_exporter
Releases · node-a-team/terra-validator_exporter
terra-validator_exporter_v0.3.1
terra-validator_exporter v0.1.0
Collecting information list
Network
- chainId: Name of the chain
- blockHeight: Height of the current block
- currentBlockTime: Time it takes to create & confirm block (current block time - previous block time)
- bondedTokens: Number of currently bonded Luna
- notBondedTokens: Number of unbonded Luna
- totalBondedTokens: Number of currently bonded & unbonded Luna
- bondedRate: Ratio of bonded tokens within the network
- validatorCount: Number of validators within the network
- precommitRate: Precommit Ratio of precommits collected in a round
- proposerWalletAccountNumber: Account number given on each validator’s wallet (Required to show Proposer in Grafana)
Validator Info
- moniker: Name of the validator
- accountAddress: Validator's Account address
- consHexAddress: Validator's Consensus Hex address
- operatorAddress: Validator's Operator address
- validatorPubKey: Validator's Validator pubkey(
terrad tendermint show-validator
) - votingPower: Decimal truncated Total voting power of the validator
- delegatorShares: Validator's total delegated tokens
- delegatorCount: Number of each unique delegators for a validator
- delegationRatio: Ratio of validator's bonded tokens to the network's total bonded tokens
- selfDelegationAmount: Self-bonded amount of the validator
- proposerPriorityValue: Number which represents the priority of the validator proposing in the next round
- proposerPriority: Rank of the proposerPriorityValue
- proposingStatus: Shows if the validator is the proposer or not in the current round(true: 1, false: 0)
- validatorCommitStatus: Confirms if the validator has committed in this round(true: 1, false: 0)
- commissionMaxChangeRate: Max range of commission rate whic hthe validator can change
- commissionMaxRate: The highest commission rate which the validator can charge
- commissionRate: Commission rate of the validator charged on delegators' rewards
- balances(luna, krw, sdr, usd): Wallet information of the validator which shows the balance
- commission(luna, krw, sdr, usd): Accumulated commission fee of the validator
- rewards(luna, krw, sdr, usd): Accumulated rewards of the validator
- minSelfDelegation: The required minimum number of tokens whic hthe validator must self-delegate
- jailed: Confirms if the validator is jailed or not(true: 1, false: 0)