Add more metrics to prometheus (#5034)

* Add a few things

* Add finality_grandpa_round

* fix fg tests

* Nitpicks

* Nitpicks

* Fix name of prometheus crate
This commit is contained in:
Ashley
2020-03-03 11:36:58 +01:00
committed by GitHub
parent b27a820032
commit 883ddfc897
16 changed files with 135 additions and 24 deletions
+2
View File
@@ -6120,6 +6120,7 @@ dependencies = [
"sp-keyring",
"sp-runtime",
"sp-state-machine",
"substrate-prometheus-endpoint",
"substrate-test-runtime-client",
"tempfile",
"tokio 0.2.12",
@@ -6204,6 +6205,7 @@ dependencies = [
"sp-keyring",
"sp-runtime",
"sp-test-primitives",
"substrate-prometheus-endpoint",
"substrate-test-runtime",
"substrate-test-runtime-client",
"tempfile",