We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 #342 this should be network.peer.address instead.
network.peer.address
1.28.0 and main
No response
The text was updated successfully, but these errors were encountered:
Fix HTTP client-server example
9b81c91
Fixes open-telemetry#1541. As per open-telemetry#342 this should be `network.peer.address` instead.
Successfully merging a pull request may close this issue.
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 #342 this should be
network.peer.address
instead.Semantic convention version
1.28.0 and main
Additional context
No response
The text was updated successfully, but these errors were encountered: