-
Notifications
You must be signed in to change notification settings - Fork 543
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enforce max series limit in the distributor when usage-tracker is ena…
…bled (#10129) * Enforce max series limit in the distributor when usage-tracker is enabled Signed-off-by: Marco Pracucci <marco@pracucci.com> * Fixes Signed-off-by: Marco Pracucci <marco@pracucci.com> * Fix dependencies Signed-off-by: Marco Pracucci <marco@pracucci.com> * Fix bug in UsageTrackerClient Signed-off-by: Marco Pracucci <marco@pracucci.com> * Fix check Signed-off-by: Marco Pracucci <marco@pracucci.com> * Added cortex_usage_tracker_client_track_series_duration_seconds Signed-off-by: Marco Pracucci <marco@pracucci.com> --------- Signed-off-by: Marco Pracucci <marco@pracucci.com>
- Loading branch information
Showing
7 changed files
with
390 additions
and
22 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
# This file can be used to set overrides or other runtime config. | ||
|
||
# overrides: | ||
# anonymous: | ||
# max_global_series_per_user: 10000 |
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.