Add database size metric

This commit is contained in:
Paul Hauner
2019-06-01 14:43:08 +10:00
parent c8ba44b0b5
commit 29c5f297a6
5 changed files with 36 additions and 5 deletions

View File

@@ -128,6 +128,7 @@ where
executor,
network_send,
beacon_chain.clone(),
config.db_name.clone(),
metrics_registry,
&log,
))