Skip to content

Commit b835c08

Browse files
authored
Merge branch 'main' into mengnan/fix-default-sampling-mode
2 parents 02d7cda + b589bef commit b835c08

File tree

1,442 files changed

+40389
-30105
lines changed

Some content is hidden

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

1,442 files changed

+40389
-30105
lines changed

.chloggen/replace-pc-and-add-intial-contextinference-support.yaml renamed to .chloggen/add-global-conditions-and-group-error-mode-support.yaml

+6-2
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,19 @@ change_type: enhancement
77
component: processor/transformprocessor
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Replace parser collection implementations with `ottl.ParserCollection` and add initial support for expressing statement's context via path names.
10+
note: Add support for global conditions and error mode overrides.
1111

1212
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
1313
issues: [29017]
1414

1515
# (Optional) One or more lines of additional information to render under the primary note.
1616
# These lines will be padded with 2 spaces and then inserted directly into the document.
1717
# Use pipe (|) for multiline entries.
18-
subtext:
18+
subtext: |
19+
Global conditions are now available for context-inferred structured configurations, allowing the use of fully
20+
qualified paths. Additionally, a new configuration key called `error_mode` has been added to the context statements group.
21+
This key determines how the processor reacts to errors that occur while processing that specific group of statements.
22+
When provided, it overrides the top-level error mode, offering more granular control over error handling.
1923
2024
# If your change doesn't affect end users or the exported elements of any package,
2125
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.

.chloggen/codeboten_opampsupervisor-emit-otlp.yaml renamed to .chloggen/add-more-vecenter-receiver-virtual-machine-preformace-metrics.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
change_type: enhancement
55

66
# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
7-
component: opampsupervisor
7+
component: vcenterreceiver
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: report own metrics via OTLP instead of prometheus receiver
10+
note: Adds three more vCenter virtual machine performance metrics
1111

1212
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
13-
issues: [37346]
13+
issues: [37488]
1414

1515
# (Optional) One or more lines of additional information to render under the primary note.
1616
# These lines will be padded with 2 spaces and then inserted directly into the document.
@@ -24,4 +24,4 @@ subtext:
2424
# Include 'user' if the change is relevant to end users.
2525
# Include 'api' if there is a change to a library API.
2626
# Default: '[user]'
27-
change_logs: []
27+
change_logs: [user]

.chloggen/add-multiple-endpoints-support-httpcheckreceiver.yaml

-13
This file was deleted.

.chloggen/receiver-otlpjson-token-attr.yaml renamed to .chloggen/bearertokenauthextension-fix-grpc-token-refresh.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
change_type: bug_fix
55

66
# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
7-
component: otlpjsonfilereceiver
7+
component: bearertokenauthextension
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Include file attributes and append it to the log record
10+
note: Load token lazily for gRPC AUTH to fix token refresh issue
1111

1212
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
13-
issues: [36641]
13+
issues: [36749]
1414

1515
# (Optional) One or more lines of additional information to render under the primary note.
1616
# These lines will be padded with 2 spaces and then inserted directly into the document.
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
1-
# Use this changelog template to create an entry for release notes.
2-
3-
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
4-
change_type: new_component
5-
6-
# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
7-
component: envoyalsreceiver
8-
9-
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Add a new receiver for the Envoy ALS (Access Log Service).
11-
12-
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
13-
issues: [36464]
14-
15-
# (Optional) One or more lines of additional information to render under the primary note.
16-
# These lines will be padded with 2 spaces and then inserted directly into the document.
17-
# Use pipe (|) for multiline entries.
18-
subtext:
19-
20-
# If your change doesn't affect end users or the exported elements of any package,
21-
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.
22-
# Optional: The change log or logs in which this entry should be included.
23-
# e.g. '[user]' or '[user, api]'
24-
# Include 'user' if the change is relevant to end users.
25-
# Include 'api' if there is a change to a library API.
26-
# Default: '[user]'
27-
change_logs: []
1+
# Use this changelog template to create an entry for release notes.
2+
3+
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
4+
change_type: new_component
5+
6+
# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
7+
component: bmchelixexporter
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: metrics implementation
11+
12+
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
13+
issues: [36773]
14+
15+
# (Optional) One or more lines of additional information to render under the primary note.
16+
# These lines will be padded with 2 spaces and then inserted directly into the document.
17+
# Use pipe (|) for multiline entries.
18+
subtext:
19+
20+
# If your change doesn't affect end users or the exported elements of any package,
21+
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.
22+
# Optional: The change log or logs in which this entry should be included.
23+
# e.g. '[user]' or '[user, api]'
24+
# Include 'user' if the change is relevant to end users.
25+
# Include 'api' if there is a change to a library API.
26+
# Default: '[user]'
27+
change_logs: [user]

.chloggen/cf_feature_flag_update.yaml

-28
This file was deleted.

.chloggen/codeboten_add-support-for-headers.yaml renamed to .chloggen/codeboten_ensure-onclose-hookedup.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# Use this changelog template to create an entry for release notes.
22

33
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
4-
change_type: enhancement
4+
change_type: bug_fix
55

66
# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
77
component: opampsupervisor
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: add support for headers configuration for reporting own telemetry
10+
note: The OnConnectionClose was not correctly connected for the supervisor.
1111

1212
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
13-
issues: [37353]
13+
issues: [37761]
1414

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

.chloggen/datadogconnector-add-stats-obfuscation.yaml

-35
This file was deleted.

.chloggen/deprecate-created-metric-beta2stable.yaml

-27
This file was deleted.

.chloggen/elasticsearchexporter_log_body.yaml

-27
This file was deleted.

.chloggen/elasticsearchexporter_logs_dynamic_id.yaml

-27
This file was deleted.

.chloggen/elasticsearchexporter_mutates-data-false.yaml

-27
This file was deleted.

.chloggen/expo-histogram-fix-downscaling.yaml

-27
This file was deleted.

.chloggen/gcp-gce-mig.yaml

-27
This file was deleted.

0 commit comments

Comments
 (0)