Skip to content

Commit

Permalink
Wordsmithing
Browse files Browse the repository at this point in the history
  • Loading branch information
boostchicken authored and jpkrohling committed Jan 18, 2022
1 parent 00968f0 commit e3adc44
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion processor/filterprocessor/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# Filter Processor

The filter processor can be configured to include or exclude:
- Supported pipeline types: logs, metrics, spans
- 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

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

0 comments on commit e3adc44

Please sign in to comment.