diff options
author | Emile <git@emile.space> | 2024-09-29 00:03:33 +0200 |
---|---|---|
committer | Emile <git@emile.space> | 2024-09-29 00:03:33 +0200 |
commit | 7c34606d7bcea45d875de0852c8ca11ce3698372 (patch) | |
tree | 4551c8c99cf9e7da922bbbfe758412bbd830abba | |
parent | 04e789ceee661a263d20c727aa785def6e66f67f (diff) |
(loki) using tsdb now
-rw-r--r-- | nix/hosts/corrino/www/loki.emile.space.nix | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/nix/hosts/corrino/www/loki.emile.space.nix b/nix/hosts/corrino/www/loki.emile.space.nix index f5fa8d0..e5bfe24 100644 --- a/nix/hosts/corrino/www/loki.emile.space.nix +++ b/nix/hosts/corrino/www/loki.emile.space.nix @@ -37,16 +37,16 @@ # limits_config.allow_structured_metadata = false; schema_config.configs = [ - # { - # from = "2023-05-09"; - # store = "boltdb-shipper"; - # object_store = "filesystem"; - # schema = "v13"; - # index = { - # prefix = "index_"; - # period = "24h"; - # }; - # } + { + from = "2023-05-09"; + store = "tsdb"; + object_store = "filesystem"; + schema = "v13"; + index = { + prefix = "index_"; + period = "24h"; + }; + } { from = "2024-10-18"; store = "tsdb"; |