feat: add db.commit metric (#1188)

This commit is contained in:
Bjerg
2023-02-06 12:30:49 +01:00
committed by GitHub
parent 0f5a6b721c
commit a40745bab9
3 changed files with 11 additions and 2 deletions

View File

@ -29,6 +29,9 @@ secp256k1 = { version = "0.24.2", default-features = false, features = [
], optional = true }
modular-bitfield = "0.11.2"
# metrics
metrics = "0.20.1"
# misc
bytes = "1.2.1"
page_size = "0.4.2"