Fix broken beacon chain metrics, add slot clock metrics

This commit is contained in:
Paul Hauner
2019-08-12 17:44:47 +10:00
parent 95a320817e
commit d7c546844c
9 changed files with 68 additions and 28 deletions

View File

@@ -26,3 +26,4 @@ tokio = "0.1.17"
url = "2.0"
lazy_static = "1.3.0"
lighthouse_metrics = { path = "../../eth2/utils/lighthouse_metrics" }
slot_clock = { path = "../../eth2/utils/slot_clock" }