forked from grafana/loki
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
loki: use new runtimeconfig package from Cortex (grafana#1484)
* loki: use new runtimeconfig package from Cortex runtimeconfig is a generalization of previous "overrides" mechanism, and can be used not for per-tenant limits, but other parts of Loki too (only one additional usage for now is "multi" KV client). Signed-off-by: Peter Štibraný <[email protected]> * go mod tidy, go mod vendor Signed-off-by: Peter Štibraný <[email protected]> * Removed RuntimeConfig from Ingester dependencies. Ingester already depends on RuntimeConfig via Store and Overrides mechanism. Signed-off-by: Peter Štibraný <[email protected]> * Removed extra new line. Signed-off-by: Peter Štibraný <[email protected]> * Remove unused method. Signed-off-by: Peter Štibraný <[email protected]> * Fix broken code after rebasing. Removed incorrect comment. Signed-off-by: Peter Štibraný <[email protected]> * Updated docs with section about runtime configuration. Mostly copied from Cortex. Signed-off-by: Peter Štibraný <[email protected]> * go mod tidy, go mod vendor Signed-off-by: Peter Štibraný <[email protected]> * Updated Cortex to current master. Signed-off-by: Peter Štibraný <[email protected]> * Go mod tidy, vendor Signed-off-by: Peter Štibraný <[email protected]>
- Loading branch information
Showing
752 changed files
with
99,160 additions
and
11,687 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.