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"; 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 = { schema_config = {
configs = [ configs = [
{ {
@ -109,6 +115,11 @@
http_listen_port = 9009; http_listen_port = 9009;
grpc_listen_port = 9095; grpc_listen_port = 9095;
}; };
limits = {
ingestion_rate = 100000;
ingestion_burst_size = 200000;
max_global_series_per_user = 0;
};
store_gateway = { store_gateway = {
sharding_ring = { sharding_ring = {
replication_factor = 1; replication_factor = 1;

View file

@ -20,6 +20,7 @@ in {
config = { config = {
networking.hosts = { networking.hosts = {
# rewrite these host entries on each system, this does not go through proxy
"141.56.51.20" = [ "141.56.51.20" = [
"mon.adm.htw.stura-dresden.de" "mon.adm.htw.stura-dresden.de"
"log.adm.htw.stura-dresden.de" "log.adm.htw.stura-dresden.de"