-
Notifications
You must be signed in to change notification settings - Fork 823
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
StatsD metric exporter #1471
Comments
open-telemetry/opentelemetry-specification#374 should be of interest:
|
It's still true that there's no statsd spec, although at least one document in the OTel org describes it now: Most systems that support statsd also support other formats, which is part of the reason that we haven't included statsd in the OTel specification. That said, it's a very useful protocol that can be implemented with few dependencies and people like it for that reason. I am supportive of including statsd exporters, e.g., https://github.com/open-telemetry/opentelemetry-go-contrib/tree/master/exporters/metric/dogstatsd |
I think we should add it to the contrib repo. It can be upgraded to main repo when the spec includes it. |
And FYI, there is already a mature Node.js StatsD client ( |
FWIW https://github.com/brightcove/hot-shots is also a good one |
Any updates on this issue? |
The metrics SDK is under active development. We will revisit this after #2574 is settled. |
…1471) Co-authored-by: Marc Pichler <marc.pichler@dynatrace.com> Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
Is your feature request related to a problem? Please describe.
I want to export metrics via StatsD, a common protocol used for many backends including Graphite.
Describe the solution you'd like
StatsD exporter.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: