Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Nov 14, 2023
1 parent 7723343 commit d8af16e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/erc20_payment_lib/src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ pub async fn rpc_pool_metrics(data: Data<Box<ServerData>>, _req: HttpRequest) ->
});
metrics.push(MetricGroup {
metric_help: "# HELP rpc_endpoint_success_count Number of succeeded requests".to_string(),
metric_type: "# TYPE counter".to_string(),
metric_type: "# TYPE rpc_endpoint_success_count counter".to_string(),
metrics: Vec::new(),
});

Expand Down

0 comments on commit d8af16e

Please sign in to comment.