-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
- Loading branch information
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
change_type: enhancement | ||
component: gen_ai | ||
note: Add system-specific conventions for Azure AI Inference. | ||
issues: [1393] |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
change_type: enhancement | ||
component: http | ||
note: Define how to handle experimental attributes in stable groups, add policies and move experimental HTTP attributes into stable HTTP groups (as opt_in). | ||
issues: [906, 1472] |
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] |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
change_type: enhancement | ||
component: db, gen-ai, faas | ||
note: Relax wording for span kind - use SHOULD instead of MUST for logical operations. | ||
issues: [1315, 1506] |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
change_type: enhancement | ||
component: messaging | ||
note: Specify which span kind to use for messaging settle operations | ||
issues: [1478] | ||
subtext: |
This file was deleted.
This file was deleted.