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
Those application image / Dockerfile looks fine. It's caused by otel/opentelemetry-collector-contrib:0.42.0. I think the author does it on purpose, to minimize the potential impact of the new version. You can edit the image to otel/opentelemetry-collector-contrib:0.43.0 or above.
After changing the contrib tag, js report won't work. you should be able to find trace like this:
in docker-compose.yml, I add "platform: linux/amd64" on the image that makes problem ( for me, those are "jaeger" and "opentelemetry-collector")
like this,
No arm64 support?
The text was updated successfully, but these errors were encountered: