Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/reference/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ applies_to:

# APM .NET agent [intro]

The Elastic APM .NET Agent automatically measures the performance of your application and tracks errors. It has built-in support for the most popular frameworks, as well as a simple API which allows you to instrument any application.
The Elastic APM .NET Agent automatically measures the performance of your application and tracks errors. It has built-in support for the most popular frameworks, as well as a basic API which allows you to instrument any application.

:::::{note}
Elastic supports OpenTelemetry, which allows logs, metrics, and trace signal collection for many of the [supported technologies](/reference/supported-technologies.md) below. Consider using the [EDOT .NET SDK](elastic-otel-dotnet://reference/edot-dotnet/index.md) for observability data so you continue to get the full power of Elastic's platform.
:::::

## How does the Agent work? [how-it-works]

Expand Down
3 changes: 3 additions & 0 deletions docs/reference/supported-technologies.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ applies_to:

# Supported technologies [supported-technologies]

The APM Agent for .NET supports the technologies listed below.

Elastic supports OpenTelemetry, which allows logs, metrics, and trace signal collection for many of these technologies. Consider using the [EDOT .NET SDK](elastic-otel-dotnet://reference/edot-dotnet/index.md) for observability data so you continue to get the full power of Elastic's platform.

## .NET versions [supported-dotnet-flavors]

Expand Down
Loading