You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/03/28 01:25:58 UTC

[GitHub] [pulsar] Anonymitaet commented on a change in pull request #14901: [doc] schema metrics doc

Anonymitaet commented on a change in pull request #14901:
URL: https://github.com/apache/pulsar/pull/14901#discussion_r835997992



##########
File path: site2/docs/reference-metrics.md
##########
@@ -495,6 +496,25 @@ All the jetty metrics are labelled with the following labels:
 | jetty_stats_seconds | Gauge | Time in seconds stats have been collected for. |
 | jetty_responses_bytes_total | Counter | Total number of bytes across all responses. |
 
+### Schema metrics
+
+> For a functions-worker running separately from brokers, its schema metrics are only exposed when `includeStandardPrometheusMetrics` is set to `true`.
+
+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 delete schema failed operations. |

Review comment:
       ```suggestion
   | pulsar_schema_del_ops_failed_count | Counter | Number of operations that delete schemas |
   ```
   do you intend to mean this?
   if so, could you please help update other occurencies? thanks




-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org