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: Append loopback to ingester net interface default list #4570

Merged
merged 3 commits into from
Oct 29, 2021

Commits on Oct 28, 2021

  1. Move LoopbackInterfaceName to its own package.

    - Create new package `util/net` and puts `LoopbackInterfaceName` there
    - Modify distributor_test to use `util/net` package
    DylanGuedes committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    01ab4e5 View commit details
    Browse the repository at this point in the history
  2. By default, append loopback to ingester interfaces.

    - Append the loopback net interface to the list of net interfaces used
      by the ingester ring. The append only occurs if the ingester net
    interfaces are default
    - Add CHANGELOG entry
    DylanGuedes committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    8152be3 View commit details
    Browse the repository at this point in the history
  3. Test ring net interface behavior.

    - Add tests to check the current net interface name resolution. The
      tests checks if the ingester ring net interface names are correctly
    copied to other rings
    DylanGuedes committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    0015618 View commit details
    Browse the repository at this point in the history