|
3 | 3 | [](https://cloud-native.slack.com/archives/C01NR1YLSE7)
|
4 | 4 | [](https://www.nuget.org/packages/OpenTelemetry.AutoInstrumentation)
|
5 | 5 | [](https://www.nuget.org/packages/OpenTelemetry.AutoInstrumentation)
|
| 6 | +<a href="https://actuated.dev/"> |
| 7 | + <img |
| 8 | + alt="Arm CI sponsored by Actuated" |
| 9 | + src="https://docs.actuated.dev/images/actuated-badge.png" width="120px"> |
| 10 | + </img> |
| 11 | +</a> |
6 | 12 |
|
7 | 13 | This project adds [OpenTelemetry instrumentation](https://opentelemetry.io/docs/concepts/instrumenting/#automatic-instrumentation)
|
8 | 14 | to .NET applications without having to modify their source code.
|
@@ -87,19 +93,23 @@ Supported processor architectures are:
|
87 | 93 |
|
88 | 94 | - x86
|
89 | 95 | - AMD64 (x86-64)
|
| 96 | +- ARM64 |
90 | 97 |
|
91 | 98 | > [!NOTE]
|
92 |
| -> ARM architectures are not supported yet, |
93 |
| -> see [#2181](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/issues/2181). |
| 99 | +> ARM64 build does not support CentOS based images. |
94 | 100 |
|
95 | 101 | CI tests run against the following operating systems:
|
96 | 102 |
|
97 |
| -- [Alpine](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/blob/main/docker/alpine.dockerfile) |
98 |
| -- [CentOS 7](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/blob/main/docker/centos-build.dockerfile) |
| 103 | +- [Alpine x64](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/blob/main/docker/alpine.dockerfile) |
| 104 | +- [Alpine ARM64](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/blob/main/docker/alpine.dockerfile) |
| 105 | +- [Debian x64](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/blob/main/docker/debian.dockerfile) |
| 106 | +- [Debian ARM64](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/blob/main/docker/debian-arm64.dockerfile) |
| 107 | +- [CentOS 7 x64](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/blob/main/docker/centos-build.dockerfile) |
99 | 108 | (.NET 8 is not supported)
|
100 |
| -- [macOS Big Sur 11](https://github.com/actions/runner-images/blob/main/images/macos/macos-11-Readme.md) |
101 |
| -- [Microsoft Windows Server 2022](https://github.com/actions/runner-images/blob/main/images/windows/Windows2022-Readme.md) |
102 |
| -- [Ubuntu 20.04 LTS](https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2004-Readme.md) |
| 109 | +- [macOS Big Sur 11 x64](https://github.com/actions/runner-images/blob/main/images/macos/macos-11-Readme.md) |
| 110 | +- [Microsoft Windows Server 2022 x64](https://github.com/actions/runner-images/blob/main/images/windows/Windows2022-Readme.md) |
| 111 | +- [Ubuntu 20.04 LTS x64](https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2004-Readme.md) |
| 112 | +- Ubuntu 22.04 LTS ARM64 |
103 | 113 |
|
104 | 114 | ### Instrumented libraries and frameworks
|
105 | 115 |
|
|
0 commit comments