mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 15:11:02 +00:00
* service: provide prometheus registry for beefy metrics
* update lockfile for {"substrate"}
---------
Co-authored-by: parity-processbot <>
This commit is contained in:
Generated
+200
-219
File diff suppressed because it is too large
Load Diff
@@ -518,6 +518,7 @@ where
|
|||||||
grandpa_block_import,
|
grandpa_block_import,
|
||||||
backend.clone(),
|
backend.clone(),
|
||||||
client.clone(),
|
client.clone(),
|
||||||
|
config.prometheus_registry().cloned(),
|
||||||
);
|
);
|
||||||
|
|
||||||
let babe_config = babe::configuration(&*client)?;
|
let babe_config = babe::configuration(&*client)?;
|
||||||
@@ -859,6 +860,7 @@ where
|
|||||||
&genesis_hash,
|
&genesis_hash,
|
||||||
config.chain_spec.fork_id(),
|
config.chain_spec.fork_id(),
|
||||||
client.clone(),
|
client.clone(),
|
||||||
|
prometheus_registry.clone(),
|
||||||
);
|
);
|
||||||
if enable_beefy {
|
if enable_beefy {
|
||||||
config
|
config
|
||||||
|
|||||||
Reference in New Issue
Block a user