Skip to content

Commit 38fdf24

Browse files
committed
fix default collector config test
1 parent 83f1c56 commit 38fdf24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/config/config_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1144,6 +1144,7 @@ func createDefaultCollectorConfig() *Collector {
11441144
SendBatchSize: DefCollectorBatchProcessorSendBatchSize,
11451145
Timeout: DefCollectorBatchProcessorTimeout,
11461146
},
1147+
LogsGzip: &LogsGzip{},
11471148
},
11481149
Receivers: Receivers{
11491150
OtlpReceivers: []OtlpReceiver{

0 commit comments

Comments
 (0)