-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
TLS not working with opentelemetry
output plugin [minimal docker-compose
reproducer included]
#9613
Comments
3.2.1 has a fix for TLS, I think this is a duplicate of #9593 but specifically for the OTEL output. |
See #9593 (comment) |
@ajschmidt8 can you double check with 3.2.1? |
@patrick-stephens, thanks for the quick reply. I've just tried the |
Same with 3.2.1 (on a raspberrypi) |
Does it work with |
Yes, indeed it does.
|
I confirmed as well. It works with
|
Yeah so I think it's down to something in the http2 change to using as default but @leonardo-albertovich is investigating. He did add the option to disable http2 specifically to allow us to revert back to the old system :) |
Bug Report
Describe the bug
The
opentelemetry
output plugin does not successfully flush traces to the backend when TLS is enabled. Instead, Fluent Bit throws the following error:To Reproduce
A
docker-compose
reproducer can be found here: https://github.com/ajschmidt8/fluent-bit-repro.Expected behavior
The
opentelemetry
output plugin should successfully flush traces to the backend when TLS is enabled.Screenshots
Your Environment
3.2.0
opentelemetry
(input and output)cc: @msarahan
The text was updated successfully, but these errors were encountered: