Skip to content

Commit

Permalink
Add note about auto-instrumentation and satellite assemblies (#2533)
Browse files Browse the repository at this point in the history
As titled.
  • Loading branch information
stevejgordon authored Feb 3, 2025
1 parent b525788 commit a0458c9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/setup-auto-instrumentation.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,12 @@ _* Due to binding issues introduced by Microsoft, we recommend at least .NET Fra

_** Minimum GLIBC version 2.14._

NOTE: The profiler-based agent only supports 64-bit applications. 32-bit applications aren't supported.
IMPORTANT: The profiler-based agent only supports 64-bit applications. 32-bit applications aren't supported.

NOTE: The profiler-based agent does not currently support ARM.
IMPORTANT: The profiler-based agent does not currently support ARM.

IMPORTANT: The profiler-based agent does not currently support instrumenting applications which use resources contained in
satellite assemblies. See https://github.com/elastic/apm-agent-dotnet/issues/2339[this issue] for more details.

It instruments the following assemblies:

Expand Down

0 comments on commit a0458c9

Please sign in to comment.