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

Loki: Revert distributor defaulting to inmemory #4638

Merged
merged 1 commit into from
Nov 3, 2021

Commits on Nov 3, 2021

  1. Revert distributor defaulting to inmemory.

    - [PR 4440](https://github.com/grafana/loki/pull/4440/files) modified
      the distributor setup to use inmemory by default (instead of consul).
    That was necessary because, by changing the default rate limiting to
    global, a ring was necessary, and since by default the ring was set to
    consul, the project couldn't run with the default configs. That's not
    the case anymore: right now we are reusing the same config set for the
    ingester (which users already have properly configured otherwise they
    wouldn't be able to run the project). List of changes:
      - Remove changelog entries
      - Remove upgrading guide entries
      - Remove added tests (unnecessary checks)
      - Remove value overriding
    DylanGuedes committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    bd3b577 View commit details
    Browse the repository at this point in the history