Esakkimuthu991 opened a new issue #7799:
URL: https://github.com/apache/pulsar/issues/7799


   **Pulsar metrics endpoint provides irrelevant information**
   Wanted to create pulsar grafana dashboard. we rely on */metrics* endpoint. 
In that *pulsar_topics_count* provides wrong information/ Correct me if the 
understanding is different.
    
   **To Reproduce**
   Steps to reproduce the behavior:
   We created two namespaces -> sample1, sample2
   In sample1 we have 6 topics.
   In sample2 we have 3 topics.
   
   then pulsar_topics_count metrics as below
   
   pulsar_topics_count{cluster="cluster1",namespace="public/sample1"} 6 
1597206282645
   pulsar_topics_count{cluster="cluster1",namespace="public/sample2"} 9 
1597206282645
   
   **Expected behavior**
   But the 2nd metric should provide information as below
   pulsar_topics_count{cluster="cluster1",namespace="public/sample2"} 3 
1597206282645
   


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to