[otelmongo] bump semconv to 1.26.0 #6171
Labels
area: instrumentation
Related to an instrumentation package
enhancement
New feature or request
instrumentation: otelmongo
Problem Statement
otelmongo is currently using semconv/v1.17.0, suggest updating to semconv/v1.26.0.
Proposed Solution
key/value pair changes migrating from 1.17.0 to 1.26.0 include:
DBOperation
DBOperationName
db.operation
db.operation.name
DBName
DBNamespace
db.name
db.namespace
NetPeerName
NetworkPeerAddress
net.peer.name
network.peer.address
NetPeerPort
NetworkPeerPort
net.peer.port
network.peer.port
NetTransportTCP
NetworkingTransportTCP
net.transport
network.transport
ip_
portion defined on the deprecatednet.trasnport
. Instead, this value is eithertcp
orudp
.DBStatement
DBQueryText
db.statement
db.query.text
Db.query.text
seemed like a natural fit.Alternatives
Since these fields are deprecated, there is no alternative other than leaving the semconv version static.
Prior Art
NA
Additional Context
It's worth noting that this is a breaking change if telemetry key/values are considered stable.
The text was updated successfully, but these errors were encountered: