[sql] Include instance name in db.namespace
#2236
Labels
comp:instrumentation.sqlclient
Things related to OpenTelemetry.Instrumentation.SqlClient
Milestone
The MSSQL conventions require
db.namespace
to be qualified by the instance name.Currently, the instance name is parsed from the data source string and captured as the deprecated
db.mssql.instance_name
attribute.Including the instance name in the
db.namespace
is required, so this may influence the conversation on #2235.The text was updated successfully, but these errors were encountered: