From 637ab02bba2df2861756cae6ead38a01850c8100 Mon Sep 17 00:00:00 2001 From: Ilya Mashchenko Date: Sat, 7 Mar 2020 02:02:44 +0300 Subject: [PATCH] Fix Topic metrics documentation (#6495) ### Motivation *Explain here the context, and why you're making that change. What is the problem you're trying to solve.* Motivation is to have correct reference-metrics documentation. ### Modifications *Describe the modifications you've done.* There is an error in the `Topic metrics` section `pulsar_producers_count` => `pulsar_in_messages_total` --- site2/docs/reference-metrics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site2/docs/reference-metrics.md b/site2/docs/reference-metrics.md index d3e21bd896b7e..f62934451e552 100644 --- a/site2/docs/reference-metrics.md +++ b/site2/docs/reference-metrics.md @@ -174,7 +174,7 @@ All the topic metrics are labelled with the following labels: | 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_producers_count | Counter | The total number of messages received for this topic | +| pulsar_in_messages_total | Counter | The total number of messages received for this topic | #### Replication metrics