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/27 15:55:44 UTC

[GitHub] [pulsar] tjiuming opened a new pull request #14901: [doc] schema metrics doc

tjiuming opened a new pull request #14901:
URL: https://github.com/apache/pulsar/pull/14901


   ### Motivation
   
   add doc for https://github.com/apache/pulsar/pull/14723
   
   ### Modifications
   
   add doc in reference-metrics.md
   
   ### Documentation
   
   Check the box below or label this PR directly (if you have committer privilege).
   
   Need to update docs? 
   
   - [ ] `doc-required` 
     
     (If you need help on updating docs, create a doc issue)
     
   - [ ] `no-need-doc` 
     
     (Please explain why)
     
   - [x] `doc` 
     
     (If this PR contains doc changes)
   
   
   


-- 
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



[GitHub] [pulsar] Anonymitaet edited a comment on pull request #14901: [doc] schema metrics doc

Posted by GitBox <gi...@apache.org>.
Anonymitaet edited a comment on pull request #14901:
URL: https://github.com/apache/pulsar/pull/14901#issuecomment-1080086809


   Thanks for providing the preview screenshots, it's pretty professional 👍


-- 
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



[GitHub] [pulsar] tjiuming commented on pull request #14901: [doc] schema metrics doc

Posted by GitBox <gi...@apache.org>.
tjiuming commented on pull request #14901:
URL: https://github.com/apache/pulsar/pull/14901#issuecomment-1079959325


   ![飞书20220327-235556](https://user-images.githubusercontent.com/95597048/160289891-1a1440d8-4c4a-4993-a482-9b7feb085c04.png)
   ![飞书20220327-235602](https://user-images.githubusercontent.com/95597048/160289895-0afb3a1c-50a4-4c8c-b019-696cc9a1350a.png)
   


-- 
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



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

Posted by GitBox <gi...@apache.org>.
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



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

Posted by GitBox <gi...@apache.org>.
Anonymitaet commented on pull request #14901:
URL: https://github.com/apache/pulsar/pull/14901#issuecomment-1080086809


   > ![飞书20220327-235556](https://user-images.githubusercontent.com/95597048/160289891-1a1440d8-4c4a-4993-a482-9b7feb085c04.png) ![飞书20220327-235602](https://user-images.githubusercontent.com/95597048/160289895-0afb3a1c-50a4-4c8c-b019-696cc9a1350a.png)
   
   Thanks for providing preview screenshot, it's pretty professional 👍


-- 
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