forked from open-telemetry/semantic-conventions
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
55 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Use this changelog template to create an entry for release notes. | ||
# | ||
# If your change doesn't affect end users you should instead start | ||
# your pull request title with [chore] or use the "Skip Changelog" label. | ||
|
||
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix' | ||
change_type: bug_fix | ||
component: db | ||
note: | | ||
Fix telemetry for complex queries: | ||
- introduce the `db.query.summary` attribute to provide a concise, low-cardinality | ||
representation of the query text. | ||
- use `db.query.summary` as the span name and as a recommended attribute on metrics. | ||
- avoid capturing `db.operation.name` and `db.collection.name` when the query | ||
involves multiple operations or collections, to prevent ambiguity. | ||
issues: [521, 805,1159] | ||
Oops, something went wrong.