Skip to content

Conversation

@edsiper
Copy link
Member

@edsiper edsiper commented Mar 17, 2025

(backport of #10089 to 3.2 branch)

We have received many reports that Fluent Bit cannot send data to the OpenTelemetry Collector over a plain text communication, this is happening because we enabled http2 by default so when the Otel Collector receives the request (PRI * HTTP/2.0...) it drops the connection.

This PR switches http2 default to off so users don't run into this problem.


Fluent Bit is licensed under Apache 2.0, by submitting this pull request I understand that this code will be released under the terms of that license.

We have received many reports that Fluent Bit cannot send data
to the OpenTelemetry Collector over a plain text communication, this
is happening because we enabled http2 by default so when the Otel Collector
receives the request (PRI * HTTP/2.0...) it drops the connection.

This PR switches http2 default to off so users don't run into this
problem.

Signed-off-by: Eduardo Silva <[email protected]>
@edsiper edsiper added this to the Fluent Bit v3.2.9 milestone Mar 17, 2025
@edsiper edsiper merged commit e42ab05 into 3.2 Mar 17, 2025
19 of 21 checks passed
@edsiper edsiper deleted the out_opentelemetry-http2-default-off-3.2 branch March 17, 2025 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants