You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/03/27 22:54:06 UTC

[GitHub] [incubator-druid] nishantmonu51 opened a new pull request #7363: Implementing dropwizard emitter for druid

nishantmonu51 opened a new pull request #7363: Implementing dropwizard emitter for druid
URL: https://github.com/apache/incubator-druid/pull/7363
 
 
   This is an update for previous PR - https://github.com/apache/incubator-druid/pull/4196
   Corresponding issues are
   https://github.com/apache/incubator-druid/issues/3927
   https://github.com/apache/incubator-druid/issues/1996
   
   This extension integrates Dropwizard metrics library with druid so that dropwizard users can easily absorb druid into their monitoring ecosystem. It accumulates druid metrics as dropwizard metrics, and emits them to various sinks via dropwizard supported reporters. 
   
   Currently supported dropwizard metrics types counter, gauge, meter, timer and histogram. 
   These metrics can be emitted using either Console or JMX reporter.
   
   Support for other reporters can be easily added in future PRs. 
   
   Note - I have cherry-picked the commit from previous author to provide him the credit of his work. 

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

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org