evfurman opened a new issue #11432:
URL: https://github.com/apache/pulsar/issues/11432


   **Is your enhancement request related to a problem? Please describe.**
   We'd love to be able to get topic-level metrics that are 
partition-inclusive. We use the openmetrics integration in Datadog but when we 
break out the metric by `topic` it includes the partition number in the topic 
name.
   
   **Describe the solution you'd like**
   Would like `topic` tag to be the actual topic (without partition number) and 
then have a separate `partition` tag
   
   _**CURRENT**_
   `this-pulsar-topic-partition-1`
   
   _**DESIRED**_
   `this-pulsar-topic`
   
   **Describe alternatives you've considered**
   We could write a script to rewrite the metrics and publish them to 
prometheus but a native solution within pulsar itself would be much cleaner.
   


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