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
Description of the bug Spans created from net_http instrumentations are started with attribute peer.hostname and peer.port which are not in the specification. They should be changed to net.peer.name and net.peer.port according to the specification
net_http
peer.hostname
peer.port
net.peer.name
net.peer.port
If it's not intentionally, I can submit a PR with a fix
The text was updated successfully, but these errors were encountered:
Thanks for finding this. Contributions are always welcome!
Sorry, something went wrong.
Looks like these were added recently (at least for HTTP instrumentation) in open-telemetry/opentelemetry-specification#1916
Successfully merging a pull request may close this issue.
Description of the bug
Spans created from
net_http
instrumentations are started with attributepeer.hostname
andpeer.port
which are not in the specification. They should be changed tonet.peer.name
andnet.peer.port
according to the specificationIf it's not intentionally, I can submit a PR with a fix
The text was updated successfully, but these errors were encountered: