Skip to content

Commit 9fb0614

Browse files
author
Kai Nawroth
authored
Update sampling.md
Changing ordered lists to 1. 1. 1. etc. based on comment from content developer in similar PR.
1 parent 891a5ad commit 9fb0614

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-monitor/app/sampling.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ In [`ApplicationInsights.config`](./configuration-with-applicationinsights-confi
139139
Instead of setting the sampling parameter in the `.config` file, you can programmatically set these values.
140140

141141
1. Remove all the `AdaptiveSamplingTelemetryProcessor` node(s) from the `.config` file.
142-
2. Use the following snippet to configure adaptive sampling:
142+
1. Use the following snippet to configure adaptive sampling:
143143

144144
```csharp
145145
using Microsoft.ApplicationInsights;
@@ -289,7 +289,7 @@ In Metrics Explorer, rates such as request and exception counts are multiplied b
289289
-->
290290
```
291291

292-
2. **Enable the fixed-rate sampling module.** Add this snippet to [`ApplicationInsights.config`](./configuration-with-applicationinsights-config.md):
292+
1. **Enable the fixed-rate sampling module.** Add this snippet to [`ApplicationInsights.config`](./configuration-with-applicationinsights-config.md):
293293

294294
```xml
295295
<TelemetryProcessors>
@@ -356,7 +356,7 @@ In Metrics Explorer, rates such as request and exception counts are multiplied b
356356

357357
---
358358

359-
2. **Enable the fixed-rate sampling module**
359+
1. **Enable the fixed-rate sampling module**
360360

361361
### [ASP.NET Core 6 and later](#tab/net-core-new)
362362

0 commit comments

Comments
 (0)