-
Notifications
You must be signed in to change notification settings - Fork 357
Support for specifying resouce attributes in Geneva traces exporter #3214
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
Merged
rajkumar-rangaraj
merged 33 commits into
open-telemetry:main
from
mattsains:resource-attr
Oct 28, 2025
Merged
Support for specifying resouce attributes in Geneva traces exporter #3214
rajkumar-rangaraj
merged 33 commits into
open-telemetry:main
from
mattsains:resource-attr
Oct 28, 2025
Conversation
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
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:
|
src/OpenTelemetry.Exporter.Geneva/Internal/MsgPack/MsgPackTraceExporter.cs
Outdated
Show resolved
Hide resolved
5bbc6d6 to
d0728e5
Compare
df6cb1f to
2298814
Compare
This was referenced Nov 13, 2025
Bump OpenTelemetry.Instrumentation.Http from 1.13.0 to 1.14.0
bervProject/NETCoreAPIBoilerplate#3009
Merged
Closed
Bump OpenTelemetry.Instrumentation.Runtime from 1.13.0 to 1.14.0
askpt/openfeature-aspire-sample#125
Closed
4 tasks
This was referenced Nov 15, 2025
Open
Open
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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