We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The semantic conventions for database spans was recently updated. See: open-telemetry/opentelemetry-specification#575
The instrumentation needs to be updated with these new attributes.
Primary among them is db.system, which applies to all database spans. Also some connection-level attributes and the call-level attributes:
db.system
db.name
db.statement
db.operation
The text was updated successfully, but these errors were encountered:
Please assign this to me. Thank you!
Sorry, something went wrong.
heyams
Successfully merging a pull request may close this issue.
The semantic conventions for database spans was recently updated. See:
open-telemetry/opentelemetry-specification#575
The instrumentation needs to be updated with these new attributes.
Primary among them is
db.system
, which applies to all database spans.Also some connection-level attributes and the call-level attributes:
db.name
db.statement
db.operation
The text was updated successfully, but these errors were encountered: