Add metrics to HTTP server

This commit is contained in:
Paul Hauner
2019-08-12 14:30:46 +10:00
parent cac0e5c832
commit af334b2cf0
3 changed files with 36 additions and 4 deletions

View File

@@ -24,3 +24,5 @@ futures = "0.1"
exit-future = "0.1.3"
tokio = "0.1.17"
url = "2.0"
lazy_static = "1.3.0"
lighthouse_metrics = { path = "../../eth2/utils/lighthouse_metrics" }