momo-jun commented on a change in pull request #13919:
URL: https://github.com/apache/pulsar/pull/13919#discussion_r791335789



##########
File path: site2/docs/reference-metrics.md
##########
@@ -496,6 +497,32 @@ 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. |
 
+
+### Offload metrics
+
+All the offload metrics are labelled with the following labels:
+
+- *cluster*: `cluster=${pulsar_cluster}`. `${pulsar_cluster}` is the cluster 
name that you configured in `broker.conf`.
+- *namespace*: `namespace=${pulsar_namespace}`. `${pulsar_namespace}` is the 
namespace name.
+- *topic*: `topic=${pulsar_topic}`. `${pulsar_topic}` is the topic name.
+
+| Name | Type | Description |
+|---|---|---|
+| pulsar_ledgeroffloader_offloadError | Gauge | The number of offload requests 
that failed. |
+| pulsar_ledgeroffloader_offloadTime | Gauge | The total time (unit: 
millisecond) spent on the offload. |

Review comment:
       Thanks Yu. I've updated the related description.




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


Reply via email to