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 148eea157f9 Docs sync done from apache/pulsar(#24c62c1)
148eea157f9 is described below
commit 148eea157f999257556f73969a1b64a04f2bd515
Author: Pulsar Site Updater <[email protected]>
AuthorDate: Sat Jul 16 18:01:56 2022 +0000
Docs sync done from apache/pulsar(#24c62c1)
---
site2/website-next/docs/reference-metrics.md | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/site2/website-next/docs/reference-metrics.md
b/site2/website-next/docs/reference-metrics.md
index 0d85f3f42b4..1ac4afd3dc0 100644
--- a/site2/website-next/docs/reference-metrics.md
+++ b/site2/website-next/docs/reference-metrics.md
@@ -533,16 +533,16 @@ All the schema metrics are labelled with the following
labels:
- *cluster*: `cluster=${pulsar_cluster}`. `${pulsar_cluster}` is the cluster
name that you have configured in the `broker.conf` file.
-| Name | Type | Description |
-|---|---|---|
-| pulsar_schema_del_ops_failed_count | Counter | Number of failed operations
to delete schemas. |
-| pulsar_schema_get_ops_failed_count | Counter | Number of failed operations
to get schemas. |
-| pulsar_schema_put_ops_failed_count | Counter | Number of failed operations
to send schemas. |
-| pulsar_schema_compatible_count | Counter | Number of compatible schemas. |
-| pulsar_schema_incompatible_count | Counter | Number of incompatible schemas.
|
-| pulsar_schema_del_ops_latency | Summary | Latency of successful operations
to delete schemas. |
-| pulsar_schema_get_ops_latency | Summary | Latency of successful operations
to get schemas. |
-| pulsar_schema_put_ops_latency | Summary | Latency of successful operations
to send schemas. |
+| Name | Type | Description
|
+|------------------------------------|---------|-----------------------------------------------------|
+| pulsar_schema_del_ops_failed_total | Counter | Number of failed operations
to delete schemas. |
+| pulsar_schema_get_ops_failed_total | Counter | Number of failed operations
to get schemas. |
+| pulsar_schema_put_ops_failed_total | Counter | Number of failed operations
to send schemas. |
+| pulsar_schema_compatible_total | Counter | Number of compatible schemas.
|
+| pulsar_schema_incompatible_total | Counter | Number of incompatible
schemas. |
+| pulsar_schema_del_ops_latency | Summary | Latency of successful
operations to delete schemas. |
+| pulsar_schema_get_ops_latency | Summary | Latency of successful
operations to get schemas. |
+| pulsar_schema_put_ops_latency | Summary | Latency of successful
operations to send schemas. |
### Offload metrics