kuskmen opened a new issue #12254: URL: https://github.com/apache/pulsar/issues/12254
**Is your enhancement request related to a problem? Please describe.** As a developer, when I use pulsar monitoring I want to build alerts based on them in Grafana. But unfortunately most of the times topics that my applications use are used by others as well. So I cant tell unambiguously how many producers or subscribers are coming from my applications using just `pulsar_consumers_count`, `pulsar_producers_count` metric. **Describe the solution you'd like** I would like to have a label based on producer and consumer name with which I can build my metric expression in order to filter only the relevant information for me. **Describe alternatives you've considered** Currently, I don't think there is an alternative, but I am open for suggestions. **Additional context** If someone can guide me to the component responsible for this I can open a pull request with the change that is needed(if is needed) -- 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]
