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:
parent
9e7e6d42ab
commit
e84b362b7a
|
@ -50,7 +50,10 @@ in
|
||||||
ingester.ring.replication_factor = 1;
|
ingester.ring.replication_factor = 1;
|
||||||
|
|
||||||
distributor.instance_limits.max_ingestion_rate = 0; # unlimited
|
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";
|
blocks_storage.backend = "s3";
|
||||||
ruler_storage = {
|
ruler_storage = {
|
||||||
|
|
Loading…
Reference in a new issue