hangc0276 opened a new pull request, #17531:
URL: https://github.com/apache/pulsar/pull/17531
### Motivation
Currently, Pulsar Prometheus metric framework can generate new metrics from
`PrometheusRawMetricsProvider`, and the current PrometheusMetricsProvider
implementation doesn't support this interface, which leads to new created
PrometheusMetricProvider instance can not integrate with the current metric
system.
### Modification
Pulsar prometheusMetricsProvider supports the following features.
- Support label
- Support PrometheusRawMetricsProvider interface.
This Pr just migrated from the BookKeeper Prometheus metrics provider.
### Documentation
Check the box below or label this PR directly.
Need to update docs?
- [ ] `doc-required`
(Your PR needs to update docs and you will update later)
- [x] `doc-not-needed`
(Please explain why)
- [ ] `doc`
(Your PR contains doc changes)
- [ ] `doc-complete`
(Docs have been already added)
--
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]