Skip to content

Commit

Permalink
Millau -> Rialto messages relay dashboard (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
svyatonik authored and bkchr committed Apr 10, 2024
1 parent 53791a1 commit a026175
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 a026175

Please sign in to comment.