Allow 12 hour of backfill for metrics

This is somewhat experimental and may explode, but we'll see, I guess
This commit is contained in:
Ilya K 2024-07-10 14:59:09 +03:00
parent 9e7e6d42ab
commit e84b362b7a

View file

@ -50,7 +50,10 @@ in
ingester.ring.replication_factor = 1;
distributor.instance_limits.max_ingestion_rate = 0; # unlimited
limits.ingestion_rate = 1000000; # can't set to unlimited :(
limits = {
ingestion_rate = 1000000; # can't set to unlimited :(
out_of_order_time_window = "12h";
};
blocks_storage.backend = "s3";
ruler_storage = {