We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83f1c56 commit 38fdf24Copy full SHA for 38fdf24
internal/config/config_test.go
@@ -1144,6 +1144,7 @@ func createDefaultCollectorConfig() *Collector {
1144
SendBatchSize: DefCollectorBatchProcessorSendBatchSize,
1145
Timeout: DefCollectorBatchProcessorTimeout,
1146
},
1147
+ LogsGzip: &LogsGzip{},
1148
1149
Receivers: Receivers{
1150
OtlpReceivers: []OtlpReceiver{
0 commit comments