Skip to content

Commit

Permalink
[docs] clean up following #6341 (#11519)
Browse files Browse the repository at this point in the history
A few suggestions were missed in the merge of #6341, this PR addresses those.
  • Loading branch information
Alex Boten authored Jun 24, 2022
1 parent 5b002bb commit 45a7846
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions processor/filterprocessor/README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,18 @@
# Filter Processor

- Supported pipeline types: logs, metrics, spans
=======
| Status | |
| ------------------------ | ----------------- |
| Stability | [alpha] |
| Supported pipeline types | metrics, logs, traces |
| Distributions | [core], [contrib] |
| Status | |
| ------------------------ | --------------------- |
| Stability | [alpha] |
| Supported pipeline types | metrics, logs, traces |
| Distributions | [core], [contrib] |

The filter processor can be configured to include or exclude:


- logs, based on resource attributes using the `strict` or `regexp` match types
- metrics based on metric name in the case of the `strict` or `regexp` match types,
or based on other metric attributes in the case of the `expr` match type.
Please refer to [config.go](./config.go) for the config spec.
- Spans based on tags, resources, and names, all with full regex support
- Spans based on span names, and resource attributes, all with full regex support

It takes a pipeline type, of which `logs` `metrics`, and `traces` are supported, followed
by an action:
Expand Down

0 comments on commit 45a7846

Please sign in to comment.