-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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 Zipkin plugin #3080
Add Zipkin plugin #3080
Conversation
Signed-off-by: Adam Perlin <adamperlin@seattleacademy.org>
Signed-off-by: Ayrdrie Palmer <ayrdriepalmer@gmail.com>
…or graceful Refactor serve and shutdown methods Remove unused channel
…tations necessary to unmarshal zipkin data
… in zipking plugin
…Ensure no error on clean shutdown
…plugin Meant to prevent an empty string from being added as part of a metric
Empty strings should not be added to telegraf's internal metrics
Change default hostname value when no endpoint is provided in zipkin plugin
Change default service name when no endpoint is provided
Zipkin service fixes
Zipkin thrift cli tool refactor
…zipkin Conflicts: plugins/inputs/zipkin/zipkin.go plugins/inputs/zipkin/zipkin_test.go
This looks cool! Do I get this right, that this is a zipkin http listener (ex that users can point existing apps at)? PS we just released our first major data model change (which sits alongside the other). openzipkin/zipkin-api#33 |
Yes
Thanks for the update, we should add support for the v2 api as well @goller |
Required for all PRs: