Skip to content

Commit de1ae9b

Browse files
pipeline: processors: readme: minor formatting and phrasing fixes
Signed-off-by: Alexa Kreizinger <[email protected]>
1 parent 67c6a3c commit de1ae9b

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

pipeline/processors/README.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,28 @@
11
# Processors
22

3-
Processors are components that modify, transform, or enhance data as it flows through Fluent Bit.
4-
Unlike [filters](../filters/README.md), processors are tightly coupled to inputs, which means they
5-
execute immediately and avoid creating a performance bottleneck.
3+
Processors are components that modify, transform, or enhance data as it flows
4+
through Fluent Bit. Unlike [filters](../filters/README.md), processors are
5+
tightly coupled to inputs, which means they execute immediately and avoid
6+
creating a performance bottleneck.
67

7-
Additionally, filters can be implemented in a way that mimics the behavior of processors, but
8-
processors can't be implemented in a way that mimics filters.
8+
Additionally, filters can be implemented in a way that mimics the behavior of
9+
processors, but processors can't be implemented in a way that mimics filters.
910

1011
## Available processors
1112

1213
Fluent Bit offers the following processors:
1314

14-
- [Content Modifier](content-modifier.md): Manipulate the content, metadata, and attributes of logs and traces.
15+
- [Content Modifier](content-modifier.md): Manipulate the content, metadata, and
16+
attributes of logs and traces.
1517
- [Labels](labels.md): Add, update, or delete metric labels.
1618
- [Metrics Selector](metrics-selector.md): Choose which metrics to keep or discard.
17-
- [OpenTelemetry Envelope](opentelemetry-envelope.md): Transform logs into an OpenTelemetry-compatible format.
19+
- [OpenTelemetry Envelope](opentelemetry-envelope.md): Transform logs into an
20+
OpenTelemetry-compatible format.
1821
- [SQL](sql.md): Use SQL queries to extract log content.
1922

2023
## Features
2124

22-
All available processors include the following features:
25+
Compatible processors include the following features:
2326

24-
- [Conditional Processing](conditional-processing.md): Apply processors selectively to records that meet specific criteria.
27+
- [Conditional Processing](conditional-processing.md): Selectively apply processors
28+
to logs based on the value of fields that those logs contain.

0 commit comments

Comments
 (0)