Skip to content

Commit 79a1a8b

Browse files
committed
docs: update metrics checklist
1 parent fe4c568 commit 79a1a8b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/metrics.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ The exposed metrics follow [the leanMetrics specification](https://github.com/le
4848
| `lean_latest_justified_slot` | Gauge | Latest justified slot | On state transition | | ||
4949
| `lean_latest_finalized_slot` | Gauge | Latest finalized slot | On state transition | | ||
5050
| `lean_finalizations_total` | Counter | Total number of finalization attempts | On finalization attempt | result=success,error | ||
51-
|`lean_state_transition_time_seconds`| Histogram | Time to process state transition | On state transition | | 0.25, 0.5, 0.75, 1, 1.25, 1.5, 2, 2.5, 3, 4 | |
51+
|`lean_state_transition_time_seconds`| Histogram | Time to process state transition | On state transition | | 0.25, 0.5, 0.75, 1, 1.25, 1.5, 2, 2.5, 3, 4 | |
5252
|`lean_state_transition_slots_processed_total`| Counter | Total number of processed slots | On state transition process slots | | ||
53-
|`lean_state_transition_slots_processing_time_seconds`| Histogram | Time taken to process slots | On state transition process slots | | 0.005, 0.01, 0.025, 0.05, 0.1, 1 | |
54-
|`lean_state_transition_block_processing_time_seconds`| Histogram | Time taken to process block | On state transition process block | | 0.005, 0.01, 0.025, 0.05, 0.1, 1 | |
53+
|`lean_state_transition_slots_processing_time_seconds`| Histogram | Time taken to process slots | On state transition process slots | | 0.005, 0.01, 0.025, 0.05, 0.1, 1 | |
54+
|`lean_state_transition_block_processing_time_seconds`| Histogram | Time taken to process block | On state transition process block | | 0.005, 0.01, 0.025, 0.05, 0.1, 1 | |
5555
|`lean_state_transition_attestations_processed_total`| Counter | Total number of processed attestations | On state transition process attestations | | ||
56-
|`lean_state_transition_attestations_processing_time_seconds`| Histogram | Time taken to process attestations | On state transition process attestations | | 0.005, 0.01, 0.025, 0.05, 0.1, 1 | |
56+
|`lean_state_transition_attestations_processing_time_seconds`| Histogram | Time taken to process attestations | On state transition process attestations | | 0.005, 0.01, 0.025, 0.05, 0.1, 1 | |
5757

5858
## Validator Metrics
5959

0 commit comments

Comments
 (0)