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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
