-
Notifications
You must be signed in to change notification settings - Fork 102
Open
Labels
Feature: Rulesfeatures related to rulesfeatures related to rulestype: enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
A customer has a need to drop traces that do not match a certain regular expression. It's not always possible to invert a regular expression, especially in the Go implementation of regexp.
Describe the solution you'd like
Add does-not-match as an inverse to matches.
Describe alternatives you've considered
Inverting drop to keep and having drop be the default -- but that doesn't always work.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Feature: Rulesfeatures related to rulesfeatures related to rulestype: enhancementNew feature or requestNew feature or request