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 2018/10/05 19:52:23 UTC

[GitHub] merlimat opened a new pull request #2735: Collect metrics on number of logs lines printed

merlimat opened a new pull request #2735: Collect metrics on number of logs lines printed
URL: https://github.com/apache/pulsar/pull/2735
 
 
   ### Motivation
   
   Expose metrics in Prometheus regarding the number of log messages printed by each process.
   
   This will add metrics like: 
   
   ```
   # TYPE log4j2_appender_total counter
   log4j2_appender_total{cluster="standalone",level="debug"} 0.0
   log4j2_appender_total{cluster="standalone",level="warn"} 1.0
   log4j2_appender_total{cluster="standalone",level="trace"} 0.0
   log4j2_appender_total{cluster="standalone",level="error"} 0.0
   log4j2_appender_total{cluster="standalone",level="fatal"} 0.0
   log4j2_appender_total{cluster="standalone",level="info"} 181.0
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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