update bolty
Some checks failed
use nix / build (push) Failing after 3m46s

This commit is contained in:
Cyryl Płotnicki 2024-06-13 17:13:54 +01:00
parent cd981587a6
commit 94e8d92108

View file

@ -28,7 +28,6 @@ in {
max_chunk_age = "1h"; max_chunk_age = "1h";
chunk_target_size = 999999; chunk_target_size = 999999;
chunk_retain_period = "30s"; chunk_retain_period = "30s";
max_transfer_retries = 0;
}; };
schema_config = { schema_config = {
configs = [ configs = [
@ -36,7 +35,7 @@ in {
from = "2023-10-28"; from = "2023-10-28";
store = "tsdb"; store = "tsdb";
object_store = "filesystem"; object_store = "filesystem";
schema = "v12"; schema = "v13";
index = { index = {
prefix = "index_"; prefix = "index_";
period = "24h"; period = "24h";
@ -50,7 +49,6 @@ in {
active_index_directory = "${path}/tsdb-index"; active_index_directory = "${path}/tsdb-index";
cache_location = "${path}/tsdb-cache"; cache_location = "${path}/tsdb-cache";
cache_ttl = "24h"; cache_ttl = "24h";
shared_store = "filesystem";
}; };
filesystem = { filesystem = {
@ -73,10 +71,6 @@ in {
max_outstanding_per_tenant = 4096; max_outstanding_per_tenant = 4096;
}; };
chunk_store_config = {
max_look_back_period = "0s";
};
table_manager = { table_manager = {
retention_deletes_enabled = true; retention_deletes_enabled = true;
retention_period = "48h"; retention_period = "48h";
@ -84,7 +78,6 @@ in {
compactor = { compactor = {
working_directory = "${path}"; working_directory = "${path}";
shared_store = "filesystem";
compactor_ring = { compactor_ring = {
kvstore = { kvstore = {
store = "inmemory"; store = "inmemory";