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 {