Skip to content

Commit

Permalink
[docs] List supported processor architecture in Compatibility section (
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared committed Oct 19, 2023
1 parent 337c21a commit f9454fd
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,15 @@ The minimal supported version of
[.NET Framework](https://dotnet.microsoft.com/download/dotnet-framework)
is `4.6.2`.

Supported processor architectures are:

- x86
- AMD64 (x86-64)

This comment has been minimized.

Copy link
@pjanotti

pjanotti Oct 19, 2023

Contributor

actually AMD64 is going to be confusing, for .NET it should be x64

This comment has been minimized.

Copy link
@pellared

pellared Oct 19, 2023

Author Member

Depends who is the reader :D For SRE it may be more readable.


> **Note**
> ARM architectures are not supported yet,
> see [#2181](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/issues/2181).
CI tests run against the following operating systems:

- [Alpine](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/blob/main/docker/alpine.dockerfile)
Expand All @@ -95,10 +104,6 @@ See [config.md#instrumented-libraries-and-frameworks](config.md#instrumented-lib

## Get started

> **Note**
> ARM architectures are not supported yet,
> see [#2181](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/issues/2181).
### Considerations on scope

Instrumenting [`self-contained`](https://learn.microsoft.com/en-us/dotnet/core/deploying/#publish-self-contained)
Expand Down

0 comments on commit f9454fd

Please sign in to comment.