We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bea62a commit e41569dCopy full SHA for e41569d
common/src/indexer_service/http/request_handler.rs
@@ -39,8 +39,8 @@ lazy_static! {
39
).unwrap();
40
41
pub static ref FAILED_RECEIPT: CounterVec = register_counter_vec!(
42
- "indexer_query_handler_failed_total",
43
- "Failed queries to handler",
+ "indexer_receipt_failed_total",
+ "Failed receipt checks",
44
&["deployment", "allocation", "sender"]
45
46
0 commit comments