Skip to content

Commit dc454e1

Browse files
committed
fix: use :principal in metric name
1 parent 565a37f commit dc454e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stacks-signer/src/client/stacks_client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ impl StacksClient {
648648
address: &StacksAddress,
649649
) -> Result<AccountEntryResponse, ClientError> {
650650
debug!("stacks_node_client: Getting account info...");
651-
let timer_label = format!("{}/v2/accounts/:stacks_address", self.http_origin);
651+
let timer_label = format!("{}/v2/accounts/:principal", self.http_origin);
652652
let timer = crate::monitoring::new_rpc_call_timer(&timer_label, &self.http_origin);
653653
let send_request = || {
654654
self.stacks_node_client

0 commit comments

Comments
 (0)