Skip to content

Commit a708c36

Browse files
committed
[exporter/otlp] mark BatcherConfig as deprecated
The config for batcher is moving to queue configuration. Signed-off-by: Alex Boten <[email protected]>
1 parent 58370e5 commit a708c36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

exporter/otlpexporter/config.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ type Config struct {
2626

2727
// Experimental: This configuration is at the early stage of development and may change without backward compatibility
2828
// until https://github.com/open-telemetry/opentelemetry-collector/issues/8122 is resolved
29+
//
30+
// Deprecated: [v0.123.0] batch configuration moving to queue configuration.
2931
BatcherConfig exporterhelper.BatcherConfig `mapstructure:"batcher"`
3032
}
3133

0 commit comments

Comments
 (0)