loki: further tune for query performance

Try to fill more chunks by increasing timeouts that trigger chunk
creation before they fill.
This commit is contained in:
teutat3s 2025-04-24 16:32:20 +02:00
parent 184d562bd2
commit 85b7382009
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -35,7 +35,8 @@
};
ingester = {
chunk_encoding = "snappy";
chunk_idle_period = "2h";
chunk_idle_period = "8h";
max_chunk_age = "8h";
};
pattern_ingester.enabled = true;
# 2x CPU cores
@ -66,7 +67,7 @@
ingestion_rate_mb = 8;
ingestion_burst_size_mb = 12;
retention_period = "1w";
split_queries_by_interval = "6h";
split_queries_by_interval = "1h";
tsdb_max_query_parallelism = 32;
volume_enabled = true;
};