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