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/04/15 07:25:42 UTC

[GitHub] [pulsar] tjiuming commented on pull request #13919: [DO NOT MERGE][Doc] Add offload metrics for broker and a few minor changes

tjiuming commented on PR #13919:
URL: https://github.com/apache/pulsar/pull/13919#issuecomment-1099925572

   The https://github.com/apache/pulsar/pull/13833 has merged already.
   Please update the doc.
   
   | NAME | TYPE | DESCRIPTION |
   | -- | -- | -- |
   | brk_ledgeroffloader_offload_error | COUNTER | Number of failed operations to offload |
   | brk_ledgeroffloader_offload_rate | GAUGE | Rate of offload(bytes/s) |
   | brk_ledgeroffloader_read_offload_error | COUNTER | Number of failed operations to read offload files |
   | brk_ledgeroffloader_read_offload_rate | GAUGE | Rate of read entries from offload files(bytes/s) |
   | brk_ledgeroffloader_write_storage_error | COUNTER | Number of failed operations to write to storage |
   | brk_ledgeroffloader_read_offload_index_latency | SUMMARY | Latency of read index from offload files |
   | brk_ledgeroffloader_read_offload_data_latency | SUMMARY | Latency of read data from offload files |
   | brk_ledgeroffloader_read_ledger_latency | SUMMARY | Latency of read entries from bookkeeper |
   | brk_ledgeroffloader_delete_offload_ops | COUNTER | Number of both successful and failed operations to delete offload |
   


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