saga: Remove obsolete options from config
This commit is contained in:
parent
768c8bf57f
commit
721e35fde9
1 changed files with 0 additions and 5 deletions
|
@ -22,7 +22,6 @@ in
|
|||
max_chunk_age = "1h";
|
||||
chunk_target_size = 1024 * 1024; # 1 MiB
|
||||
chunk_retain_period = "30s";
|
||||
max_transfer_retries = 0;
|
||||
};
|
||||
|
||||
schema_config = {
|
||||
|
@ -47,7 +46,6 @@ in
|
|||
active_index_directory = "${dataDir}/tsdb-shipper-active";
|
||||
cache_location = "${dataDir}/tsdb-shipper-cache";
|
||||
cache_ttl = "24h";
|
||||
shared_store = "filesystem";
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -56,8 +54,6 @@ in
|
|||
reject_old_samples_max_age = "168h"; # 1 week
|
||||
};
|
||||
|
||||
chunk_store_config.max_look_back_period = "0s";
|
||||
|
||||
table_manager = {
|
||||
retention_deletes_enabled = false;
|
||||
retention_period = "0s";
|
||||
|
@ -65,7 +61,6 @@ in
|
|||
|
||||
compactor = {
|
||||
working_directory = dataDir;
|
||||
shared_store = "filesystem";
|
||||
compactor_ring.kvstore.store = "inmemory";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue