Skip to content

Commit 3cc2189

Browse files
authored
Update opentelemetry-dotnet-migrate.md
1 parent 27c3f05 commit 3cc2189

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-monitor/app/opentelemetry-dotnet-migrate.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ public class Program
485485
> [!Tip]
486486
> Our product group is actively seeking feedback on this documentation. Provide feedback to [email protected] or see the [Support](#support) section.
487487
488-
## Install and Configure Instrumentation Libraries
488+
## Install and configure instrumentation libraries
489489

490490
### [ASP.NET Core](#tab/aspnetcore)
491491

@@ -497,7 +497,7 @@ The following libraries are included in the Distro.
497497
- [ASP.NET Core](https://www.nuget.org/packages/OpenTelemetry.Instrumentation.AspNetCore)
498498
- [SQL](https://www.nuget.org/packages/OpenTelemetry.Instrumentation.sqlclient)
499499

500-
#### Customizing Instrumentation Libraries
500+
#### Customizing instrumentation libraries
501501

502502
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).
503503
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
784784
| InstrumentationKey | Use ConnectionString. |
785785
| RequestCollectionOptions | N/A. See OpenTelemetry.Instrumentation.AspNetCore options. |
786786

787-
### Remove Custom Configurations
787+
### Remove custom configurations
788788

789789
The following scenarios are optional and only apply to advanced users.
790790

@@ -915,7 +915,7 @@ We recommend setting your Connection String in an environment variable:
915915

916916
More options to configure the Connection String are detailed here: [Configure the Application Insights Connection String](./opentelemetry-configuration.md?tabs=net#connection-string).
917917

918-
### Remove Custom Configurations
918+
### Remove custom configurations
919919

920920
The following scenarios are optional and apply to advanced users.
921921

0 commit comments

Comments
 (0)