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
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:
@edsiper Is there a file or specific config file you want?
All configurations are the default configurations of the latest version of helm chart.
The only modified contents are the settings required for integration.
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: