You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Otherwise it is likely the name not matching the regex. This happens most often because the data as the collector sees it is different than your mental model. You can enable service.telemetry.logs.level: debug or a debug exporter to see exactly how the collector sees that data.
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: