Skip to content

Commit b75508d

Browse files
committed
Merge remote-tracking branch 'upstream/main' into milas/ocb-replace-abspath
2 parents 5875a50 + eb00c82 commit b75508d

File tree

305 files changed

+4596
-4642
lines changed

Some content is hidden

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

305 files changed

+4596
-4642
lines changed

.chloggen/delete_old_status.yaml renamed to .chloggen/allow-sizer.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. otlpreceiver)
7-
component: mdatagen
7+
component: exporterhelper
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Delete generated_status.go if the component type doesn't require it.
10+
note: Allow exporter memory queue to use different type of sizers.
1111

1212
# One or more tracking issues or pull requests related to the change
13-
issues: [12346]
13+
issues: [12708]
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.
@@ -22,4 +22,4 @@ subtext:
2222
# Include 'user' if the change is relevant to end users.
2323
# Include 'api' if there is a change to a library API.
2424
# Default: '[user]'
25-
change_logs: []
25+
change_logs: [user]

.chloggen/remove-deprecated-componenttest-testtelemetry.yaml renamed to .chloggen/avoid-embedings-in-conifg.yaml

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

66
# The name of the component, or a single word describing the area of concern, (e.g. otlpreceiver)
7-
component: component/componenttest
7+
component: otlpreceiver/otlpexporter/otlphttpexporter
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Remove the deprecated componenttest.TestTelemetry in favor of componenttest.Telemetry
10+
note: Avoid using go embedded messages in Config
1111

1212
# One or more tracking issues or pull requests related to the change
13-
issues: [12419]
13+
issues: [12718]
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/config.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ entries_dir: .chloggen
1212
# (Optional) Default: .chloggen/TEMPLATE.yaml
1313
template_yaml: .chloggen/TEMPLATE.yaml
1414

15+
summary_template: .chloggen/summary.tmpl
16+
1517
# The CHANGELOG file or files to which 'chloggen update' will write new entries
1618
# (Optional) Default filename: CHANGELOG.md
1719
change_logs:

.chloggen/define-nil-slice-behavior.yaml

-28
This file was deleted.
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: deprecation
55

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

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: include component id/type in start error
10+
note: Deprecate `blocking` in favor of `block_on_overflow`.
1111

1212
# One or more tracking issues or pull requests related to the change
13-
issues: [10426]
13+
issues: [12710]
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.
@@ -22,4 +22,4 @@ subtext:
2222
# Include 'user' if the change is relevant to end users.
2323
# Include 'api' if there is a change to a library API.
2424
# Default: '[user]'
25-
change_logs: []
25+
change_logs: [user]

.chloggen/mx-psi_extensionauth-refactor-2.yaml renamed to .chloggen/deprecate-exporterbatcher.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44
change_type: deprecation
55

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

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Deprecate `extensionauth.NewClient` and `extensionauth.NewServer`.
10+
note: Deprecated Config, SizeConfig, SizerType, SizerType[Requests|Items|Bytes], NewDefaultConfig. Use alias from exporterhelper.
11+
1112

1213
# One or more tracking issues or pull requests related to the change
13-
issues: [12574]
14+
issues: [12707]
1415

1516
# (Optional) One or more lines of additional information to render under the primary note.
1617
# These lines will be padded with 2 spaces and then inserted directly into the document.
1718
# Use pipe (|) for multiline entries.
18-
subtext: |
19-
- Manually implement the interfaces instead.
19+
subtext:
2020

2121
# Optional: The change log or logs in which this entry should be included.
2222
# e.g. '[user]' or '[user, api]'

.chloggen/mx-psi_extensionauth-refactor.yaml renamed to .chloggen/deprecate-exporterqueue.yaml

+4-5
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,18 @@
44
change_type: deprecation
55

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

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Deprecate `configauth.Authenticator.GetClientAuthenticator`.
10+
note: Deprecated Config, NewDefaultConfig, Encoding, ErrQueueFull. Use alias from exporterhelper.
1111

1212
# One or more tracking issues or pull requests related to the change
13-
issues: [12574]
13+
issues: [12706]
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: |
19-
- Use the per-protocol methods instead.
18+
subtext:
2019

2120
# Optional: The change log or logs in which this entry should be included.
2221
# e.g. '[user]' or '[user, api]'

.chloggen/dep-separate-converter.yaml renamed to .chloggen/deprecate-with-request-queue.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ change_type: deprecation
77
component: exporterhelper
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Deprecate per signal converter in favor of generic version
10+
note: Deprecate exportehelper WithRequestQueue in favor of WithQueueBatch
1111

1212
# One or more tracking issues or pull requests related to the change
13-
issues: [12631]
13+
issues: [12679]
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/fix_process_metrics_disable.yaml renamed to .chloggen/fix-start-order.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. otlpreceiver)
7-
component: service
7+
component: exporterhelper
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: do not attempt to register process metrics if they are disabled
10+
note: Fix order of starting between queue and batch.
1111

1212
# One or more tracking issues or pull requests related to the change
13-
issues: [12098]
13+
issues: [12705]
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/improve-config-tag-checks.yaml

-25
This file was deleted.

.chloggen/mdatagen_deprecation_fields.yaml

-25
This file was deleted.

.chloggen/mx-psi_split-the-helpers.yaml renamed to .chloggen/move-queue-to-internal.yaml

+4-4
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: new_component
4+
change_type: breaking
55

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

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Split `receiverhelper` into a separate module
10+
note: Move Queue interface to internal, disallow alternative implementations
1111

1212
# One or more tracking issues or pull requests related to the change
13-
issues: [28328]
13+
issues: [12680]
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/mx-psi_remove-deprecated-auth.yaml

-26
This file was deleted.

.chloggen/mx-psi_seal-them-all.yaml renamed to .chloggen/mx-psi_remove-deprecated-stuff.yaml

+9-6
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,24 @@
44
change_type: breaking
55

66
# The name of the component, or a single word describing the area of concern, (e.g. otlpreceiver)
7-
component: extensionauthtest
7+
component: extensionauth, configauth
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Remove the `extensionauthtest.MockClient` struct.
10+
note: Remove deprecated types and functions from `extensionauth` and `configauth` packages.
1111

1212
# One or more tracking issues or pull requests related to the change
13-
issues: [12567]
13+
issues: [12672]
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.
1818
subtext: |
19-
- Use `extensionauthtest.NewNopClient` to create a client with a noop implementation.
20-
- Use `extensionauthtest.NewErrorClient` to create a client that always returns an error.
21-
- Implement the `extensionauth` interfaces for custom mock client implementations.
19+
This includes:
20+
- `extensionauth.NewClient`,
21+
- `extensionauth.ClientOption` and all its implementations,
22+
- `extensionauth.NewServer`,
23+
- `extensionauth.ServerOption` and all its implementations and
24+
- `configauth.Authenticator.GetClientAuthenticator`.
2225
2326
# Optional: The change log or logs in which this entry should be included.
2427
# e.g. '[user]' or '[user, api]'

.chloggen/mx-psi_remove-withtype.yaml

-25
This file was deleted.

.chloggen/mx-psi_receiver-1.0.yaml renamed to .chloggen/mx-psi_split-into-modules.yaml

+3-3
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. otlpreceiver)
7-
component: receiver
7+
component: processorhelper
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Mark module as stable
10+
note: Split processorhelper into a separate module.
1111

1212
# One or more tracking issues or pull requests related to the change
13-
issues: [12513]
13+
issues: [12678]
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/new-merge-strategy.yaml

-27
This file was deleted.

0 commit comments

Comments
 (0)