Initial Druid Metrics Integration#27
Initial Druid Metrics Integration#27QijingLi wants to merge 1 commit intoDataDog:masterfrom QijingLi:master
Conversation
jeffwidman
left a comment
There was a problem hiding this comment.
Some additional context, since I'm also involved with this project internally where @QijingLi works:
Druid is an open-source columnar datastore that is used by a number of companies for fast analytical queries.
The Druid project currently ships with a StatsD emitter. We modified that code to emit DogStatsD with tags.
Right now, it's a bit of a hack, so we are working on cleaning it up to submit upstream to Druid.
However, in parallel with this, we wanted to start the review process with the Datadog team for whitelisting these metrics. So can you please review and let us know what you think?
I'll be at Pycon this week (planning to attend the Datadog APM tutorial tomorrow), so perhaps I can review this list of metrics in-person with someone on the team?
CC @irabinovitch as he and I discussed this project at the Datadog customer summit in SF.
Druid/description.html
Outdated
| <li>Configure Druid( | ||
| <a href="http://druid.io/docs/latest/development/extensions-contrib/statsd.html">see doc<a/>)<br> | ||
| <pre class="textfile"> | ||
| <code> Exampel Configuration in common.runtime.properties: |
|
@jeffwidman Thanks for this. A few notes:
|
|
@jeffwidman Is there a PR we can follow upstream? |
|
Afraid not, as @QijingLi is currently on paternity leave. That's why I haven't pushed this at all. We'll pick it up when he returns. |
No description provided.