You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/03/18 04:20:02 UTC

[GitHub] [pulsar] sijie opened a new pull request #3849: [stats] Expose namespace topics count when exposing topic level metrics

sijie opened a new pull request #3849: [stats] Expose namespace topics count when exposing topic level metrics
URL: https://github.com/apache/pulsar/pull/3849
 
 
   *Motivation*
   
   Topics count is a namespace level metric. Currently if `exposeTopicLevelMetricsInPrometheus=true`
   we don't expose `pulsar_topics_count`. However `pulsar_topics_count` is a very useful metric for
   monitoring the healthy of the cluster.
   
   *Modifications*
   
   if `exposeTopicLevelMetricsInPrometheus=true`, we expose namespace level metrics that are not
   exposed at topic level. e.g. `pulsar_topics_count`.
   
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services