Skip to content

Commit

Permalink
Millau -> Rialto messages relay dashboard (paritytech#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
svyatonik authored and serban300 committed Apr 10, 2024
1 parent 8bf80ac commit 7aaa38a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridges/relays/messages-relay/src/message_lane_loop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ pub fn run<P: MessageLane>(
let metrics_enabled = metrics_params.is_some();
metrics_start(
format!(
"{}_to_{}_MessageLoop/{}",
"{}_to_{}_MessageLane_{}",
P::SOURCE_NAME,
P::TARGET_NAME,
hex::encode(params.lane)
Expand Down

0 comments on commit 7aaa38a

Please sign in to comment.