From 851aecda170f77b311da8847f62acd0e5138af0b Mon Sep 17 00:00:00 2001 From: Tao Jiuming <95597048+tjiuming@users.noreply.github.com> Date: Wed, 20 Jul 2022 23:26:36 +0800 Subject: [PATCH] fix bookkeeper AutoRecovery metrics doc (#16636) --- site2/docs/reference-metrics.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/site2/docs/reference-metrics.md b/site2/docs/reference-metrics.md index ec978f877c49a..0b7c98f2dc30b 100644 --- a/site2/docs/reference-metrics.md +++ b/site2/docs/reference-metrics.md @@ -97,14 +97,15 @@ in the `bookkeeper.conf` configuration file. | auditor_NUM_LEDGERS_HAVING_NO_REPLICA_OF_AN_ENTRY | Gauge | Gauge for number of ledgers having an entry with all the replicas missing. | | auditor_NUM_LEDGERS_HAVING_LESS_THAN_AQ_REPLICAS_OF_AN_ENTRY | Gauge | Gauge for number of ledgers having an entry with less than AQ number of replicas, this doesn't include ledgers counted towards numLedgersHavingNoReplicaOfAnEntry. | | auditor_NUM_LEDGERS_HAVING_LESS_THAN_WQ_REPLICAS_OF_AN_ENTRY | Gauge | Gauge for number of ledgers having an entry with less than WQ number of replicas, this doesn't include ledgers counted towards numLedgersHavingLessThanAQReplicasOfAnEntry. | +| election_attempts | Counter | The number of auditor election attempts. | | replication_worker_NUM_BYTES_READ | Summary | The distribution of size of entries read by the replicator. | | replication_worker_NUM_ENTRIES_READ | Counter | Number of entries read by the replicator. | | replication_worker_NUM_ENTRIES_WRITTEN | Counter | Number of entries written by the replicator. | | replication_worker_NUM_BYTES_WRITTEN | Summary | The distribution of size of entries written by the replicator. | | replication_worker_READ_DATA_LATENCY | Summary | The distribution of latency of read entries by the replicator. | | replication_worker_WRITE_DATA_LATENCY | Summary | The distribution of latency of write entries by the replicator. | -| replication_worker_REPLICATE_EXCEPTION | Summary | Replication related exceptions. | -| replication_worker_REREPLICATE_OP | Summary | Operation stats of re-replicating ledgers. | +| replication_worker_exceptions | Summary | Replication related exceptions. | +| replication_worker_rereplicate | Summary | Operation stats of re-replicating ledgers. | | replication_worker_NUM_FULL_OR_PARTIAL_LEDGERS_REPLICATED | Counter | The number of ledgers re-replicated. | | replication_worker_NUM_DEFER_LEDGER_LOCK_RELEASE_OF_FAILED_LEDGER | Counter | The number of defer-ledger-lock-releases of failed ledgers. | | replication_worker_NUM_ENTRIES_UNABLE_TO_READ_FOR_REPLICATION | Counter | The number of entries ReplicationWorker unable to read. |