Skip to content

Commit 144a529

Browse files
authored
indent code fences
1 parent 5843e96 commit 144a529

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/app/api-filtering-sampling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ To filter telemetry, you write a telemetry processor and register it with the `T
4949

5050
Notice that Telemetry Processors construct a chain of processing. When you instantiate a telemetry processor, you are given a reference to the next processor in the chain. When a telemetry data point is passed to the Process method, it does its work and then calls (or not calls) the next Telemetry Processor in the chain.
5151

52-
```csharp
52+
```csharp
5353
using Microsoft.ApplicationInsights.Channel;
5454
using Microsoft.ApplicationInsights.Extensibility;
5555

@@ -80,7 +80,7 @@ To filter telemetry, you write a telemetry processor and register it with the `T
8080
return dependency.Success != true;
8181
}
8282
}
83-
```
83+
```
8484

8585
2. Add your processor.
8686

0 commit comments

Comments
 (0)