Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make CortexIngesterReachingSeriesLimit warning less sensitive
As it turns out, during normal shuffle-sharding operation, the 70% mark is often exceeded, but not by much. Therefore, this change sets the new warning mark at 75%. It also increases the `for` duration to 15m as the expected reaction time for warning alerts is usually in the order of hours, so we can as well wait a bit longer to see if the problem is transient. Signed-off-by: beorn7 <[email protected]>
- Loading branch information