Skip to content

Commit d036ca2

Browse files
authored
Merge branch 'main' into Correct-JSON-format-description-in-otlpreceiver-README.md-file
2 parents fff8973 + a4a2022 commit d036ca2

File tree

149 files changed

+2242
-1347
lines changed

Some content is hidden

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

149 files changed

+2242
-1347
lines changed

.chloggen/mark-configcompression-as-stable.yaml renamed to .chloggen/add_unsupported_platforms.yaml

Lines changed: 3 additions & 3 deletions
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: configcompression
7+
component: mdatagen
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: Adds unsupported platforms to the README header
1111

1212
# One or more tracking issues or pull requests related to the change
13-
issues: [9571]
13+
issues: [9794]
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/batch-exporter-helper.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,18 @@ change_type: enhancement
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: Add experimental batching capabilities to the exporter helper
10+
note: Make the `WithBatcher` option available for regular exporter helpers based on OTLP data type.
1111

1212
# One or more tracking issues or pull requests related to the change
1313
issues: [8122]
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+
Not `WithBatcher` can be used with both regular exporter helper (e.g. NewTracesExporter) and the request-based exporter
20+
helper (e.g. NewTracesRequestExporter). The request-based exporter helpers require `WithRequestBatchFuncs` option
21+
providing batching functions.
1922
2023
# Optional: The change log or logs in which this entry should be included.
2124
# e.g. '[user]' or '[user, api]'

.chloggen/confignet-add-newdefault-func.yaml

Lines changed: 0 additions & 25 deletions
This file was deleted.

.chloggen/confignet-transport-type.yaml

Lines changed: 0 additions & 25 deletions
This file was deleted.

.chloggen/configgrpc-remove-deprecated-func2.yaml renamed to .chloggen/configtls-add-context-to-public-funcs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
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: configgrpc
7+
component: configtls
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Deprecated `ToServerContext`, use `ToServer` instead.
10+
note: Deprecate `ClientConfig.LoadTLSConfig` and `ServerConfig.LoadTLSConfig`, use `ClientConfig.LoadTLSConfigContext` and `ServerConfig.LoadTLSConfigContext` instead.
1111

1212
# One or more tracking issues or pull requests related to the change
13-
issues: [9787]
13+
issues: [9811]
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/support_embedded_structs_confmap.yaml renamed to .chloggen/configtls-fix-IncludeSystemCACertsPool-bug.yaml

Lines changed: 3 additions & 3 deletions
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: confmap
7+
component: configtls
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: confmap honors `Unmarshal` methods on config embedded structs.
10+
note: Fix issue where `IncludeSystemCACertsPool` was not consistently used between `ServerConfig` and `ClientConfig`.
1111

1212
# One or more tracking issues or pull requests related to the change
13-
issues: [6671]
13+
issues: [9835]
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/configgrpc-remove-deprecated-func.yaml renamed to .chloggen/configtls-remove-deprecated.yaml

Lines changed: 3 additions & 3 deletions
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: configgrpc
7+
component: configtls
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Remove deprecated `ToServer` function.
10+
note: Remove Deprecated `TLSSetting`, `TLSClientSetting`, and `TLSServerSetting`.
1111

1212
# One or more tracking issues or pull requests related to the change
13-
issues: [9787]
13+
issues: [9786]
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_switch-to-type.yaml renamed to .chloggen/configtls-remove-deprecated2.yaml

Lines changed: 3 additions & 3 deletions
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
7+
component: configtls
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Change underlying type of `component.Type` to an opaque struct.
10+
note: Rename `TLSSetting` to `Config` on `ClientConfig` and `ServerConfig`.
1111

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

Lines changed: 0 additions & 25 deletions
This file was deleted.

.chloggen/carsonip_persistent-queue-size-backup.yaml renamed to .chloggen/fix-componets-command.yaml

Lines changed: 3 additions & 3 deletions
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: exporterhelper
7+
component: component
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Fix persistent queue size backup on reads.
10+
note: Fix issue where the `components` command wasn't properly printing the component type.
1111

1212
# One or more tracking issues or pull requests related to the change
13-
issues: [9740]
13+
issues: [9856]
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/carsonip_batchsender-active-requests-race.yaml renamed to .chloggen/fix-validate-command.yaml

Lines changed: 3 additions & 3 deletions
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: exporterhelper
7+
component: otelcol
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Fix race in concurrency check in batch sender leading to smaller batch sizes.
10+
note: Fix issue where the `validate` command wasn't properly printing valid component type.
1111

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

Lines changed: 0 additions & 25 deletions
This file was deleted.

.chloggen/issue-9475-configtls-validate.yaml

Lines changed: 0 additions & 25 deletions
This file was deleted.

.chloggen/mdatagen-scope-name.yaml

Lines changed: 0 additions & 13 deletions
This file was deleted.

.chloggen/mdatagen-tests.yaml

Lines changed: 0 additions & 27 deletions
This file was deleted.

.chloggen/mx-psi_fallible-options-exporterhelper.yaml

Lines changed: 0 additions & 25 deletions
This file was deleted.

.chloggen/nopexporter.yaml

Lines changed: 0 additions & 27 deletions
This file was deleted.

.chloggen/nopreceiver.yaml

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)