[Process] Update Semantic Conventions#4675
Merged
martincostello merged 2 commits intoJul 9, 2026
Merged
Conversation
- Update semantic conventions version to 1.43.0. - Promote to release candidate.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4675 +/- ##
=======================================
Coverage 77.40% 77.40%
=======================================
Files 466 466
Lines 19687 19687
=======================================
Hits 15239 15239
Misses 4448 4448
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Process-related components to align with OpenTelemetry semantic conventions v1.43.0 and promotes the packages’ documented stability to “Release candidate”.
Changes:
- Bumped
OpenTelemetry.Instrumentation.Processsemantic conventions version constant to1.43.0. - Updated READMEs to reflect “Release candidate” stability and updated the instrumentation README’s semantic conventions link to v1.43.0.
- Added changelog entries noting the semantic conventions update and release-candidate promotion.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| src/OpenTelemetry.Resources.Process/README.md | Updates stability badge to “Release candidate”. |
| src/OpenTelemetry.Resources.Process/CHANGELOG.md | Adds an Unreleased entry for semantic conventions update / RC promotion. |
| src/OpenTelemetry.Instrumentation.Process/README.md | Updates stability to “Release candidate” and bumps semantic conventions doc link to v1.43.0. |
| src/OpenTelemetry.Instrumentation.Process/ProcessMetrics.cs | Updates SemanticConventionsVersion to 1.43.0. |
| src/OpenTelemetry.Instrumentation.Process/CHANGELOG.md | Adds an Unreleased entry for semantic conventions update / RC promotion. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Fix outdated link. - Update grammar. - Add PR number.
Kielek
approved these changes
Jul 9, 2026
This was referenced Jul 9, 2026
This was referenced Jul 9, 2026
Merged
Closed
This was referenced Jul 15, 2026
Closed
Closed
Closed
Closed
Open
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.
Changes
Merge requirement checklist
Unit tests added/updatedCHANGELOG.mdfiles updated for non-trivial changesChanges in public API reviewed (if applicable)