Mark SQL store as active if used as a telemetry store
Some checks are pending
trivy / Check (push) Waiting to run

This commit is contained in:
mdecimus 2024-11-09 16:45:28 +01:00
parent afef1552b8
commit 9742149ce8

View file

@ -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 {