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
(client|server).socket.(address|port)
In open-telemetry/semantic-conventions#342 they removed (client|server).socket.(address|port) in favour of network.(peer|local).(address|port).
network.(peer|local).(address|port)
They also didn't add this to any migration docs or changelogs anywhere 😓
There are also is net.sock.peer.port and net.sock.peer.addr which got deprecated accordingly. https://opentelemetry.io/docs/specs/semconv/attributes-registry/network/
net.sock.peer.port
net.sock.peer.addr
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In open-telemetry/semantic-conventions#342 they removed
(client|server).socket.(address|port)
in favour ofnetwork.(peer|local).(address|port)
.They also didn't add this to any migration docs or changelogs anywhere 😓
There are also is
net.sock.peer.port
andnet.sock.peer.addr
which got deprecated accordingly. https://opentelemetry.io/docs/specs/semconv/attributes-registry/network/The text was updated successfully, but these errors were encountered: