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
I was confused with the naming db.operation.batch.size, but db.query.batch.size would be even more confusing. So taking this concern back.
The last concern remains - we forgot to add db.operation.batch.size into span attributes table and only have it in the registry - that's the only action item remaining in this issue.
semantic-conventions/model/registry/db.yaml
Lines 79 to 82 in d9842e5
Number of queries and number of records could be different. I think we can make attribute name more descriptive to reflect this.
db.query.batch.size
db.request.records.count
ordb.response.records.count
Also, it seems we have the attribute defined in the registry, but not referenced in the conventions - we should probably reference it.
The text was updated successfully, but these errors were encountered: