fix: increase loki limits

This commit is contained in:
Philipp Rothmann 2023-06-20 16:03:57 +02:00
parent b091bf1951
commit 705934abc1
2 changed files with 9 additions and 1 deletions

View File

@ -6,7 +6,7 @@ export GRAFANA_STACKS_DASHBOARD_JSON_VERSION=v1
export GRAFANA_TRAEFIK_DASHBOARD_JSON_VERSION=v1
export GRAFANA_CUSTOM_INI_VERSION=v2
export PROMTAIL_YML_VERSION=v1
export LOKI_YML_VERSION=v1
export LOKI_YML_VERSION=v2
export PROMETHEUS_YML_VERSION=v1
# creates a default prometheus scrape config for a given node

View File

@ -114,6 +114,14 @@ limits_config:
reject_old_samples: true
reject_old_samples_max_age: 168h
retention_period: {{ env "LOKI_RETENTION_PERIOD" }}
split_queries_by_interval: 24h
max_query_parallelism: 100
query_scheduler:
max_outstanding_requests_per_tenant: 4096
frontend:
max_outstanding_per_tenant: 4096
chunk_store_config:
max_look_back_period: 0s