Skip to content

Commit

Permalink
Add note about auto-instrumentation and satellite assemblies
Browse files Browse the repository at this point in the history
  • Loading branch information
stevejgordon committed Dec 18, 2024
1 parent 509d86b commit b089a3d
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 b089a3d

Please sign in to comment.