Skip to content

Commit a73c909

Browse files
authored
Merge branch 'main' into gen-ai-response-format-generic
2 parents 23b8810 + fa19325 commit a73c909

File tree

262 files changed

+3872
-1940
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

262 files changed

+3872
-1940
lines changed

.chloggen/1469.yaml

-5
This file was deleted.

.chloggen/1646.yaml

-4
This file was deleted.

.chloggen/1655.yaml

-24
This file was deleted.

.chloggen/1694.yaml

-8
This file was deleted.

.chloggen/1715.yaml

-22
This file was deleted.

.chloggen/1716.yaml

-4
This file was deleted.

.chloggen/1719.yaml

-22
This file was deleted.

.chloggen/add_deploy_replica_metrics.yaml

-25
This file was deleted.

.chloggen/add_ds_metrics.yaml

-22
This file was deleted.

.chloggen/add_k8s_jobs.yaml

-22
This file was deleted.

.chloggen/add_k8s_ns_phase.yaml .chloggen/add_k8s_resources.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ change_type: enhancement
1010
component: k8s
1111

1212
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
13-
note: Add k8s.namespace.phase metric along with the respective attribute
13+
note: Add `k8s.hpa`, `k8s.resourcequota` and `k8s.replicationcontroller` attributes and resources
1414

1515
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
1616
# The values here must be integers.
17-
issues: [1668]
17+
issues: [1656]
1818

1919
# (Optional) One or more lines of additional information to render under the primary note.
2020
# These lines will be padded with 2 spaces and then inserted directly into the document.

.chloggen/aws.extended_request_id.yaml

-22
This file was deleted.

.chloggen/clarify-temporary-destination.yaml

-5
This file was deleted.

.chloggen/code-rename.yaml

-26
This file was deleted.

.chloggen/fix_system_net_state.yaml

-22
This file was deleted.

.chloggen/genai-request-seed.yaml

-5
This file was deleted.

.chloggen/k8s-migration.yaml

-22
This file was deleted.

.chloggen/rabbitmq-destination-name.yaml

-4
This file was deleted.

.chloggen/rule_new.yaml

-22
This file was deleted.

.chloggen/stable-dotnet-runtime-metrics.yaml

-22
This file was deleted.

.chloggen/.oracle_cloud.yaml .chloggen/user_agent_os.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
# your pull request title with [chore] or use the "Skip Changelog" label.
55

66
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
7-
change_type: enhancement
7+
change_type: 'enhancement'
88

99
# The name of the area of concern in the attributes-registry, (e.g. http, cloud, db)
10-
component: cloud
10+
component: user-agent
1111

1212
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
13-
note: Add Oracle Cloud Infrastructure to Semantic Conventions
13+
note: Add `user_agent.os.name` and `user_agent.os.version` attributes
1414

1515
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
1616
# The values here must be integers.
17-
issues: [1658]
17+
issues: [1433]
1818

1919
# (Optional) One or more lines of additional information to render under the primary note.
2020
# These lines will be padded with 2 spaces and then inserted directly into the document.

.chloggen/vcs-1254.yaml

-25
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
change_type: breaking
2+
component: session
3+
note: Move `session.id` and `session.previous_id` from body fields to event attributes, and yamlize `session.start` and `session.end` events.
4+
issues: [1845]
5+
subtext: >
6+
As part of the ongoing migration of event fields from LogRecord body to extended/complex attributes, the
7+
`session.start` and `session.end` events have been redefined.

0 commit comments

Comments
 (0)