-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Collector Contrib fails to recognise "insecure" option #5377
Comments
I have just noticed, why latest docker image uses 0.34, when latest version is 0.36? But still, this does not explain the difference between core and contrib collectors |
open-telemetry/opentelemetry-collector#4063 changed the way this setting is specified (it is now under the |
@iNikem see previous comment, that was a breaking change unfortunately. |
Does this mean that https://opentelemetry.io/docs/collector/configuration/#exporters and https://github.com/open-telemetry/opentelemetry-collector/blob/main/exporter/otlpexporter/README.md and related docs were left unchanged? |
Also, why the difference between core and contrib images? |
I've changed my config to:
Now it's not complaining about this error |
thanks @almeidaalex for the tip! You unblocked me! |
Closing the issues since all the documentation looks updated to the new configuration interface |
* [docs] add status header for OTLP receiver Fixes open-telemetry#5376 * add stability per signal * Update README.md
Just got burnt by this again because I forget that |
This is tracked at open-telemetry/opentelemetry-collector-releases/issues/73, please upvote the issue there if fixing this would have helped you |
Describe the bug
When provided with the following simple configuration, collector-contrib fails to start:
Error:
What version did you use?
Docker image
otel/opentelemetry-collector-contrib:latest
, version0.34.0
Docker image
otel/opentelemetry-collector:latest
, version0.34.0
works find without any error.The text was updated successfully, but these errors were encountered: