Add metrics for log levels

This commit is contained in:
Paul Hauner
2020-01-17 15:25:07 +11:00
parent fd0a1c44aa
commit cf72a6cdcc
3 changed files with 31 additions and 2 deletions

View File

@@ -7,3 +7,5 @@ edition = "2018"
[dependencies]
slog = "2.5.2"
slog-term = "2.4.2"
lighthouse_metrics = { path = "../lighthouse_metrics" }
lazy_static = "1.4.0"