filter processor regex broken in 0.108.0 app version #36075
Labels
bug
Something isn't working
needs triage
New item requiring triage
processor/filter
Filter processor
Component(s)
processor/filter
What happened?
Description
Going from app version 0.107.0 to 0.108.0 breaks the filter processor regex exclude.
Steps to Reproduce
using the following filter:
filter/dropmetrics:
error_mode: ignore
metrics:
exclude:
match_type: regexp
metric_names:
- containerd.*
- coredns.*
- datadog.*
- otel.*
- istio.mesh.*
Expected Result
I am expecting the metrics that start with these names will be filtered out (dropped).
Actual Result
metrics with these names are passed onto the exporters. i.e. otel.system.cpu.system
Collector version
0.107.0
Environment information
Environment
OS: (e.g., "Ubuntu 20.04")
Compiler(if manually compiled): (e.g., "go 14.2")
OpenTelemetry Collector configuration
Log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: