Consensus Health
Contents
Attestation Count
Definition
Count of Attestations in a 1 minute interval. One attestation can aggregate multiple validators votes.
Name | MetricID | Unit | Interval |
---|---|---|---|
Attestation Count | AttestCnt | Attestations | 1 minute |
Details
Count of all attestations in the last 1 minute interval.
Release History
Released November 2023.
Availability for Assets
Attestations in Epoch
Definition
Count of Attestations in a 1 minute interval within the current Epoch. One attestation can aggregate multiple validators votes.
Name | MetricID | Unit | Interval |
---|---|---|---|
Attestations in Epoch Count | AttestEpochCnt | Attestations | 1 minute |
Details
Count of all attestations in the last 1 minute interval in the current Epoch.
If the current 1 minute window spans an Epoch boundary only attestations in the current Epoch are counted.
Release History
Released November 2023.
Availability for Assets
Count of Validators with Attestation in Epoch
Definition
Count of Validators who attested in a 1 minute interval within the current Epoch.
Name | MetricID | Unit | Interval |
---|---|---|---|
Count of Validators with Attestation in Epoch | AttestEpochValCnt | Validators | 1 minute |
Details
Count of all validators who attested in the last 1 minute interval in the current Epoch.
If the current 1 minute window spans an Epoch boundary only validators attesting in the current Epoch are counted.
Release History
Released November 2023.
Availability for Assets
Count of Validators with Attestation
Definition
Count of Validators who attested in a 1 minute interval.
Name | MetricID | Unit | Interval |
---|---|---|---|
Count of Validators with Attestation | AttestValCnt | Validators | 1 minute |
Details
Count of all validators who attested in the last 1 minute interval.
Release History
Released November 2023.
Availability for Assets
Count of Validators with Late Attestation
Definition
Count of Validators who attested late in a 1 minute interval.
Name | MetricID | Unit | Interval |
---|---|---|---|
Count of Validators with Late Attestation | AttestValLateCnt | Validators | 1 minute |
Details
Count of all validators who attested late in the last 1 minute interval.
A late attestation is one whose slot is not the previous slot
Release History
Released November 2023.
Availability for Assets
Current Epoch
Definition
Number of the current Epoch
Name | MetricID | Unit | Interval |
---|---|---|---|
Current Epoch | EpochCurr | Epoch | 1 minute |
Details
Returns the number of the current Epoch, updated on a 1 minute interval
Release History
Released November 2023.
Availability for Assets
Latest Finalized Epoch
Definition
Number of the latest finalized Epoch
Name | MetricID | Unit | Interval |
---|---|---|---|
Latest Finalized Epoch | EpochFinal | Epoch | 1 minute |
Details
Returns the number of the latest Finalized Epoch, updated on a 1 minute interval.
Finalization rules follow those of the underlying protocol.
Release History
Released November 2023.
Availability for Assets
Latest Justified Epoch
Definition
Number of the latest justified Epoch
Name | MetricID | Unit | Interval |
---|---|---|---|
Latest Justified Epoch | EpochJust | Epoch | 1 minute |
Details
Returns the number of the latest Justified Epoch, updated on a 1 minute interval.
Rules for considering an Epoch Justified follow those of the underlying protocol.
Release History
Released November 2023.
Availability for Assets
Participation Rate
Definition
Rate of Validators participating in each Epoch
Name | MetricID | Unit | Interval |
---|---|---|---|
Participation Rate | StkPartRateMean | Dimensionless | 1 day |
Details
Returns the percent of validation stake that participated in the time interval out of the total eligible validation stake that could have participated
Calculated for each epoch in the time period and aggregated across the time period.
Formula for each Epoch:
target attesting gwei / active gwei
Release History
Released May 2024.
Availability for Assets
API Endpoints
Consensus Health metrics can be accessed using these endpoints:
timeseries/asset-metrics
and by passing in the metric ID's above (Attest*
, Epoch*
, etc) in the metrics
parameter.
Last updated