Skip to content
Snippets Groups Projects
Commit 686f6972 authored by Adrian Catangiu's avatar Adrian Catangiu Committed by GitHub
Browse files

Companion for substrate #12910: BEEFY metrics (#6706)

* service: provide prometheus registry for beefy metrics

* update lockfile for {"substrate"}

---------

Co-authored-by: parity-processbot <>
parent 9a5e01a3
No related merge requests found
This diff is collapsed.
......@@ -518,6 +518,7 @@ where
grandpa_block_import,
backend.clone(),
client.clone(),
config.prometheus_registry().cloned(),
);
let babe_config = babe::configuration(&*client)?;
......@@ -859,6 +860,7 @@ where
&genesis_hash,
config.chain_spec.fork_id(),
client.clone(),
prometheus_registry.clone(),
);
if enable_beefy {
config
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment