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
An identifier for the database management system (DBMS) product being used.
sqlite
Required
db.name
string
This attribute is used to report the name of the database being accessed. For commands that switch the database, this should be set to the target database (even if the command fails).
To get an overview of this work across all SDKs, please visit:
https://github.com/orgs/getsentry/projects/135
Parent issue: getsentry/team-sdks#19
For the starfish db module it was determined that we need extra database attributes.
db.name
should be set if possible, but is not required.db.system
should match the list in OpenTelemetry's well known conventions.db.system
sqlite
db.name
customers
;main
These values should be set on
span.data
.Motivation
This is being done for the Sentry's new performance views for databases. See a WIP example of the view below:
The text was updated successfully, but these errors were encountered: