Skip to content

Commit 93f8352

Browse files
author
Stan Drozd
committed
Update description in metric registration
1 parent 68b5ad3 commit 93f8352

File tree

1 file changed

+1
-1
lines changed
  • solana/pyth2wormhole/client/src

1 file changed

+1
-1
lines changed

solana/pyth2wormhole/client/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ lazy_static! {
103103
.expect("FATAL: Could not instantiate LAST_SEQNO_GAUGE");
104104
static ref SOL_RPC_TX_PROCESSING_HIST: Histogram = register_histogram!(
105105
"sol_rpc_tx_processing",
106-
"How long in milliseconds it takes to send a transaction to the Solana RPC",
106+
"How long in seconds it takes to send a transaction to the Solana RPC",
107107
vec![0.5, 0.75, 1.0, 1.25, 1.5, 1.75, 2.0, 2.5, 3.0, 3.5, 4.0, 5.0, 10.0, 20.0, 30.0, 60.0] // Buckets, 1.0 = 1 second
108108
)
109109
.expect("FATAL: Could not instantiate SOL_RPC_TX_PROCESSING_HIST");

0 commit comments

Comments
 (0)