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
There is a bug in metrics filter that is used by in the rules: when wildcard predicate is combined with the range predicate it is evaluated incorrectly.
Filing M3 Issues
There is a bug in metrics filter that is used by in the rules: when wildcard predicate is combined with the range predicate it is evaluated incorrectly.
Reproduced in the unit tests: d2762b4
Reproduction steps:
Create a tag filter
"*ending.{bar,foobar}"
and test it against two inputs:Expected result:
it should match both inputs
Actual result:
it fails for the second input
The text was updated successfully, but these errors were encountered: