Skip to content

Commit

Permalink
Merge branch 'main' into profiling-htlhash
Browse files Browse the repository at this point in the history
  • Loading branch information
florianl committed Oct 28, 2024
2 parents 6d2ff4b + 6da7369 commit bf57204
Show file tree
Hide file tree
Showing 271 changed files with 6,361 additions and 3,986 deletions.
4 changes: 0 additions & 4 deletions .chloggen/1112.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .chloggen/1290.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .chloggen/1302.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .chloggen/1330.yaml

This file was deleted.

4 changes: 4 additions & 0 deletions .chloggen/1393.yaml
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]
4 changes: 4 additions & 0 deletions .chloggen/1472.yaml
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]
18 changes: 18 additions & 0 deletions .chloggen/1482.yaml
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]
4 changes: 4 additions & 0 deletions .chloggen/1506.yaml
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]
30 changes: 0 additions & 30 deletions .chloggen/2921.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .chloggen/993.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
# 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: enhancement

# The name of the area of concern in the attributes-registry, (e.g. http, cloud, db)
component: os
component: system

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: add lookup for os.build_id
note: Add system uptime metric

# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
# The values here must be integers.
issues: [1318]
issues: [648]

# (Optional) One or more lines of additional information to render under the primary note.
# These lines will be padded with 2 spaces and then inserted directly into the document.
Expand Down
22 changes: 0 additions & 22 deletions .chloggen/add_container_cpu_usage.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .chloggen/add_container_csi_attributes.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions .chloggen/add_filesystem_limit.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions .chloggen/add_k8s_cpu_metrics.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions .chloggen/add_k8s_memory_usage.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions .chloggen/add_k8s_volume_type.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
# your pull request title with [chore] or use the "Skip Changelog" label.

# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: 'enhancement'
change_type: 'breaking'

# The name of the area of concern in the attributes-registry, (e.g. http, cloud, db)
component: system

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Add the `system.disk.limit` metric
note: Add system.device attribute to system paging metrics

# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
# The values here must be integers.
issues: [127]
issues: [1408]

# (Optional) One or more lines of additional information to render under the primary note.
# These lines will be padded with 2 spaces and then inserted directly into the document.
Expand Down
22 changes: 0 additions & 22 deletions .chloggen/clr-runtime.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions .chloggen/file_leftovers.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .chloggen/fix-deprecated-messaging-servicebus.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions .chloggen/fix_docker_link.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions .chloggen/make_cpu_util_optin.yaml

This file was deleted.

5 changes: 5 additions & 0 deletions .chloggen/map-settle-span-kind.yaml
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:
4 changes: 0 additions & 4 deletions .chloggen/messaging-parent-child-trace.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions .chloggen/nodejs-runtime-utilization.yaml

This file was deleted.

Loading

0 comments on commit bf57204

Please sign in to comment.