Hi there!
It seems from https://opentelemetry.io/docs/specs/semconv/registry/attributes/server/ that few attributes are missing or using possibly old names like net.peer.name / net.peer.port vs. server.address / server.port. Any particular reason for it?
Sampe with db.name vs db.namespace (https://opentelemetry.io/docs/specs/semconv/registry/attributes/db/) -
|
"db.name" = $attributes.database, |
Hi there!
It seems from https://opentelemetry.io/docs/specs/semconv/registry/attributes/server/ that few attributes are missing or using possibly old names like net.peer.name / net.peer.port vs. server.address / server.port. Any particular reason for it?
Sampe with
db.namevsdb.namespace(https://opentelemetry.io/docs/specs/semconv/registry/attributes/db/) -sqlx-tracing/src/span.rs
Line 14 in 95aba22