-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[error] [opentelemetry] snappy decompression failed issue #9737
Comments
pls share your full config, if you there is a way to get the payload that is generating the issue would be very helpful |
@edsiper Is there a file or specific config file you want? configmapprometheus fluent-bit
|
Bug Report
Describe the bug
Actual Behavior:
Fluent Bit throws a snappy decompression failed error.
Metrics are missing in Grafana, likely due to issues with decompressing the data.
To Reproduce

fluent-bit pod
random time fail log
[error] [opentelemetry] snappy decompression failed
Screenshots
any all query
Your Environment
prometheus-server latest
fluent-bit latest
opentelemetry-collector latest
configmap
[SERVICE]
Flush 5
Daemon Off
Log_Level debug
Config_Watch On
HTTP_Server On
HTTP_Listen 0.0.0.0
HTTP_Port 2020
Health_Check On
[INPUT]
name prometheus_remote_write
listen 0.0.0.0
port 8080
[OUTPUT]
name stdout
match *
[OUTPUT]
Name opentelemetry
Match *
Host opentelemetry-collector.default.svc.cluster.local
Port 4318
Additional context
Request:
Could you please help investigate the root cause of the snappy decompression failed error? Additionally, if there are any configuration changes or updates to the OpenTelemetry exporter or Fluent Bit that might resolve this issue, that would be helpful.
The text was updated successfully, but these errors were encountered: