Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] clean up following #6341 #11519

Merged
merged 1 commit into from
Jun 24, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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