Pass Prometheus Registry into Client (#5120)

* Add a few metrics to Client

* Improve PrometheusConfig

* Fix client docs
This commit is contained in:
Gavin Wood
2020-03-05 13:40:33 +01:00
committed by GitHub
parent 7177ad5cf0
commit 906e08ee2a
13 changed files with 59 additions and 55 deletions
+2
View File
@@ -5749,6 +5749,7 @@ dependencies = [
"sp-std",
"sp-trie",
"sp-version",
"substrate-prometheus-endpoint",
"substrate-test-runtime-client",
"tempfile",
"tracing",
@@ -5812,6 +5813,7 @@ dependencies = [
"sp-runtime",
"sp-state-machine",
"sp-trie",
"substrate-prometheus-endpoint",
"substrate-test-runtime-client",
"tempfile",
]