UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 281deedf authored by Brian Jackson's avatar Brian Jackson
Browse files

Merge branch '36-ingester-limits' into 'main'

Added ingester limit configurations

Closes #36

See merge request big-bang/apps/sandbox/mimir!26
parents 42a5c001 136a6ca4
No related branches found
Tags 6.0.3-bb.4
1 merge request!26Added ingester limit configurations
Pipeline #3791662 passed with warnings
......@@ -32,6 +32,11 @@ mimir-distributed:
alertmanager_storage:
filesystem:
dir: /tmp/mimir/alertmanager
limits:
# Minimum limits required for Big Bang
max_label_names_per_series: 40
max_global_series_per_user: 300000 # Optionally disable by setting to 0
out_of_order_time_window: 10s
memcached:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment