When updating to only send stable DB semconv, db.client.connections.usage should be removed. Today the emission is not gated on semconv stability.
Ideally the replacement for it (db.client.connection.count) should be sent instead (on places that an experimental metric can be sent, otherwise don't sent it yet, until there is a way to opt-in for experimental)
Dependency on #3585
When updating to only send stable DB semconv,
db.client.connections.usageshould be removed. Today the emission is not gated on semconv stability.Ideally the replacement for it (
db.client.connection.count) should be sent instead (on places that an experimental metric can be sent, otherwise don't sent it yet, until there is a way to opt-in for experimental)Dependency on #3585