[internal/core] migrate semantic convention from v1.25.0 to v1.40.0 - #49340
Draft
singhvibhanshu wants to merge 8 commits into
Draft
[internal/core] migrate semantic convention from v1.25.0 to v1.40.0#49340singhvibhanshu wants to merge 8 commits into
singhvibhanshu wants to merge 8 commits into
Conversation
Signed-off-by: singhvibhanshu <find.vibhanshu@gmail.com>
singhvibhanshu
force-pushed
the
MigrateNET-45297
branch
from
June 26, 2026 14:08
033f414 to
bf4daa7
Compare
Signed-off-by: singhvibhanshu <find.vibhanshu@gmail.com>
singhvibhanshu
force-pushed
the
MigrateNET-45297
branch
from
June 26, 2026 14:22
57ae7f3 to
39a99e9
Compare
singhvibhanshu
marked this pull request as ready for review
June 26, 2026 14:28
Member
Author
|
May I ask for some reviews here from @open-telemetry/collector-contrib-approvers? |
singhvibhanshu
marked this pull request as draft
June 30, 2026 16:58
Signed-off-by: singhvibhanshu <find.vibhanshu@gmail.com>
singhvibhanshu
marked this pull request as ready for review
July 7, 2026 13:54
singhvibhanshu
marked this pull request as draft
July 7, 2026 13:59
Pull request dashboard statusStatus last refreshed: 2026-07-25 16:03:29 UTC.
This automated status or its linked feedback items may be incorrect. If something looks wrong, please report it with the result you expected. |
Member
Author
|
/rerun |
singhvibhanshu
marked this pull request as draft
July 20, 2026 04:57
Signed-off-by: singhvibhanshu <find.vibhanshu@gmail.com>
singhvibhanshu
force-pushed
the
MigrateNET-45297
branch
from
July 25, 2026 15:56
e97f701 to
7681c84
Compare
Signed-off-by: singhvibhanshu <find.vibhanshu@gmail.com>
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.
This PR is part 1 towards #45297 which aims at migrating network attributes from v1.25.0 to v1.40.0
net.host.portis replaced byserver.port(Here is the reference link: https://opentelemetry.io/docs/specs/semconv/registry/attributes/network/#net-host-port)
net.peer.nameis replaced byserver.addresson client spans andclient.addresson server spans(Here is the reference link: https://opentelemetry.io/docs/specs/semconv/registry/attributes/network/#net-peer-name)
net.peer.portis replaced byserver.porton client spans andclient.porton server spans(Here is the reference link: https://opentelemetry.io/docs/specs/semconv/registry/attributes/network/#net-peer-port)
net.transportis replaced bynetwork.transport(Here is the reference link: https://opentelemetry.io/docs/specs/semconv/registry/attributes/network/#net-transport)
Assisted by: Claude Opus 4.8