From 9742149ce894b983968a584bfa6c6e5152ac1194 Mon Sep 17 00:00:00 2001 From: mdecimus Date: Sat, 9 Nov 2024 16:45:28 +0100 Subject: [PATCH] Mark SQL store as active if used as a telemetry store --- crates/store/src/config.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crates/store/src/config.rs b/crates/store/src/config.rs index 29e79c99..5160bb59 100644 --- a/crates/store/src/config.rs +++ b/crates/store/src/config.rs @@ -379,6 +379,8 @@ impl IsActiveStore for Config { "storage.blob", "storage.lookup", "storage.fts", + "tracing.history.store", + "metrics.history.store", ] { if let Some(store_id) = self.value(key) { if store_id == id {