-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Export resource attributes from zipkin exporter #2589
Export resource attributes from zipkin exporter #2589
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution. I think the approach to add tags looks good. Please unify the attribute conversion like @Aneurysm9 suggested.
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
Thank you for the review. |
Codecov Report
@@ Coverage Diff @@
## main #2589 +/- ##
=====================================
Coverage 76.2% 76.2%
=====================================
Files 173 173
Lines 12229 12238 +9
=====================================
+ Hits 9319 9328 +9
Misses 2667 2667
Partials 243 243
|
resolves #2588
This PR enables the zipkin exporter to export
Resource
attributes asTags
.I modified some test cases to check
Resource
attributes to be exported, and all tests passed.