Skip to content

Commit

Permalink
changes metrics and thread name to particular to vortexor
Browse files Browse the repository at this point in the history
  • Loading branch information
lijunwangs committed Jan 17, 2025
1 parent e3e6a98 commit 5ccef5b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion vortexor/src/vortexor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,12 @@ impl Vortexor {
// Not interesed of banking tracing

let verifier = TransactionSigVerifier::new(non_vote_sender);
SigVerifyStage::new(tpu_receiver, verifier, "solSigVerTpu", "tpu-verifier")
SigVerifyStage::new(
tpu_receiver,
verifier,
"solSigVtxTpu",
"tpu-vortexor-verifier",
)
}

#[allow(clippy::too_many_arguments)]
Expand Down

0 comments on commit 5ccef5b

Please sign in to comment.