-
Notifications
You must be signed in to change notification settings - Fork 340
Use source generators for semantic conventions #2869
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
Draft
thompson-tomo
wants to merge
7
commits into
open-telemetry:main
Choose a base branch
from
thompson-tomo:feature/#2856_SourceGenerator
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Use source generators for semantic conventions #2869
thompson-tomo
wants to merge
7
commits into
open-telemetry:main
from
thompson-tomo:feature/#2856_SourceGenerator
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
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #2869 +/- ##
==========================================
- Coverage 73.91% 69.76% -4.15%
==========================================
Files 267 394 +127
Lines 9615 15980 +6365
==========================================
+ Hits 7107 11149 +4042
- Misses 2508 4831 +2323 Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
36ccb43
to
fa3632f
Compare
fa3632f
to
b481fee
Compare
2705087
to
5bc6f77
Compare
b5a6bb4
to
3ed9eb5
Compare
Signed-off-by: James Thompson <thompson.tomo@outlook.com>
3ed9eb5
to
2c96664
Compare
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
Keep open |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
comp:semanticconventions
Things related to OpenTelemetry.SemanticConventions
documentation
Improvements or additions to documentation
infra
Infra work - CI/CD, code coverage, linters
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 #2856
Design discussion issue #
Changes
This PR introduces a new client package
OpenTelemetry.SemanticConventions.Abstractions
which is designed to ease the implementation of otel by reducing the need for implementors to be defining their own keys.The approach here overcomes the limitation of the current approach by Scoping the generated code to the users namespace and the accessibility modifier being internal. At the same time it is only generating the necessary namespace.
Merge requirement checklist
CHANGELOG.md
files updated for non-trivial changes