-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[processor/transform] Add support for semconv 1.40.0, 1.39.0 and 1.38.0 in the set_semconv_span_name() function
#45911
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
atoulme
merged 41 commits into
open-telemetry:main
from
cyrille-leclerc:transform-processor_setsemconvspanname_1.39
Apr 1, 2026
Merged
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
ca8e8f2
Add support for semconv 1.39.0 and 1.38.0 in the `set_semconv_span_na…
cyrille-leclerc df7b291
Fix typo
cyrille-leclerc 8043d6f
Add issue number to the changelog
cyrille-leclerc 97fd16f
Merge branch 'main' into transform-processor_setsemconvspanname_1.39
cyrille-leclerc 2efbc7a
Remove trailing space char
cyrille-leclerc cf822ee
Apply suggestions from code review
cyrille-leclerc db2091f
Merge branch 'main' into transform-processor_setsemconvspanname_1.39
cyrille-leclerc b67eee2
Merge branch 'main' into transform-processor_setsemconvspanname_1.39
cyrille-leclerc 295c580
Merge branch 'main' into transform-processor_setsemconvspanname_1.39
cyrille-leclerc 2854ec8
Merge branch 'main' into transform-processor_setsemconvspanname_1.39
cyrille-leclerc 7913c34
Merge branch 'main' into transform-processor_setsemconvspanname_1.39
cyrille-leclerc f3a1365
Merge branch 'main' into transform-processor_setsemconvspanname_1.39
cyrille-leclerc 7d07cc9
Merge branch 'main' into transform-processor_setsemconvspanname_1.39
cyrille-leclerc 969d69b
[processor/transformprocessor] evolve set_semconv_span_name RPC span …
cyrille-leclerc 1dd8ad5
Merge branch 'main' into transform-processor_setsemconvspanname_1.39
cyrille-leclerc 44f33b1
Update docs
cyrille-leclerc 22811ab
tidy
cyrille-leclerc bf78b8e
tidy
cyrille-leclerc 7d14589
format
cyrille-leclerc 9ed9e57
Try remove unrelated declaration added by go tidy
cyrille-leclerc 6f1bb2f
Merge branch 'main' into transform-processor_setsemconvspanname_1.39
cyrille-leclerc 14f570a
"make gotidy" adds this declaration
cyrille-leclerc 8295dbb
Merge branch 'main' into transform-processor_setsemconvspanname_1.39
cyrille-leclerc 950ac46
Merge remote-tracking branch 'origin/main' into transform-processor_s…
cyrille-leclerc 3643bd9
Merge remote-tracking branch 'origin/main' into transform-processor_s…
cyrille-leclerc 8eaf8f6
Merge branch 'main' into transform-processor_setsemconvspanname_1.39
cyrille-leclerc 051363e
Merge remote-tracking branch 'origin/main' into transform-processor_s…
cyrille-leclerc 20331fc
Simplify code
cyrille-leclerc 07c91ed
Simplify code
cyrille-leclerc deaa8cc
Simplify code
cyrille-leclerc 08c8b8b
Simplify code
cyrille-leclerc b5da54a
Merge branch 'main' into transform-processor_setsemconvspanname_1.39
cyrille-leclerc df0129d
Apply suggestion from @edmocosta
cyrille-leclerc a077b1b
Apply suggestions from code review
cyrille-leclerc 024d031
Remove unneeded code
cyrille-leclerc 40aafb9
Merge branch 'main' into transform-processor_setsemconvspanname_1.39
cyrille-leclerc aaf67db
Merge branch 'main' into transform-processor_setsemconvspanname_1.39
cyrille-leclerc d9baf59
[processor/transformprocessor] Refactor set_semconv_span_name to shar…
cyrille-leclerc f1bf0ec
Merge branch 'main' into transform-processor_setsemconvspanname_1.39
cyrille-leclerc 3a8dd68
Update .chloggen/transformprocessor-set_semconv_span_name-v1.40.0.yaml
edmocosta 1ee71bf
Merge branch 'main' into transform-processor_setsemconvspanname_1.39
cyrille-leclerc File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
31 changes: 31 additions & 0 deletions
31
.chloggen/transformprocessor-set_semconv_span_name-v1.40.0.yaml
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,31 @@ | ||
| # Use this changelog template to create an entry for release notes. | ||
|
|
||
| # One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix' | ||
| change_type: enhancement | ||
|
|
||
| # The name of the component, or a single word describing the area of concern, (e.g. receiver/filelog) | ||
| component: processor/transform | ||
|
|
||
| # A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). | ||
| note: Add support for semantic conventions 1.38.0, 1.39.0, and 1.40.0 in the `set_semconv_span_name` function. | ||
|
|
||
| # Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists. | ||
| issues: [45911] | ||
|
|
||
| # (Optional) One or more lines of additional information to render under the primary note. | ||
| # These lines will be padded with 2 spaces and then inserted directly into the document. | ||
| # Use pipe (|) for multiline entries. | ||
| subtext: > | ||
| The `set_semconv_span_name` function now recognizes semantic conventions 1.38.0, 1.39.0, and 1.40.0, allowing span | ||
| names to be determined using the latest rules. Support for the `rpc.system.name` attribute (introduced in 1.39.0) | ||
| has been added so span names can reflect the new RPC system conventions. Backward compatibility is preserved: the | ||
| `rpc.system` attribute remains supported. | ||
|
|
||
| # If your change doesn't affect end users or the exported elements of any package, | ||
| # you should instead start your pull request title with [chore] or use the "Skip Changelog" label. | ||
| # Optional: The change log or logs in which this entry should be included. | ||
| # e.g. '[user]' or '[user, api]' | ||
| # Include 'user' if the change is relevant to end users. | ||
| # Include 'api' if there is a change to a library API. | ||
| # Default: '[user]' | ||
| change_logs: [user] |
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
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.