-
Notifications
You must be signed in to change notification settings - Fork 154
Closed
Labels
Description
Tracer Version(s)
3.19.0
Operating system and platform
Linux (arm64)
Instrumentation Mode
automatic
TFM
net8.0
Bug Report
In the releases there is no ARM version of the APM package. I have just started looking at migrating our containers to ARM and. noticed there isnt an arm version published for musl only:
datadog-dotnet-apm-x.x.x-musl.tar.gz
Is this intentional?
Is this a planned support feature
Is there missing documentation for ARM musl?
For reference is used the docs for x86/amd64 setup via the datadog APM guide in the app ui and doc website
RUN TRACER_VERSION=$(curl -s \https://api.github.com/repos/DataDog/dd-trace-dotnet/releases/latest | grep tag_name | cut -d '"' -f 4 | cut -c2-) && \
mkdir -p /opt/datadog && \
curl -Lo datadog-dotnet-apm.musl.tar.gz https://github.com/DataDog/dd-trace-dotnet/releases/download/v${TRACER_VERSION}/datadog-dotnet-apm-${TRACER_VERSION}-musl.tar.gz && \
tar -C /opt/datadog -xzf datadog-dotnet-apm.musl.tar.gz && \
rm -f datadog-dotnet-apm.musl.tar.gz
The datadog docs state that ARM64 MUSL is supported for apm. To confirm i have a complete working solution for amd64 containers
Thanks for any information you can provide on this.
Reproduction Code
No response
Reactions are currently unavailable