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

urfree 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 a2da8bf9e4c Docs sync done from apache/pulsar(#3d47ee8)
a2da8bf9e4c is described below

commit a2da8bf9e4c1005f48fbd8afe1fdb2aa2c1ba02d
Author: Pulsar Site Updater <[email protected]>
AuthorDate: Thu Sep 22 12:01:45 2022 +0000

    Docs sync done from apache/pulsar(#3d47ee8)
---
 site2/website-next/docs/reference-metrics.md | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/site2/website-next/docs/reference-metrics.md 
b/site2/website-next/docs/reference-metrics.md
index c4c7f5c771c..226f1aa22ea 100644
--- a/site2/website-next/docs/reference-metrics.md
+++ b/site2/website-next/docs/reference-metrics.md
@@ -147,6 +147,7 @@ The following metrics are available for broker:
   - [Schema metrics](#schema-metrics)
   - [Offload metrics](#offload-metrics)
   - [Web service executor metrics](#web-service-executor-metrics)
+  - [Metadata store metrics](#metadata-store-metrics)
 - [Pulsar Functions](#pulsar-functions)
 - [Proxy](#proxy)
 - [Pulsar SQL Worker](#pulsar-sql-worker)
@@ -602,6 +603,19 @@ All the web service executor metrics are labeled with the 
following labels:
 | pulsar_web_executor_active_threads | GAUGE | The number of threads 
performing tasks of pulsar-web thread pool |
 | pulsar_web_executor_current_threads | GAUGE | The number of threads in the 
pulsar-web thread pool |
 
+### Metadata store metrics
+
+All the metadata store metrics are labelled with the following labels:
+
+- *cluster*: `cluster=${pulsar_cluster}`. `${pulsar_cluster}` is the cluster 
name that you configured in `broker.conf`.
+- *name*: 
`name=${metadata-store|configuration-metadata-store|state-metadata-store}`. 
`${name}` is the metadata store name.
+
+| Name                                   | Type      | Description             
                                                                     |
+|----------------------------------------|-----------|----------------------------------------------------------------------------------------------|
+| pulsar_metadata_store_ops_latency      | Histogram | The latency of 
getting/deleting/putting data fail/success operations from/to metadata store. |
+| pulsar_metadata_store_put_bytes_total  | Counter   | The number of data put 
to metadata store.                                                    |
+
+
 ## Pulsar Functions
 
 All the Pulsar Functions metrics are labeled with the following labels:

Reply via email to