-
Notifications
You must be signed in to change notification settings - Fork 541
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add active_series_additional_custom_trackers config option (#10428)
* Add active_series_additional_custom_trackers config option Signed-off-by: Marco Pracucci <[email protected]> * Add changelog entry Signed-off-by: Marco Pracucci <[email protected]> * Address copy review Signed-off-by: Marco Pracucci <[email protected]> * Make MergeCustomTrackersConfig() a no-op if there's nothing to merge Signed-off-by: Marco Pracucci <[email protected]> * Fixed race in ActiveSeriesCustomTrackersConfig() Signed-off-by: Marco Pracucci <[email protected]> * Fix issue with atomic Signed-off-by: Marco Pracucci <[email protected]> * Fixed TestRuntimeConfigLoader_ShouldLoadAnchoredYAML Signed-off-by: Marco Pracucci <[email protected]> * Added TestRuntimeConfigLoader_ActiveSeriesCustomTrackersMergingShouldNotInterfereBetweenTenants Signed-off-by: Marco Pracucci <[email protected]> * Removed addressed TODO Signed-off-by: Marco Pracucci <[email protected]> * Remove if condition Signed-off-by: Marco Pracucci <[email protected]> --------- Signed-off-by: Marco Pracucci <[email protected]>
- Loading branch information
Showing
17 changed files
with
1,200 additions
and
40 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,8 @@ | ||
# This file can be used to set overrides or other runtime config. | ||
overrides: | ||
anonymous: | ||
active_series_custom_trackers: | ||
base_mimir_write: '{job="mimir-read-write-mode/mimir-write"}' | ||
base_mimir_read: '{job="mimir-read-write-mode/mimir-read"}' | ||
active_series_additional_custom_trackers: | ||
additional_mimir_backend: '{job="mimir-read-write-mode/mimir-backend"}' |
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
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.