Files
Dylan Guedes 3c16658ee0 Loki: Append loopback to ingester net interface default list (#4570)
* Move LoopbackInterfaceName to its own package.

- Create new package `util/net` and puts `LoopbackInterfaceName` there
- Modify distributor_test to use `util/net` package

* 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

* 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
2021-10-29 11:36:21 +05:30
..