From b0f3ae02bebd3cd0b8b24765b36bdf0c6a3e1b6b Mon Sep 17 00:00:00 2001 From: feynmanlin Date: Thu, 15 Apr 2021 00:05:52 +0800 Subject: [PATCH] fix doc (#10228) --- .../website/versioned_docs/version-2.7.1/reference-metrics.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site2/website/versioned_docs/version-2.7.1/reference-metrics.md b/site2/website/versioned_docs/version-2.7.1/reference-metrics.md index 685582f7748d2..0aa3ca92e08fe 100644 --- a/site2/website/versioned_docs/version-2.7.1/reference-metrics.md +++ b/site2/website/versioned_docs/version-2.7.1/reference-metrics.md @@ -136,7 +136,7 @@ All the namespace metrics are labelled with the following labels: | pulsar_storage_write_rate | Gauge | The total message batches (entries) written to the storage for this namespace (message batches / second). | | pulsar_storage_read_rate | Gauge | The total message batches (entries) read from the storage for this namespace (message batches / second). | | pulsar_subscription_delayed | Gauge | The total message batches (entries) are delayed for dispatching. | -| pulsar_storage_write_latency_le_* | Histogram | The entry rate of a namespace that the storage write latency is smaller with a given threshold.
Available thresholds:
| +| pulsar_storage_write_latency_le_* | Histogram | The entry rate of a namespace that the storage write latency is smaller with a given threshold.
Available thresholds:
| | pulsar_entry_size_le_* | Histogram | The entry rate of a namespace that the entry size is smaller with a given threshold.
Available thresholds:
| #### Replication metrics @@ -179,7 +179,7 @@ All the topic metrics are labelled with the following labels: | pulsar_storage_write_rate | Gauge | The total message batches (entries) written to the storage for this topic (message batches / second). | | pulsar_storage_read_rate | Gauge | The total message batches (entries) read from the storage for this topic (message batches / second). | | pulsar_subscription_delayed | Gauge | The total message batches (entries) are delayed for dispatching. | -| pulsar_storage_write_latency_le_* | Histogram | The entry rate of a topic that the storage write latency is smaller with a given threshold.
Available thresholds:
| +| pulsar_storage_write_latency_le_* | Histogram | The entry rate of a topic that the storage write latency is smaller with a given threshold.
Available thresholds:
| | pulsar_entry_size_le_* | Histogram | The entry rate of a topic that the entry size is smaller with a given threshold.
Available thresholds:
| | pulsar_in_bytes_total | Counter | The total number of bytes received for this topic | | pulsar_in_messages_total | Counter | The total number of messages received for this topic |