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

Mitigate prometheus RAM flooding #2020

Merged
merged 6 commits into from
Oct 11, 2018

Commits on Oct 10, 2018

  1. Mitigate prometheus RAM flooding

    In kubernetes/kubernetes#68530 a bug will be
    fixed with v1.12 of kubernetes, which floods the metrics created by
    the controller-manager. This fix will drop all rest_* series from
    the controller-manager when v1.11.x is used.
    cbeneke authored and mrIncompetent committed Oct 10, 2018
    Configuration menu
    Copy the full SHA
    1bbaba1 View commit details
    Browse the repository at this point in the history
  2. fix tests

    mrIncompetent committed Oct 10, 2018
    Configuration menu
    Copy the full SHA
    6177d01 View commit details
    Browse the repository at this point in the history
  3. update fixtures

    mrIncompetent committed Oct 10, 2018
    Configuration menu
    Copy the full SHA
    b0cb010 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf08a71 View commit details
    Browse the repository at this point in the history
  5. fix test

    mrIncompetent committed Oct 10, 2018
    Configuration menu
    Copy the full SHA
    a7c6e38 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2018

  1. Configuration menu
    Copy the full SHA
    bfa6b92 View commit details
    Browse the repository at this point in the history