-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
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
Rename db.operation
to db.operation.name
#875
Conversation
In messaging, we have Do you have an example of what additional attributes might be expected under |
I think we might entertain the idea of In case of databases, we have a precedent when CosmosDB records operation name (e.g. |
Also, graphql has I'm starting to understand why graphql used to be in the DB semconv - both try to describe QL |
Discussed in the messaging workgroup: for messaging we'll take over what's adopted for databases, as we don't see any strong reasons to stick with See the related issue #890. |
Changes
Renames
db.operation
todb.operation.name
, to be more future proof and allow other attributes under thedb.operation.*
namespace in the future.Merge requirement checklist
[chore]
Fixes #884