mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-20 04:41:04 +00:00
Fix proposer factory prometheus registration (#1862)
The proposer wasn't registered in prometheus and thus, we could not see its metrics.
This commit is contained in:
@@ -460,6 +460,7 @@ pub fn new_full<RuntimeApi, Executor>(
|
||||
client.clone(),
|
||||
transaction_pool,
|
||||
overseer_handler.clone(),
|
||||
prometheus_registry.as_ref(),
|
||||
);
|
||||
|
||||
let babe_config = babe::BabeParams {
|
||||
|
||||
Reference in New Issue
Block a user