fixed metrics prefix (#1037)

This commit is contained in:
Svyatoslav Nikolsky
2021-07-01 08:24:17 +03:00
committed by Bastian Köcher
parent 84da766881
commit 084c2e6c64
10 changed files with 45 additions and 11 deletions
@@ -35,7 +35,7 @@ impl SubstrateFinalitySyncPipeline for WestendFinalityToMillau {
type TargetChain = Millau;
fn customize_metrics(params: MetricsParams) -> anyhow::Result<MetricsParams> {
crate::chains::add_polkadot_kusama_price_metrics::<Self>(params)
crate::chains::add_polkadot_kusama_price_metrics::<Self>(Some(finality_relay::metrics_prefix::<Self>()), params)
}
fn transactions_author(&self) -> bp_millau::AccountId {