mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 05:17:58 +00:00
Pass Prometheus Registry into Client (#5120)
* Add a few metrics to Client * Improve PrometheusConfig * Fix client docs
This commit is contained in:
@@ -155,6 +155,7 @@ impl BenchDb {
|
||||
None,
|
||||
None,
|
||||
ExecutionExtensions::new(profile.into_execution_strategies(), None),
|
||||
None,
|
||||
).expect("Should not fail");
|
||||
|
||||
(client, backend)
|
||||
|
||||
Reference in New Issue
Block a user