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

Change a few default config values and improve application of common storage config #4543

Merged
merged 6 commits into from
Oct 28, 2021

Commits on Oct 27, 2021

  1. further config simplifications and better defaults

    * default ruler api to on
    * register defaults for storage configs in the common config (ie.
      signature version for S3)
    * enable ingester wal by default
    * disable chunk retries by default
    * allow common path prefix to include or omit trailing slash
    * allow partial storage config to be defined for overriding things like
      bucket names per component
    trevorwhitney committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    bcbfa9e View commit details
    Browse the repository at this point in the history
  2. fix tests

    trevorwhitney committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    b6f2e2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a489595 View commit details
    Browse the repository at this point in the history
  4. explain impact of wal change in upgrading.md

    Co-authored-by: Owen Diehl <ow.diehl@gmail.com>
    trevorwhitney and owen-d committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    e008ee8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb55360 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ae881fe View commit details
    Browse the repository at this point in the history