Skip to content

Commit e41569d

Browse files
committed
fix: update failed receipt metric name
Signed-off-by: Gustavo Inacio <[email protected]>
1 parent 7bea62a commit e41569d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common/src/indexer_service/http/request_handler.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ lazy_static! {
3939
).unwrap();
4040

4141
pub static ref FAILED_RECEIPT: CounterVec = register_counter_vec!(
42-
"indexer_query_handler_failed_total",
43-
"Failed queries to handler",
42+
"indexer_receipt_failed_total",
43+
"Failed receipt checks",
4444
&["deployment", "allocation", "sender"]
4545
).unwrap();
4646

0 commit comments

Comments
 (0)