From 968354c70dd4b423446a45edb459f0e707608203 Mon Sep 17 00:00:00 2001 From: Emilia Hane Date: Wed, 6 Mar 2024 22:04:53 +0100 Subject: [PATCH] Update panel descriptions (#7020) Co-authored-by: Alexey Shekhirin --- etc/grafana/dashboards/overview.json | 8 ++++---- etc/grafana/dashboards/reth-mempool.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/etc/grafana/dashboards/overview.json b/etc/grafana/dashboards/overview.json index 8a3f21119..843eefb70 100644 --- a/etc/grafana/dashboards/overview.json +++ b/etc/grafana/dashboards/overview.json @@ -5812,7 +5812,7 @@ "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, - "description": "Duration spent insdie one call to poll the `TransactionsManager` future", + "description": "Duration spent inside one call to poll the `TransactionsManager` future", "fieldConfig": { "defaults": { "color": { @@ -5940,7 +5940,7 @@ "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, - "description": "Accumulated durations of nested function calls, in one call to poll `TransactionsManager` future (`TransactionsManager` future has a loop, hence accumulated).\n\nNetwork Events - stream peer session updates from `NetworkManager`\nTransaction Events - stream txns gossip fom `NetworkManager`\nImported Transactions - stream hashes of successfully inserted txns from `TransactionPool`\nPending pool imports - flush txns to pool from `TransactionsManager`\nFetch Events - stream fetch txn events (success case wraps a tx) from `TransactionFetcher`\nCommands - stream commands from (?) to fetch/serve/propagate txns\n ", + "description": "Durations of nested function calls, in one call to poll `TransactionsManager` future:\n\nNetwork Events - stream peer session updates from `NetworkManager`;\nTransaction Events - stream txns gossip fom `NetworkManager`;\nPending Transactions - stream hashes of txns successfully inserted into pending set in `TransactionPool`;\nPending Pool Imports - flush txns to pool from `TransactionsManager`;\nFetch Events - stream fetch txn events (success case wraps a tx) from `TransactionFetcher`;\n(Transactions Commands - stream commands from testnet to fetch/serve/propagate txns)\n", "fieldConfig": { "defaults": { "color": { @@ -6064,7 +6064,7 @@ "hide": false, "includeNullMetadata": true, "instant": false, - "legendFormat": "Imported Transactions", + "legendFormat": "Pending Transactions", "range": true, "refId": "D", "useBackend": false @@ -6232,7 +6232,7 @@ "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, - "description": "Durations of nested function calls, in one call to poll `NetworkManager` future.\n\nNetwork Handle Message - stream network handle messages from `Transactions`\nSwarm Events - stream txns gossip fom `NetworkManager`", + "description": "Durations of nested function calls, in one call to poll `NetworkManager` future:\n\nNetwork Handle Message - stream network handle messages from `TransactionsManager`;\nSwarm Events - stream transaction gossip fom `Swarm`", "fieldConfig": { "defaults": { "color": { diff --git a/etc/grafana/dashboards/reth-mempool.json b/etc/grafana/dashboards/reth-mempool.json index dfbdd6f31..f9673420a 100644 --- a/etc/grafana/dashboards/reth-mempool.json +++ b/etc/grafana/dashboards/reth-mempool.json @@ -1524,7 +1524,7 @@ "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, - "description": "Accumulated durations of nested function calls, in one call to poll `TransactionsManager` future (`TransactionsManager` future has a loop, hence accumulated).\n\nNetwork Events - stream peer session updates from `NetworkManager`\nTransaction Events - stream txns gossip fom `NetworkManager`\nImported Transactions - stream hashes of successfully inserted txns from `TransactionPool`\nPending pool imports - flush txns to pool from `TransactionsManager`\nFetch Events - stream fetch txn events (success case wraps a tx) from `TransactionFetcher`\nFetch Pending Hashes - search for hashes announced by an idle peer in cache for hashes pending fetch\nCommands - stream commands from (?) to fetch/serve/propagate txns\n ", + "description": "Durations of nested function calls, in one call to poll `TransactionsManager` future:\n\nNetwork Events - stream peer session updates from `NetworkManager`;\nTransaction Events - stream txns gossip fom `NetworkManager`;\nPending Transactions - stream hashes of txns successfully inserted into pending set in `TransactionPool`;\nPending Pool Imports - flush txns to pool from `TransactionsManager`;\nFetch Events - stream fetch txn events (success case wraps a tx) from `TransactionFetcher`;\nFetch Pending Hashes - search for hashes announced by an idle peer in cache for hashes pending fetch;\n(Transactions Commands - stream commands from testnet to fetch/serve/propagate txns)\n", "fieldConfig": { "defaults": { "color": { @@ -1646,7 +1646,7 @@ "hide": false, "includeNullMetadata": true, "instant": false, - "legendFormat": "Imported Transactions", + "legendFormat": "Pending Transactions", "range": true, "refId": "D", "useBackend": false @@ -1878,7 +1878,7 @@ "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, - "description": "Duration spent insdie one call to poll the `TransactionsManager` future", + "description": "Duration spent inside one call to poll the `TransactionsManager` future", "fieldConfig": { "defaults": { "color": { @@ -2130,7 +2130,7 @@ "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, - "description": "Durations of nested function calls, in one call to poll `NetworkManager` future.\n\nNetwork Handle Message - stream network handle messages from `Transactions`\nSwarm Events - stream txns gossip fom `NetworkManager`", + "description": "Durations of nested function calls, in one call to poll `NetworkManager` future:\n\nNetwork Handle Message - stream network handle messages from `TransactionsManager`;\nSwarm Events - stream transaction gossip fom `Swarm`", "fieldConfig": { "defaults": { "color": {