Skip to content

Commit 489f599

Browse files
committed
more
1 parent dec45f5 commit 489f599

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
@@ -45,7 +45,7 @@ To filter telemetry, you write a telemetry processor and register it with the `T
4545
4646
### Create a telemetry processor (C#)
4747

48-
1. To create a filter, implement `ITelemetryProcessor`. `ITelemetryProcessor` is another extensibility point like telemetry module, telemetry initializer, and telemetry channel.
48+
1. To create a filter, implement `ITelemetryProcessor`.
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

@@ -357,7 +357,7 @@ For a summary of the non-custom properties available on the telemetryItem, see [
357357

358358
You can add as many initializers as you like, and they are called in the order they are added.
359359

360-
### Example enrichers
360+
### Example TelemetryInitializers
361361

362362
#### Add custom property
363363

0 commit comments

Comments
 (0)