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

Limits and errors for ephemeral storage #4004

Merged
merged 17 commits into from
Jan 20, 2023
Merged

Commits on Jan 20, 2023

  1. Add limits for ephemeral storage.

    Signed-off-by: Peter Štibraný <pstibrany@gmail.com>
    pstibrany committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    74e7796 View commit details
    Browse the repository at this point in the history
  2. Add new reason when ingestion of ephemeral metrics fails.

    Signed-off-by: Peter Štibraný <pstibrany@gmail.com>
    pstibrany committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    9c4315f View commit details
    Browse the repository at this point in the history
  3. Add tests for max ephemeral series limit.

    Signed-off-by: Peter Štibraný <pstibrany@gmail.com>
    pstibrany committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    0457325 View commit details
    Browse the repository at this point in the history
  4. Introduce new discard reasons when ingesting ephemeral series.

    Signed-off-by: Peter Štibraný <pstibrany@gmail.com>
    pstibrany committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    d70403b View commit details
    Browse the repository at this point in the history
  5. Docs, help.

    Signed-off-by: Peter Štibraný <pstibrany@gmail.com>
    pstibrany committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    641e1b2 View commit details
    Browse the repository at this point in the history
  6. Improve help.

    Signed-off-by: Peter Štibraný <pstibrany@gmail.com>
    pstibrany committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    5005419 View commit details
    Browse the repository at this point in the history
  7. Drop "global" from new limit.

    Signed-off-by: Peter Štibraný <pstibrany@gmail.com>
    pstibrany committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    43d6f24 View commit details
    Browse the repository at this point in the history
  8. Cheat linter.

    Signed-off-by: Peter Štibraný <pstibrany@gmail.com>
    pstibrany committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    f679bea View commit details
    Browse the repository at this point in the history
  9. Add placeholder runbooks for new ephemeral errors.

    Signed-off-by: Peter Štibraný <pstibrany@gmail.com>
    pstibrany committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    a3ef605 View commit details
    Browse the repository at this point in the history
  10. Update docs and help.

    Signed-off-by: Peter Štibraný <pstibrany@gmail.com>
    pstibrany committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    be0b027 View commit details
    Browse the repository at this point in the history
  11. Remove obsolete comments.

    Signed-off-by: Peter Štibraný <pstibrany@gmail.com>
    pstibrany committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    40ee656 View commit details
    Browse the repository at this point in the history
  12. Rename seriesCount -> persistentSeriesCount.

    Signed-off-by: Peter Štibraný <pstibrany@gmail.com>
    pstibrany committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    1d55b64 View commit details
    Browse the repository at this point in the history
  13. Add ephemeralPerUserSeriesLimit constant.

    Signed-off-by: Peter Štibraný <pstibrany@gmail.com>
    pstibrany committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    bcb32f2 View commit details
    Browse the repository at this point in the history
  14. Remove extra parameter from pushSamplesToAppender.

    Signed-off-by: Peter Štibraný <pstibrany@gmail.com>
    pstibrany committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    9610361 View commit details
    Browse the repository at this point in the history
  15. Improve runbooks for ephemeral storage errors.

    Signed-off-by: Peter Štibraný <pstibrany@gmail.com>
    pstibrany committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    55be1b1 View commit details
    Browse the repository at this point in the history
  16. Remove extra whitespace.

    Signed-off-by: Peter Štibraný <pstibrany@gmail.com>
    pstibrany committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    6958f6a View commit details
    Browse the repository at this point in the history
  17. Fix constant.

    Signed-off-by: Peter Štibraný <pstibrany@gmail.com>
    pstibrany committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    e9ecb39 View commit details
    Browse the repository at this point in the history