-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename Pulsar txn metrics to specify OpenMetrics (#16581)
### 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 `pulsar_txn_committed_count` to `pulsar_txn_committed_total` - rename `pulsar_txn_aborted_count` to `pulsar_txn_aborted_total` - rename `pulsar_txn_created_count` to `pulsar_txn_created_total` - rename `pulsar_txn_timeout_count` to `pulsar_txn_timeout_total` - rename `pulsar_txn_append_log_count` to `pulsar_txn_append_log_total` ### Documentation - [X] `doc` As mentioned above, the metrics name has changed
- Loading branch information
1 parent
50fc8ed
commit f3dbd3a
Showing
3 changed files
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters