You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
some databases have both concepts, and some have only one of them
To address this, one proposal we discussed in the database client semconv group is to combine these two into a single (more generically named) attribute, e.g. db.scope, which wouldn't conflict with existing database terminology.
DB-specific conventions could still define attributes which correspond to their preferred terminology, e.g. db.oracle.instance and db.oracle.schema.
We would need to define for each database what to populate into this new attribute, e.g. for Oracle it could be {db.oracle.instance}.{db.oracle.schema}.
We've gotten feedback that
db.instance.id
anddb.name
are confusing for a couple of reasons:To address this, one proposal we discussed in the database client semconv group is to combine these two into a single (more generically named) attribute, e.g.
db.scope
, which wouldn't conflict with existing database terminology.DB-specific conventions could still define attributes which correspond to their preferred terminology, e.g.
db.oracle.instance
anddb.oracle.schema
.We would need to define for each database what to populate into this new attribute, e.g. for Oracle it could be
{db.oracle.instance}.{db.oracle.schema}
.Related to
db.instance.id
replace elastic and mssql specific attributes? #725db.mssql.instance_name
vsdb.instance.id
andserver.port
#727db.elasticsearch.node.name
the same asdb.instance.id
#728The text was updated successfully, but these errors were encountered: