File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
articles/azure-monitor/app Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ In [`ApplicationInsights.config`](./configuration-with-applicationinsights-confi
139
139
Instead of setting the sampling parameter in the ` .config ` file, you can programmatically set these values.
140
140
141
141
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:
143
143
144
144
``` csharp
145
145
using Microsoft .ApplicationInsights ;
@@ -289,7 +289,7 @@ In Metrics Explorer, rates such as request and exception counts are multiplied b
289
289
-->
290
290
```
291
291
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):
293
293
294
294
```xml
295
295
<TelemetryProcessors >
@@ -356,7 +356,7 @@ In Metrics Explorer, rates such as request and exception counts are multiplied b
356
356
357
357
---
358
358
359
- 2 . **Enable the fixed-rate sampling module**
359
+ 1 . **Enable the fixed-rate sampling module**
360
360
361
361
### [ASP.NET Core 6 and later](#tab/net-core-new)
362
362
You can’t perform that action at this time.
0 commit comments