tjiuming commented on code in PR #17089:
URL: https://github.com/apache/pulsar/pull/17089#discussion_r1019770293
##########
site2/docs/reference-metrics.md:
##########
@@ -605,16 +605,19 @@ All the web service executor metrics are labeled with the
following labels:
### Metadata store metrics
-All the metadata store metrics are labelled with the following labels:
+All the metadata store metrics are labeled 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. |
-
+| Name | Type | Description
|
+|----------------------------------------------------|-----------|----------------------------------------------------------------------------------------------|
+| pulsar_metadata_store_ops_latency | Histogram | The latency
of getting/deleting/putting data fail/success operations from/to metadata
store. |
Review Comment:
@Anonymitaet OK, I've fixed it
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]