We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1fa6c6 commit 4d5c45fCopy full SHA for 4d5c45f
receiver/libhoneyreceiver/factory.go
@@ -41,9 +41,7 @@ func createDefaultConfig() component.Config {
41
return &Config{
42
HTTP: configoptional.Default(HTTPConfig{
43
ServerConfig: confighttp.ServerConfig{
44
- Endpoint: endpointStr,
45
- // Explicitly set compression algorithms to avoid panics from malformed compressed data
46
- // Empty list means no automatic decompression
+ Endpoint: endpointStr,
47
CompressionAlgorithms: []string{},
48
},
49
TracesURLPaths: defaultTracesURLPaths,
0 commit comments