Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 1.36 KB

File metadata and controls

9 lines (5 loc) · 1.36 KB

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:

MetricTypeDescription
reti_max_stake_allowed_totalgaugeCurrent maximum stake per validator allowed by the protocol. This is defined as 15% of online stake.
reti_max_stake_before_saturated_totalgaugeCurrent 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_countgaugeTotal number of pools assigned to this node.
reti_reward_available_totalgaugeRewards currently available for the pools on this node. This will be the amount in excess of known stake (minus MBR)
reti_staked_totalgaugeThe total amount of stake in the pools on this node.
reti_staker_countgaugeThe total number of stakes in pools on this node.