Skip to content

Commit

Permalink
Updated metrics.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pinebit committed Oct 16, 2024
1 parent 0bd6dcc commit 0d9b26a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ when storing metrics from multiple nodes or clusters in one Prometheus instance.
| `core_bcast_recast_errors_total` | Counter | The total count of failed recasted registrations by source; `pregen` vs `downstream` | `source` |
| `core_bcast_recast_registration_total` | Counter | The total number of unique validator registration stored in recaster per pubkey | `pubkey` |
| `core_bcast_recast_total` | Counter | The total count of recasted registrations by source; `pregen` vs `downstream` | `source` |
| `core_consensus_decided_leader_index` | Gauge | Leader node index of the decision round. | |
| `core_consensus_decided_leader_index` | Gauge | Leader node index of the decision round by duty. | `duty` |
| `core_consensus_decided_rounds` | Gauge | Number of rounds it took to decide consensus instances by duty and timer type. | `duty, timer` |
| `core_consensus_duration_seconds` | Histogram | Duration of a consensus instance in seconds by duty and timer type. | `duty, timer` |
| `core_consensus_error_total` | Counter | Total count of consensus errors | |
Expand Down

0 comments on commit 0d9b26a

Please sign in to comment.