open-telemetry / semantic-conventions

Defines standards for generating consistent, accessible telemetry across a variety of domains
Apache License 2.0
284 stars 175 forks source link

HTTP client-server example incorrect #1541

Closed arminru closed 3 weeks ago

arminru commented 3 weeks ago

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