Support for specifying resouce attributes in Geneva traces exporter#3214
Merged
Conversation
bb09c51 to
361ec22
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3214 +/- ##
==========================================
- Coverage 70.63% 70.54% -0.09%
==========================================
Files 440 430 -10
Lines 17213 17191 -22
==========================================
- Hits 12159 12128 -31
- Misses 5054 5063 +9
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
5bbc6d6 to
d0728e5
Compare
df6cb1f to
2298814
Compare
This was referenced Mar 19, 2026
Merged
chore(deps): Bump OpenTelemetry.Instrumentation.AspNetCore from 1.9.0 to 1.15.1
snapetech/slskdN#155
Closed
Closed
This was referenced Mar 27, 2026
Merged
This was referenced Apr 6, 2026
This was referenced Apr 14, 2026
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #2999
Changes
Copies resource attributes to exported spans in part C of common schema, and also maps the following resource attributes:
I also made substantial changes to the unit test to make sure all spans generated in the tests are verified correctly.
Merge requirement checklist
CHANGELOG.mdfiles updated for non-trivial changes