You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Azure Monitor Distro includes .NET OpenTelemetry instrumentation for [ASP.NET Core](https://www.nuget.org/packages/OpenTelemetry.Instrumentation.AspNetCore/), [HttpClient](https://www.nuget.org/packages/OpenTelemetry.Instrumentation.Http/), and [SQLClient](https://www.nuget.org/packages/OpenTelemetry.Instrumentation.SqlClient).
503
503
You can customize these included instrumentations or manually add extra instrumentation on your own using the OpenTelemetry API.
@@ -784,7 +784,7 @@ Application Insights offered many more configuration options via `ApplicationIns
784
784
| InstrumentationKey | Use ConnectionString. |
785
785
| RequestCollectionOptions | N/A. See OpenTelemetry.Instrumentation.AspNetCore options. |
786
786
787
-
### Remove Custom Configurations
787
+
### Remove custom configurations
788
788
789
789
The following scenarios are optional and only apply to advanced users.
790
790
@@ -915,7 +915,7 @@ We recommend setting your Connection String in an environment variable:
915
915
916
916
More options to configure the Connection String are detailed here: [Configure the Application Insights Connection String](./opentelemetry-configuration.md?tabs=net#connection-string).
917
917
918
-
### Remove Custom Configurations
918
+
### Remove custom configurations
919
919
920
920
The following scenarios are optional and apply to advanced users.
0 commit comments