This is an automated email from the ASF dual-hosted git repository.

liuyu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 8a6d2c37494 [improve][doc] add a new metric (pulsar_topic_load_times) 
(#631)
8a6d2c37494 is described below

commit 8a6d2c37494fe1b707b38fb1f61a5e52ff2e31a5
Author: Anonymitaet <[email protected]>
AuthorDate: Fri Jul 7 09:27:05 2023 +0800

    [improve][doc] add a new metric (pulsar_topic_load_times) (#631)
---
 docs/reference-metrics.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/reference-metrics.md b/docs/reference-metrics.md
index fc432171bc0..1c128385c63 100644
--- a/docs/reference-metrics.md
+++ b/docs/reference-metrics.md
@@ -140,7 +140,8 @@ All the broker metrics are labeled with the following 
labels:
 | pulsar_ml_cache_pool_used | Gauge  | The total used memory of chunk lists in 
direct arena. |
 | pulsar_ml_cache_used_size | Gauge  | The size used to store the payloads of 
entries (in bytes). |
 | pulsar_ml_count | Gauge  | The number of currently opened managed ledgers. |
-| topic_load_times | Summary | The topic load latency calculated in 
milliseconds. |
+| ~~topic_load_times (deprecated)~~ | ~~Summary~~ | ~~The topic load latency 
calculated in milliseconds.~~ |
+| pulsar_topic_load_times | Summary | The topic load latency calculated in 
milliseconds. |
 | pulsar_active_connections| Gauge | The number of active connections. |
 | pulsar_connection_created_total_count | Gauge | The total number of 
connections. |
 | pulsar_connection_create_success_count | Gauge | The number of successfully 
created connections. |

Reply via email to