You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With compression: none option (compression disabled), everything works as expected; without compression: none option, we can see error messages in OTel collector like this:
2023-11-15T17:33:54.261Z info exporterhelper/queued_retry.go:426 Exporting failed. Will retry the request after interval. {"kind": "exporter", "data_type": "traces", "name": "otlphttp", "error": "error exporting items, request to http://data-prepper:21890/v1/traces responded with HTTP Status Code 500", "interval": "42.666367768s"}
With the recent improvement in logging (#3658), we can now see exception in Data Prepper logs as well:
My mistake. Didn't realize that there's a compression option on the source config. After setting that option, the example is working with compression enabled on the collector.
Describe the bug
Sending traces with compression from OTel collector to OTel traces source in a pipeline results in 500 error.
To Reproduce
Steps to reproduce the behavior:
otel-collector-config.yaml
in jaeger-hotrod example to use otlphttp exporter:and change the corresponding OTel trace source config in
trace_analytics_no_ssl_2x.yml
to:compression: none
option (compression disabled), everything works as expected; withoutcompression: none
option, we can see error messages in OTel collector like this:With the recent improvement in logging (#3658), we can now see exception in Data Prepper logs as well:
Expected behavior
Otel sources should work with compressed data from OTel collector
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context
This might be a regression. We had compression supported through #2702
The text was updated successfully, but these errors were encountered: