Skip to content

Commit

Permalink
add datapoint for mempool enabled (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalu authored Mar 6, 2024
1 parent 676ad2e commit 672db9a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions transaction-relayer/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,10 @@ fn main() {
keypair.pubkey()
));
info!("Relayer started with pubkey: {}", keypair.pubkey());
datapoint_info!(
"relayer-mempool-enabled",
("mempool_enabled", !args.disable_mempool, bool)
);

let exit = graceful_panic(None);

Expand Down

0 comments on commit 672db9a

Please sign in to comment.