From 0d9b26ad303acd47dc6a80e8739da554c2337d83 Mon Sep 17 00:00:00 2001 From: Andrei Smirnov Date: Wed, 16 Oct 2024 11:48:50 +0300 Subject: [PATCH] Updated metrics.md --- docs/metrics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/metrics.md b/docs/metrics.md index 211a6f571..aa8e0e771 100644 --- a/docs/metrics.md +++ b/docs/metrics.md @@ -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 | |