From f743e13cc6092e5f3413aadfc87f063b6c4cf878 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Wed, 1 Oct 2025 15:24:46 +0200 Subject: [PATCH] chore: use correct inflight metric --- etc/grafana/dashboards/reth-mempool.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/grafana/dashboards/reth-mempool.json b/etc/grafana/dashboards/reth-mempool.json index a0f1d60c67..188161d27a 100644 --- a/etc/grafana/dashboards/reth-mempool.json +++ b/etc/grafana/dashboards/reth-mempool.json @@ -2381,7 +2381,7 @@ }, "disableTextWrap": false, "editorMode": "code", - "expr": "reth_network_hashes_inflight_transaction_requests{$instance_label=\"$instance\"}", + "expr": "reth_network_inflight_transaction_requests{$instance_label=\"$instance\"}", "fullMetaSearch": false, "hide": false, "includeNullMetadata": true,