Metrics
When running as a daemon, using the 'daemon' command, some simple Prometheus compatible metrics are exposed via the standard /metrics HTTP endpoint (defaulting on port 6260):
These metrics are reported *per node* and the assumption is that you fetch these metrics from all of your nodes and sum / max them.
The current Prometheus metrics are:
reti_max_stake_allowed_total
gauge
Current maximum stake per validator allowed by the protocol. This is defined as 15% of online stake.
reti_max_stake_before_saturated_total
gauge
Current stake per validator allowed by the protocol before the validator is considered 'saturated' and rewards are diminished. This is defined as 10% of online stake.
reti_pool_count
gauge
Total number of pools assigned to this node.
reti_reward_available_total
gauge
Rewards currently available for the pools on this node. This will be the amount in excess of known stake (minus MBR)
reti_staked_total
gauge
The total amount of stake in the pools on this node.
reti_staker_count
gauge
The total number of stakes in pools on this node.
Last updated