mimir: addded limit for compactor blocks retention period to 90 days
This commit is contained in:
parent
dfc553b564
commit
182510bdf8
|
@ -73,6 +73,10 @@ in
|
||||||
sharding_ring.kvstore.store = "memberlist";
|
sharding_ring.kvstore.store = "memberlist";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
limits = {
|
||||||
|
compactor_blocks_retention_period = "90d";
|
||||||
|
};
|
||||||
|
|
||||||
distributor = {
|
distributor = {
|
||||||
ring = {
|
ring = {
|
||||||
instance_addr = "127.0.0.1";
|
instance_addr = "127.0.0.1";
|
||||||
|
|
Loading…
Reference in a new issue