-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for setting tags for dogstatsd #27
Comments
I suppose without any objections, I'll try to whip up a patchset for this soon :) |
There is already a fork of this project for dogstatsd. Are you planning something different? |
@scarytom do you happen to have a link? I've seem some stuff related to the dropwizard-metrics library that supports dogtatsd but not the raw statsd client |
https://github.com/indeedeng/java-dogstatsd-client -- they forked this codebase a while back -- look at the network diagram if you want to see when: https://github.com/tim-group/java-statsd-client/network They do separate releases to maven central: http://search.maven.org/#search|gav|1|g%3A%22com.indeed%22%20AND%20a%3A%22java-dogstatsd-client%22 |
See the dogstatsd events format. I might end up implementing support for this myself, but allowing the setting of optional tags for reporting metrics (e.g. Gauges) makes statsd into datadog pretty darned useful.
The text was updated successfully, but these errors were encountered: