feat: schema cache metrics

This commit is contained in:
steve-chavez
2024-04-23 19:08:37 -05:00
committed by Steve Chavez
parent 653c7955b2
commit 357400b2b8
4 changed files with 18 additions and 18 deletions
-1
View File
@@ -280,4 +280,3 @@ main = do
where
loadSCache pool conf =
either (panic.show) id <$> P.use pool (HT.transaction HT.ReadCommitted HT.Read $ querySchemaCache conf)