-
Notifications
You must be signed in to change notification settings - Fork 911
Rename net peer/host attributes to align with ECS #3199
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
Labels
area:semantic-conventions
Related to semantic conventions
semconv:HTTP
spec:trace
Related to the specification/trace directory
Comments
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:
|
net.*
attributes to align with ECSnet.(peer|host|sock.peer|sock.host).*
attributes to align with ECS
net.(peer|host|sock.peer|sock.host).*
attributes to align with ECS
This was referenced Apr 5, 2023
Merged
5 tasks
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: