alpine: something something

This commit is contained in:
Tristan 2025-04-03 15:05:50 +01:00
parent 2c406b36d3
commit 5732609a52
3 changed files with 9 additions and 1 deletions

View file

@ -27,7 +27,11 @@ in {
replication_factor = 1;
path_prefix = "/tmp/loki";
};
limits_config.ingestion_rate_strategy = "local";
limits_config = {
ingestion_rate_strategy = "local";
ingestion_rate_mb = 24;
ingestion_burst_size_mb = 36;
};
};
};
services.prometheus.scrapeConfigs = [{