increase mimir and loki rate limits

This commit is contained in:
goeranh 2026-04-20 12:01:36 +02:00
parent ef8607e38e
commit e9fe620fa9
No known key found for this signature in database
2 changed files with 12 additions and 0 deletions

View file

@ -53,6 +53,12 @@
kvstore.store = "inmemory";
};
};
limits_config = {
ingestion_rate_mb = 32;
ingestion_burst_size_mb = 64;
per_stream_rate_limit = "32MB";
per_stream_rate_limit_burst = "64MB";
};
schema_config = {
configs = [
{
@ -109,6 +115,11 @@
http_listen_port = 9009;
grpc_listen_port = 9095;
};
limits = {
ingestion_rate = 100000;
ingestion_burst_size = 200000;
max_global_series_per_user = 0;
};
store_gateway = {
sharding_ring = {
replication_factor = 1;