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
https://opentelemetry.io/docs/specs/semconv/database/database-spans/
Changes appear to be:
db.instance.id
net.sock.peer.addr
network.peer.address
net.sock.peer.port
network.peer.port
net.transport
network.transport
tcp
ip_tcp
net.sock.family
network.type
ipv4
ipv6
inet
inet6
net.peer.name
server.address
net.peer.port
server.port
An environment variable, OTEL_SEMCONV_STABILITY_OPT_IN "SHOULD" be used to control whether old, new, or both attributes should be emitted.
OTEL_SEMCONV_STABILITY_OPT_IN
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://opentelemetry.io/docs/specs/semconv/database/database-spans/
Changes appear to be:
db.instance.id
net.sock.peer.addr
network.peer.address
net.sock.peer.port
network.peer.port
net.transport
network.transport
tcp
instead ofip_tcp
net.sock.family
network.type
ipv4
oripv6
instead ofinet
orinet6
net.peer.name
server.address
network.peer.address
net.peer.port
server.port
network.peer.port
An environment variable,
OTEL_SEMCONV_STABILITY_OPT_IN
"SHOULD" be used to control whether old, new, or both attributes should be emitted.The text was updated successfully, but these errors were encountered: