-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[exporter/tanzuobservability]Instrumentation Library and Dropped Counts to Span Tags #8120
Conversation
Add following span-tags: otel.dropped_events_count otel.dropped_links_count otel.dropped_attributes_co otel.span.name otel.span.version
Add instrumentation Library and Dropped Counts to Span Tags.
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.
Hi Sumit. Thank you for doing this work. Just a few minor comments.
Misc updates.
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 sumit, just one more thing. Will you use different numbers in your tests for the different tags? That way you are sure that your code under test is matching the correct attribute to the correct tag name.
Misc updates.
Merged lastest changes from the |
Co-authored-by: Alex Boten <[email protected]>
@codeboten please review. |
@codeboten the unit test failure does not look like related to our changes. Failure: https://github.com/open-telemetry/opentelemetry-collector-contrib/runs/5470161638?check_suite_focus=true |
The tests are now passing. |
Description: Add following span-tags:
otel.dropped_events_count
otel.dropped_links_count
otel.dropped_attributes_co
otel.span.name
otel.span.version
Link to tracking Issue: N/A
Testing: Unit and manual testing
Documentation: N/A