Skip to content

Commit 7dc4d37

Browse files
committed
Rename to filter
1 parent 24000ec commit 7dc4d37

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

specification/logs/sdk.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ weight: 3
3636
* [Built-in processors](#built-in-processors)
3737
+ [Simple processor](#simple-processor)
3838
+ [Batching processor](#batching-processor)
39-
+ [Severity based processor](#severity-based-processor)
40-
+ [Trace based processor](#trace-based-processor)
39+
+ [Minimum severity filter](#minimum-severity-filter)
40+
+ [Trace based filter](#trace-based-filter)
4141
- [LogRecordExporter](#logrecordexporter)
4242
* [LogRecordExporter operations](#logrecordexporter-operations)
4343
+ [Export](#export)
@@ -459,7 +459,7 @@ The standard OpenTelemetry SDK MUST implement both simple and batch processors,
459459
as described below.
460460

461461
**Status**: [Development](../document-status.md) - The SDK SHOULD implement
462-
severity based and trace based processors, as described below.
462+
the minimum severity and trace based filters, as described below.
463463

464464
Other common processing scenarios SHOULD be first considered
465465
for implementation out-of-process
@@ -500,11 +500,11 @@ to make sure that they are not invoked concurrently.
500500
* `maxExportBatchSize` - the maximum batch size of every export. It must be
501501
smaller or equal to `maxQueueSize`. The default value is `512`.
502502

503-
#### Severity based processor
503+
#### Minimum severity filter
504504

505505
**Status**: [Development](../document-status.md)
506506

507-
This processor filters log records by minimum severity level.
507+
This is a processor that filters log records by minimum severity level.
508508

509509
**Required operations:**
510510

@@ -525,11 +525,11 @@ This processor filters log records by minimum severity level.
525525
* `delegate` - the processor to delegate to for log records that are not
526526
filtered out.
527527

528-
#### Trace based processor
528+
#### Trace based filter
529529

530530
**Status**: [Development](../document-status.md)
531531

532-
This processor filters log records by span sampling status.
532+
This is a processor that filters log records by span sampling status.
533533

534534
**Required operations:**
535535

0 commit comments

Comments
 (0)