-
Notifications
You must be signed in to change notification settings - Fork 40
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
Feature request: arm64 binaries #264
Comments
What's your use case? I can probably add this to our feature request pipeline. I see you opened a similar issue in our nginx module repo. |
Our usecase is that we are evaluating switching to AWS Graviton processors and atm this means we need to disable APM tracing for our nginx setup. I see that https://circleci.com/docs/using-arm/ exists, but I'm not super familiar with CircleCI. Could QEMU work instead? I believe that's what Github Actions uses by default. |
Please submit this request as a support issue via https://help.datadoghq.com/hc/en-us/requests/new and reference these github issues. This way, the feature request is associated with your account and can be tracked internally.
Our CI runs on CircleCI's built-in Docker executor. We could switch to using a "VM executor," but that might involve a rewrite of our CI configuration. Not a deal-breaker, but potentially time-consuming. |
Issue filed! |
Thanks, let's leave this open, and I'll chase after whoever I need to internally. |
Hi folks, any updates on this one? We'd also like to use Arm. Fwiw, CircleCI supports Arm for Docker executors now. See: https://circleci.com/docs/using-docker/#arm |
The non-OpenTracing version of the Datadog tracing nginx module, nginx-datadog, has supported arm64 for a while. It's configured differently, but has feature parity. If you can afford to change all of your tracing configuration, migrating is an option. |
Unfortunately that won't work in our case because it isn't compatible with openresty (DataDog/nginx-datadog#30). Any chance of adding Arm to the build process in this repo? |
Bummer. I'm no longer a maintainer of this repo, so I can't comment on its priority. @dmehala for visibility. |
Gotcha, well in that case, special thanks for your feedback anyway. |
opentracing-contrib/nginx-opentracing#391 seems to have
linux/arm64
images, but AFAICSdd-opentracing-cpp
does not provide arm64 builds. Is this on purpose or just an oversight? Would it be possible to provide arm64 binaries?The text was updated successfully, but these errors were encountered: