Skip to content

Commit

Permalink
add datapoint for mempool
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalu committed Mar 6, 2024
1 parent 676ad2e commit b5d6a8c
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 b5d6a8c

Please sign in to comment.