Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify regexp's #1202

Merged
merged 1 commit into from
Oct 28, 2019
Merged

Simplify regexp's #1202

merged 1 commit into from
Oct 28, 2019

Commits on Oct 26, 2019

  1. Simplify regexp's

    This is mostly to remove redundant anchoring (as it makes people
    believe that Prometheus's regexp's aren't anchored by default, which
    will backfire badly at some point), but it also removes useless
    grouping (again to avoid confusion).
    
    Signed-off-by: beorn7 <[email protected]>
    beorn7 committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    b838d74 View commit details
    Browse the repository at this point in the history