-
Notifications
You must be signed in to change notification settings - Fork 894
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
Rename net peer/host attributes to align with ECS #3199
Labels
area:semantic-conventions
Related to semantic conventions
semconv:HTTP
spec:trace
Related to the specification/trace directory
Comments
trask
added
area:semantic-conventions
Related to semantic conventions
spec:trace
Related to the specification/trace directory
semconv:HTTP
labels
Feb 9, 2023
trask
moved this to Blockers for HTTP semconv stability
in Semantic Conventions + Instrumentation Stability WG
Feb 9, 2023
We discussed in HTTP semconv stability WG today that the And it seems confusing to use So here's an alternate proposal to the above: HTTP client attributes:
HTTP server attributes:
|
trask
moved this from Blockers for HTTP semconv stability
to Blocker for HTTP semconv stability (ECS)
in Semantic Conventions + Instrumentation Stability WG
Feb 14, 2023
trask
moved this from Blocker for HTTP semconv stability (ECS)
to Blocker for HTTP semconv stability
in Semantic Conventions + Instrumentation Stability WG
Apr 4, 2023
trask
changed the title
Rename
Rename Apr 5, 2023
net.*
attributes to align with ECSnet.(peer|host|sock.peer|sock.host).*
attributes to align with ECS
trask
changed the title
Rename
Rename net peer/host attributes to align with ECS
Apr 5, 2023
net.(peer|host|sock.peer|sock.host).*
attributes to align with ECS
This was referenced Apr 5, 2023
Merged
5 tasks
github-project-automation
bot
moved this from Blocker for HTTP semconv stability
to Done
in Semantic Conventions + Instrumentation Stability WG
May 8, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area:semantic-conventions
Related to semantic conventions
semconv:HTTP
spec:trace
Related to the specification/trace directory
What are you trying to achieve?
Rename
net.*
attributes to the corresponding ECS names underclient.*
andserver.*
(see open-telemetry/oteps#222 for motivation).HTTP client attributes:
net.peer.name
->server.address
net.peer.port
->server.port
net.sock.peer.name
server.nat.address
(as a new field in ECS)net.sock.peer.addr
server.address
->server.ip
server.nat.ip
server.socket.address
(as a new field in ECS)net.sock.peer.port
server.nat.port
HTTP server attributes:
net.host.name
->server.address
net.host.port
->server.port
net.sock.host.addr
->server.socket.ip
(as a new field in ECS)server.socket.address
(as a new field in ECS)net.sock.host.port
->server.socket.port
(as a new field in ECS)net.sock.peer.name
-> (remove from OTel, not needed)net.sock.peer.addr
->client.ip
client.socket.address
(as a new field in ECS)net.sock.peer.port
->client.port
The text was updated successfully, but these errors were encountered: