Closed arminru closed 3 weeks ago
area:http
The latest HTTP client-server example at https://github.com/open-telemetry/semantic-conventions/blob/v1.28.0/docs/http/http-spans.md#http-client-server-example incorrectly mentions an attribute client.socket.address.
client.socket.address
As per https://github.com/open-telemetry/semantic-conventions/pull/342 this should be network.peer.address instead.
network.peer.address
1.28.0 and main
No response
Area(s)
area:http
What happened?
The latest HTTP client-server example at https://github.com/open-telemetry/semantic-conventions/blob/v1.28.0/docs/http/http-spans.md#http-client-server-example incorrectly mentions an attribute
client.socket.address
.As per https://github.com/open-telemetry/semantic-conventions/pull/342 this should be
network.peer.address
instead.Semantic convention version
1.28.0 and main
Additional context
No response