Skip to content

Commit c58fcb7

Browse files
authored
Merge pull request #122883 from azarboon/patch-72
Update opentelemetry-overview.md
2 parents 19baf16 + 637ee3b commit c58fcb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/app/opentelemetry-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ There are two methods to instrument your application:
2424
> [!TIP]
2525
> Currently, [Microsoft Entra authentication](azure-ad-authentication.md) is not available with autoinstrumentation. If you require Microsoft Entra auth, you'll need to use manual instrumentation.
2626
27-
**Manual instrumentation** is coding against the Application Insights or OpenTelemetry API. In the context of a user, it typically refers to installing a language-specific SDK in an application. There are two options for manual instrumentation:
27+
**Manual instrumentation** is coding against the Application Insights or OpenTelemetry API. In the context of a user, it typically refers to installing a language-specific SDK in an application. This means that you have to manage the updates to the latest package version by yourself. You can use this option if you need to make custom dependency calls or API calls that are not captured by default with autoinstrumentation. There are two options for manual instrumentation:
2828

2929
- [Application Insights SDKs](asp-net-core.md)
3030
- [Azure Monitor OpenTelemetry Distros](opentelemetry-enable.md).

0 commit comments

Comments
 (0)