-
Notifications
You must be signed in to change notification settings - Fork 140
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
otel-webserver support for arm64 #343
Comments
Using
Trying the same using version 1.0.4 produces the same result. |
I am running into issue with running nginx along with ngx_http_opentelemetry_module.so on amazon linux v2 aarch64 system.
Following this https://opentelemetry.io/blog/2022/instrument-nginx/ and running the container fails with following error.
[emerg] 1#1: dlopen() "/opt/opentelemetry-webserver-sdk/WebServerModule/Nginx/1.23.1/ngx_http_opentelemetry_module.so" failed (/opt/opentelemetry-webserver-sdk/WebServerModule/Nginx/1.23.1/ngx_http_opentelemetry_module.so: cannot open shared object file: No such file or directory) in /etc/nginx/nginx.conf:1
The text was updated successfully, but these errors were encountered: