Shoothzj opened a new pull request, #3406:
URL: https://github.com/apache/bookkeeper/pull/3406

   ### Motivation
   See 
https://github.com/OpenObservability/OpenMetrics/blob/main/specification/OpenMetrics.md
   A COUNTER needs `metrics_name_total` or `metrics_name_created`
   
   This PR contains metric name broken changes.
   
   ### Modifications
   Rename counter's `_count` to `_total`
   
   ### metrics name broken changes
   - rename `FAILED_TO_RESOLVE_NETWORK_LOCATION_COUNTER` to 
`FAILED_TO_RESOLVE_NETWORK_LOCATION_TOTAL`
   - rename `ENSEMBLE_NOT_ADHERING_TO_PLACEMENT_POLICY_COUNT` to 
`ENSEMBLE_NOT_ADHERING_TO_PLACEMENT_POLICY_TOTAL`
   - rename `ACTIVE_ENTRY_LOG_COUNT` to `ACTIVE_ENTRY_LOG_TOTAL`
   - rename `MAJOR_COMPACTION_COUNT` to `MAJOR_COMPACTION_TOTAL`
   - rename `MINOR_COMPACTION_COUNT` to `MINOR_COMPACTION_TOTAL`
   - rename `ACTIVE_LEDGER_COUNT` to `ACTIVE_LEDGER_TOTAL`
   - rename `DELETED_LEDGER_COUNT` to `DELETED_LEDGER_TOTAL`
   - rename `JOURNAL_FORCE_WRITE_GROUPING_COUNT` to 
`JOURNAL_FORCE_WRITE_GROUPING_TOTAL`
   
   ### Also see
   - https://github.com/apache/pulsar/pull/16591
   - https://github.com/apache/pulsar/pull/16610
   - https://github.com/apache/pulsar/pull/16611


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