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

Get rid of rulefmt.Parse #1016

Merged
merged 1 commit into from
Jul 4, 2024
Merged

Get rid of rulefmt.Parse #1016

merged 1 commit into from
Jul 4, 2024

Commits on Jul 4, 2024

  1. Get rid of rulefmt.Parse

    rulefmt.Parse checks if a rule file will pass Prometheus checks but it's very expensive.
    On top of that it does a lot of what we do later on anyway, but without giving us same level of detail.
    prymitive committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    f9e7354 View commit details
    Browse the repository at this point in the history