-
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
examples/tracing is broken #5245
Comments
cc @owais, related to podman receiver? |
removing the unprivileged user from the Dockerfile solves it, But I'm not sure that this is the correct fix. |
Hey @RoadRunnr could you explain your workaround ? |
remove these two lines and rebuild:
|
We ran into this while attempting to upgrade from v0.34.0 to v0.35.0 using the official images. Changing only the tag:
In case it's relevant, the pod is running with a custom |
confirmed here |
This also reproduces with 0.36.0:
|
podmanreceiver uses the official Go podman bindings but the bindings pull in all of the podman codebase and it's dependencies. We are essentially embedding podman into the collector. This causes a number of problems both at compile and run time. This commit ditches the podman library and uses net/http to consume the podman v3 REST API instead. Fixes #5244 Fixes #5414 Fixes #5241 Fixes #5245
…y#5245) Deprecated `ConfigProviderSettings.Unmarshaler` is still being used in `service.NewConfigProvider` causing nil pointer exception it's not provided.
Describe the bug
The tracing_otel-collector_1 container from examples/tracing does not start.
A log entry indicates a podman problem:
Steps to reproduce
in examples/tracing, do:
What did you expect to see?
A running instance of the tracing_backend_1 container
What did you see instead?
No instance of the tracing_backend_1 container
What version did you use?
master
What config did you use?
unmodified config from the example
Environment
OS: Ubuntu 21.10
The text was updated successfully, but these errors were encountered: