diff --git a/cluster/apps/monitoring/loki/release.yaml b/cluster/apps/monitoring/loki/release.yaml index a2578c5e..f123f73c 100644 --- a/cluster/apps/monitoring/loki/release.yaml +++ b/cluster/apps/monitoring/loki/release.yaml @@ -37,19 +37,22 @@ spec: ingestion_burst_size_mb: 1000 per_stream_rate_limit: 5MB per_stream_rate_limit_burst: 20MB - split_queries_by_interval: 15m + split_queries_by_interval: 24h reject_old_samples: true reject_old_samples_max_age: 168h max_cache_freshness_per_query: 10m + max_query_parallelism: 100 storage: type: filesystem + query_scheduler: + max_outstanding_requests_per_tenant: 4096 + frontend: + max_outstanding_per_tenant: 4096 singleBinary: replicas: 1 persistence: size: 5Gi storageClass: longhorn - query_scheduler: - max_outstanding_requests_per_tenant: 4096 gateway: image: registry: ghcr.io