File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ change_type: deprecation
77component : 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 BatcherConfig and WithBatcher in favor of the new QueueBatchConfig.
10+ note : Deprecate BatcherConfig, SizeConfig and WithBatcher in favor of the new QueueBatchConfig.
1111
1212# One or more tracking issues or pull requests related to the change
1313issues : [12748]
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
1111type Config = exporterhelper.BatcherConfig //nolint:staticcheck
1212
1313// Deprecated: [v0.123.0] use exporterhelper.SizeConfig
14- type SizeConfig = exporterhelper.SizeConfig
14+ type SizeConfig = exporterhelper.SizeConfig //nolint:staticcheck
1515
1616// Deprecated: [v0.123.0] use exporterhelper.RequestSizerType
1717type SizerType = exporterhelper.RequestSizerType
Original file line number Diff line number Diff line change @@ -65,9 +65,7 @@ var NewDefaultQueueConfig = internal.NewDefaultQueueConfig
6565// Deprecated: [v0.123.0] use WithQueueBatch.
6666type BatcherConfig = internal.BatcherConfig
6767
68- // SizeConfig sets the size limits for a batch.
69- // Experimental: This API is at the early stage of development and may change without backward compatibility
70- // until https://github.com/open-telemetry/opentelemetry-collector/issues/8122 is resolved.
68+ // Deprecated: [v0.123.0] use WithQueueBatch.
7169type SizeConfig = internal.SizeConfig
7270
7371// Deprecated: [v0.123.0] use WithQueueBatch.
You can’t perform that action at this time.
0 commit comments