Last active
October 1, 2025 11:45
-
-
Save monokh/68547bb2881050c58f65eacc67531215 to your computer and use it in GitHub Desktop.
Reth network metrics (oom)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # TYPE reth_network_disconnect_requested counter | |
| reth_network_disconnect_requested 2969 | |
| # HELP reth_network_occurrences_hash_already_seen_by_peer Total number of occurrences, of a peer announcing a transaction that has already been marked as seen by that peer. | |
| # TYPE reth_network_occurrences_hash_already_seen_by_peer counter | |
| reth_network_occurrences_hash_already_seen_by_peer 3186045 | |
| # HELP reth_network_null_node_identity Number of peer disconnects due to `NullNodeIdentity` (0x07) | |
| # TYPE reth_network_null_node_identity counter | |
| reth_network_null_node_identity 0 | |
| # HELP reth_network_pool_transactions_send_errors_total Number of failed message deliveries | |
| # TYPE reth_network_pool_transactions_send_errors_total counter | |
| reth_network_pool_transactions_send_errors_total 0 | |
| # HELP reth_network_occurrences_of_transaction_already_seen_by_peer Total number of times a transaction is seen from a peer, that has already been marked as seen by that peer. | |
| # TYPE reth_network_occurrences_of_transaction_already_seen_by_peer counter | |
| reth_network_occurrences_of_transaction_already_seen_by_peer 445042 | |
| # HELP reth_network_active_session_messages_sent_total Number of messages sent | |
| # TYPE reth_network_active_session_messages_sent_total counter | |
| reth_network_active_session_messages_sent_total 146176 | |
| # HELP reth_network_pool_transactions_messages_received_total Number of messages received | |
| # TYPE reth_network_pool_transactions_messages_received_total counter | |
| reth_network_pool_transactions_messages_received_total 8903736 | |
| # HELP reth_network_bad_imports Total number of bad imports, imports that fail because the transaction is badly formed (i.e. have no chance of passing validation, unlike imports that fail due to e.g. nonce gaps). | |
| # TYPE reth_network_bad_imports counter | |
| reth_network_bad_imports 2 | |
| # HELP reth_network_protocol_breach Number of peer disconnects due to `ProtocolBreach` (0x02) | |
| # TYPE reth_network_protocol_breach counter | |
| reth_network_protocol_breach 0 | |
| # HELP reth_network_connected_to_self Number of peer disconnects due to `ConnectedToSelf` (0x0a) | |
| # TYPE reth_network_connected_to_self counter | |
| reth_network_connected_to_self 0 | |
| # HELP reth_network_tcp_subsystem_error Number of peer disconnects due to `TcpSubsystemError` (0x01) | |
| # TYPE reth_network_tcp_subsystem_error counter | |
| reth_network_tcp_subsystem_error 0 | |
| # HELP reth_network_propagated_transactions Total number of propagated transactions | |
| # TYPE reth_network_propagated_transactions counter | |
| reth_network_propagated_transactions 121533 | |
| # HELP reth_network_capacity_pending_pool_imports Number of inflight requests at which the [`TransactionPool`](reth_transaction_pool::TransactionPool) is considered to be at capacity. Note, this is not a limit to the number of inflight requests, but a health measure. | |
| # TYPE reth_network_capacity_pending_pool_imports counter | |
| reth_network_capacity_pending_pool_imports 4096 | |
| # HELP reth_network_pending_session_failures Cumulative number of failures of pending sessions | |
| # TYPE reth_network_pending_session_failures counter | |
| reth_network_pending_session_failures 116511 | |
| # HELP reth_network_eth_node_data_requests_received_total Number of `GetNodeData` requests received | |
| # TYPE reth_network_eth_node_data_requests_received_total counter | |
| reth_network_eth_node_data_requests_received_total 0 | |
| # HELP reth_network_closed_sessions Total number of sessions closed | |
| # TYPE reth_network_closed_sessions counter | |
| reth_network_closed_sessions 116797 | |
| # HELP reth_network_capacity_inflight_requests Number of inflight requests at which the [`TransactionFetcher`](crate::transactions::TransactionFetcher) is considered to be at capacity. Note, this is not a limit to the number of inflight requests, but a health measure. | |
| # TYPE reth_network_capacity_inflight_requests counter | |
| reth_network_capacity_inflight_requests 130 | |
| # HELP reth_network_already_connected Number of peer disconnects due to `AlreadyConnected` (0x05) | |
| # TYPE reth_network_already_connected counter | |
| reth_network_already_connected 22 | |
| # HELP reth_network_total_outgoing_connections Total Number of outgoing connections established | |
| # TYPE reth_network_total_outgoing_connections counter | |
| reth_network_total_outgoing_connections 117055 | |
| # HELP reth_network_occurrences_transactions_already_in_pool Total number of times a transaction is sent that is already in the local pool. | |
| # TYPE reth_network_occurrences_transactions_already_in_pool counter | |
| reth_network_occurrences_transactions_already_in_pool 1051807 | |
| # HELP reth_network_eth_headers_requests_received_total Number of `GetBlockHeaders` requests received | |
| # TYPE reth_network_eth_headers_requests_received_total counter | |
| reth_network_eth_headers_requests_received_total 153 | |
| # HELP reth_network_reported_bad_transactions Total number of reported bad transactions | |
| # TYPE reth_network_reported_bad_transactions counter | |
| reth_network_reported_bad_transactions 2 | |
| # HELP reth_network_unsolicited_transactions Total number of transactions that were received in [`PooledTransactions`](reth_eth_wire::PooledTransactions) responses, that weren't requested. | |
| # TYPE reth_network_unsolicited_transactions counter | |
| reth_network_unsolicited_transactions 0 | |
| # HELP reth_network_active_session_back_pressure_total Number of delayed message deliveries caused by a full channel | |
| # TYPE reth_network_active_session_back_pressure_total counter | |
| reth_network_active_session_back_pressure_total 159633 | |
| # HELP reth_network_invalid_messages_received Number of invalid/malformed messages received from peers | |
| # TYPE reth_network_invalid_messages_received counter | |
| reth_network_invalid_messages_received 0 | |
| # HELP reth_network_total_dial_successes Number of successful outgoing dial attempts. | |
| # TYPE reth_network_total_dial_successes counter | |
| reth_network_total_dial_successes 373 | |
| # HELP reth_network_useless_peer Number of peer disconnects due to `UselessPeer` (0x03) | |
| # TYPE reth_network_useless_peer counter | |
| reth_network_useless_peer 27 | |
| # HELP reth_network_eth_receipts_requests_received_total Number of `GetReceipts` requests received | |
| # TYPE reth_network_eth_receipts_requests_received_total counter | |
| reth_network_eth_receipts_requests_received_total 0 | |
| # HELP reth_network_egress_peer_channel_full How often we failed to send a request to the peer because the channel was full. | |
| # TYPE reth_network_egress_peer_channel_full counter | |
| reth_network_egress_peer_channel_full 7 | |
| # HELP reth_network_client_quitting Number of peer disconnects due to `ClientQuitting` (0x08) | |
| # TYPE reth_network_client_quitting counter | |
| reth_network_client_quitting 1 | |
| # HELP reth_network_fetched_transactions Total number of fetched transactions. | |
| # TYPE reth_network_fetched_transactions counter | |
| reth_network_fetched_transactions 897278 | |
| # HELP reth_network_too_many_peers Number of peer disconnects due to `TooManyPeers` (0x04) | |
| # TYPE reth_network_too_many_peers counter | |
| reth_network_too_many_peers 93150 | |
| # HELP reth_network_subprotocol_specific Number of peer disconnects due to `SubprotocolSpecific` (0x10) | |
| # TYPE reth_network_subprotocol_specific counter | |
| reth_network_subprotocol_specific 430 | |
| # HELP reth_network_eth_bodies_requests_received_total Number of `GetBlockBodies` requests received | |
| # TYPE reth_network_eth_bodies_requests_received_total counter | |
| reth_network_eth_bodies_requests_received_total 79 | |
| # HELP reth_network_total_incoming_connections Total Number of incoming connections handled | |
| # TYPE reth_network_total_incoming_connections counter | |
| reth_network_total_incoming_connections 0 | |
| # HELP reth_network_pool_transactions_messages_sent_total Number of messages sent | |
| # TYPE reth_network_pool_transactions_messages_sent_total counter | |
| reth_network_pool_transactions_messages_sent_total 8903736 | |
| # HELP reth_network_total_outgoing_peer_messages_dropped Number of dropped outgoing peer messages. | |
| # TYPE reth_network_total_outgoing_peer_messages_dropped counter | |
| reth_network_total_outgoing_peer_messages_dropped 20188 | |
| # HELP reth_network_messages_with_hashes_already_seen_by_peer Total number of messages from a peer, announcing transactions that have already been marked as seen by that peer. | |
| # TYPE reth_network_messages_with_hashes_already_seen_by_peer counter | |
| reth_network_messages_with_hashes_already_seen_by_peer 3070869 | |
| # HELP reth_network_messages_with_transactions_already_seen_by_peer Total number of messages from a peer, with transaction that have already been marked as seen by that peer. | |
| # TYPE reth_network_messages_with_transactions_already_seen_by_peer counter | |
| reth_network_messages_with_transactions_already_seen_by_peer 438544 | |
| # HELP reth_network_ping_timeout Number of peer disconnects due to `PingTimeout` (0x0b) | |
| # TYPE reth_network_ping_timeout counter | |
| reth_network_ping_timeout 10 | |
| # HELP reth_network_occurrences_hashes_already_in_pool Total number of times a hash is announced that is already in the local pool. | |
| # TYPE reth_network_occurrences_hashes_already_in_pool counter | |
| reth_network_occurrences_hashes_already_in_pool 7153448 | |
| # HELP reth_network_incompatible Number of peer disconnects due to `IncompatibleP2PProtocolVersion` (0x06) | |
| # TYPE reth_network_incompatible counter | |
| reth_network_incompatible 0 | |
| # HELP reth_network_unexpected_identity Number of peer disconnects due to `UnexpectedHandshakeIdentity` (0x09) | |
| # TYPE reth_network_unexpected_identity counter | |
| reth_network_unexpected_identity 0 | |
| # HELP reth_network_total_dropped_eth_requests_at_full_capacity Number of Eth Requests dropped due to channel being at full capacity | |
| # TYPE reth_network_total_dropped_eth_requests_at_full_capacity counter | |
| reth_network_total_dropped_eth_requests_at_full_capacity 0 | |
| # HELP reth_network_duration_poll_tx_manager Duration in seconds of call to [`TransactionsManager`](crate::transactions::TransactionsManager)'s poll function. Updating metrics could take time, so the true duration of this call could be longer than the sum of the accumulated durations of polling nested items. | |
| # TYPE reth_network_duration_poll_tx_manager gauge | |
| reth_network_duration_poll_tx_manager 0.000265636 | |
| # HELP reth_network_backed_off_peers Number of currently backed off peers | |
| # TYPE reth_network_backed_off_peers gauge | |
| reth_network_backed_off_peers 800 | |
| # HELP reth_network_acc_duration_poll_imported_transactions Accumulated time spent streaming and propagating transactions that were successfully imported into the pool, in one call to poll the [`TransactionsManager`](crate::transactions::TransactionsManager) future. Duration in seconds. | |
| # TYPE reth_network_acc_duration_poll_imported_transactions gauge | |
| reth_network_acc_duration_poll_imported_transactions 0.000000271 | |
| # HELP reth_network_acc_duration_poll_transaction_events Accumulated time spent streaming transaction and announcement broadcast, queueing for pool import or requesting respectively, in one call to poll the [`TransactionsManager`](crate::transactions::TransactionsManager) future. Duration in seconds. | |
| # TYPE reth_network_acc_duration_poll_transaction_events gauge | |
| reth_network_acc_duration_poll_transaction_events 0.000002043 | |
| # HELP reth_network_acc_duration_poll_pending_pool_imports Accumulated time spent flushing the queue of batched pending pool imports into pool, in one call to poll the [`TransactionsManager`](crate::transactions::TransactionsManager) future. Duration in seconds. | |
| # TYPE reth_network_acc_duration_poll_pending_pool_imports gauge | |
| reth_network_acc_duration_poll_pending_pool_imports 0.000000105 | |
| # HELP reth_network_acc_duration_poll_network_handle Time spent streaming messages sent over the [`NetworkHandle`](crate::NetworkHandle), which can be cloned and shared via [`NetworkManager::handle`](crate::NetworkManager::handle), in one call to poll the [`NetworkManager`](crate::NetworkManager) future. At least [`TransactionsManager`](crate::transactions::TransactionsManager) holds this handle. Duration in seconds. | |
| # TYPE reth_network_acc_duration_poll_network_handle gauge | |
| reth_network_acc_duration_poll_network_handle 0.000000675 | |
| # HELP reth_network_acc_duration_fetch_pending_hashes Accumulated time spent assembling and sending requests for hashes fetching pending, in one call to poll the [`TransactionsManager`](crate::transactions::TransactionsManager) future. Duration in seconds. | |
| # TYPE reth_network_acc_duration_fetch_pending_hashes gauge | |
| reth_network_acc_duration_fetch_pending_hashes 0.000262032 | |
| # HELP reth_network_queued_outgoing_messages Number of queued outgoing messages | |
| # TYPE reth_network_queued_outgoing_messages gauge | |
| reth_network_queued_outgoing_messages 1292 | |
| # HELP reth_network_connected_peers Number of currently connected peers | |
| # TYPE reth_network_connected_peers gauge | |
| reth_network_connected_peers 87 | |
| # HELP reth_network_hashes_pending_fetch Total number of hashes pending fetch. | |
| # TYPE reth_network_hashes_pending_fetch gauge | |
| reth_network_hashes_pending_fetch 5996 | |
| # HELP reth_network_pending_pool_imports Number of transactions about to be imported into the pool. | |
| # TYPE reth_network_pending_pool_imports gauge | |
| reth_network_pending_pool_imports 0 | |
| # HELP reth_network_duration_poll_network_manager Duration in seconds of call to [`NetworkManager`](crate::NetworkManager)'s poll function. True duration of this call, should be sum of the accumulated durations of calling nested | |
| # TYPE reth_network_duration_poll_network_manager gauge | |
| reth_network_duration_poll_network_manager 0.000002189 | |
| # HELP reth_network_outgoing_connections Number of active outgoing connections | |
| # TYPE reth_network_outgoing_connections gauge | |
| reth_network_outgoing_connections 87 | |
| # HELP reth_network_duration_fill_request_from_hashes_pending_fetch Time spent searching for hashes pending fetch, announced by a given peer in [`TransactionFetcher::fill_request_from_hashes_pending_fetch`](crate::transactions::TransactionFetcher::fill_request_from_hashes_pending_fetch). Duration in seconds. | |
| # TYPE reth_network_duration_fill_request_from_hashes_pending_fetch gauge | |
| reth_network_duration_fill_request_from_hashes_pending_fetch 0.000150291 | |
| # HELP reth_network_acc_duration_poll_eth_req_handler Duration in seconds of call to poll [`EthRequestHandler`](crate::eth_requests::EthRequestHandler). | |
| # TYPE reth_network_acc_duration_poll_eth_req_handler gauge | |
| reth_network_acc_duration_poll_eth_req_handler 0.003931102 | |
| # HELP reth_network_hashes_inflight_transaction_requests Hashes in currently active outgoing [`GetPooledTransactions`](reth_eth_wire::GetPooledTransactions) requests. | |
| # TYPE reth_network_hashes_inflight_transaction_requests gauge | |
| reth_network_hashes_inflight_transaction_requests 12150 | |
| # HELP reth_network_incoming_connections Number of active incoming connections | |
| # TYPE reth_network_incoming_connections gauge | |
| reth_network_incoming_connections 0 | |
| # HELP reth_network_tracked_peers Number of peers known to the node | |
| # TYPE reth_network_tracked_peers gauge | |
| reth_network_tracked_peers 3225 | |
| # HELP reth_network_acc_duration_poll_fetch_events Accumulated time spent streaming fetch events, queueing for pool import on successful fetch, in one call to poll the [`TransactionsManager`](crate::transactions::TransactionsManager) future. Duration in seconds. | |
| # TYPE reth_network_acc_duration_poll_fetch_events gauge | |
| reth_network_acc_duration_poll_fetch_events 0.000000096 | |
| # HELP reth_network_pending_outgoing_connections Number of currently pending outgoing connections | |
| # TYPE reth_network_pending_outgoing_connections gauge | |
| reth_network_pending_outgoing_connections 15 | |
| # HELP reth_network_inflight_transaction_requests Currently active outgoing [`GetPooledTransactions`](reth_eth_wire::GetPooledTransactions) requests. | |
| # TYPE reth_network_inflight_transaction_requests gauge | |
| reth_network_inflight_transaction_requests 5 | |
| # HELP reth_network_acc_duration_poll_swarm Time spent polling [`Swarm`](crate::swarm::Swarm), in one call to poll the [`NetworkManager`](crate::NetworkManager) future. Duration in seconds. | |
| # TYPE reth_network_acc_duration_poll_swarm gauge | |
| reth_network_acc_duration_poll_swarm 0.000001391 | |
| # HELP reth_network_total_pending_connections Total number of pending connections, incoming and outgoing. | |
| # TYPE reth_network_total_pending_connections gauge | |
| reth_network_total_pending_connections 15 | |
| # HELP reth_network_duration_find_idle_fallback_peer_for_any_pending_hash Time spent searching for an idle peer in call to [`TransactionFetcher::find_any_idle_fallback_peer_for_any_pending_hash`](crate::transactions::TransactionFetcher::find_any_idle_fallback_peer_for_any_pending_hash). Duration in seconds. | |
| # TYPE reth_network_duration_find_idle_fallback_peer_for_any_pending_hash gauge | |
| reth_network_duration_find_idle_fallback_peer_for_any_pending_hash 0.000002813 | |
| # HELP reth_network_acc_duration_poll_commands Accumulated time spent streaming commands and propagating, fetching and serving transactions accordingly, in one call to poll the [`TransactionsManager`](crate::transactions::TransactionsManager) future. Duration in seconds. | |
| # TYPE reth_network_acc_duration_poll_commands gauge | |
| reth_network_acc_duration_poll_commands 0.00000027 | |
| # HELP reth_network_acc_duration_poll_network_events Accumulated time spent streaming session updates and updating peers accordingly, in one call to poll the [`TransactionsManager`](crate::transactions::TransactionsManager) future. Duration in seconds. | |
| # TYPE reth_network_acc_duration_poll_network_events gauge | |
| reth_network_acc_duration_poll_network_events 0.00000034 | |
| # HELP reth_network_transaction_fetcher_eip7702 Histogram for tracking frequency of EIP-7702 transaction type | |
| # TYPE reth_network_transaction_fetcher_eip7702 summary | |
| reth_network_transaction_fetcher_eip7702{quantile="0"} 0 | |
| reth_network_transaction_fetcher_eip7702{quantile="0.5"} 0 | |
| reth_network_transaction_fetcher_eip7702{quantile="0.9"} 0 | |
| reth_network_transaction_fetcher_eip7702{quantile="0.95"} 0 | |
| reth_network_transaction_fetcher_eip7702{quantile="0.99"} 0 | |
| reth_network_transaction_fetcher_eip7702{quantile="0.999"} 0.9998999999999999 | |
| reth_network_transaction_fetcher_eip7702{quantile="1"} 1 | |
| reth_network_transaction_fetcher_eip7702_sum 3042 | |
| reth_network_transaction_fetcher_eip7702_count 2361768 | |
| # HELP reth_network_transaction_fetcher_eip2930 Histogram for tracking frequency of EIP-2930 transaction type | |
| # TYPE reth_network_transaction_fetcher_eip2930 summary | |
| reth_network_transaction_fetcher_eip2930{quantile="0"} 0 | |
| reth_network_transaction_fetcher_eip2930{quantile="0.5"} 0 | |
| reth_network_transaction_fetcher_eip2930{quantile="0.9"} 0 | |
| reth_network_transaction_fetcher_eip2930{quantile="0.95"} 0 | |
| reth_network_transaction_fetcher_eip2930{quantile="0.99"} 0 | |
| reth_network_transaction_fetcher_eip2930{quantile="0.999"} 0.9998999999999999 | |
| reth_network_transaction_fetcher_eip2930{quantile="1"} 1 | |
| reth_network_transaction_fetcher_eip2930_sum 7754 | |
| reth_network_transaction_fetcher_eip2930_count 2361768 | |
| # HELP reth_network_transaction_fetcher_eip1559 Histogram for tracking frequency of EIP-1559 transaction type | |
| # TYPE reth_network_transaction_fetcher_eip1559 summary | |
| reth_network_transaction_fetcher_eip1559{quantile="0"} 0 | |
| reth_network_transaction_fetcher_eip1559{quantile="0.5"} 0 | |
| reth_network_transaction_fetcher_eip1559{quantile="0.9"} 0.9998999999999999 | |
| reth_network_transaction_fetcher_eip1559{quantile="0.95"} 0.9998999999999999 | |
| reth_network_transaction_fetcher_eip1559{quantile="0.99"} 0.9998999999999999 | |
| reth_network_transaction_fetcher_eip1559{quantile="0.999"} 4.000022554068023 | |
| reth_network_transaction_fetcher_eip1559{quantile="1"} 53 | |
| 1reth_network_transaction_fetcher_eip1559_sum 877160 | |
| 0reth_network_transaction_fetcher_eip1559_count 2361768 | |
| 0 # HELP reth_network_transaction_fetcher_eip4844 Histogram for tracking frequency of EIP-4844 transaction type | |
| # TYPE reth_network_transaction_fetcher_eip4844 summary | |
| 6reth_network_transaction_fetcher_eip4844{quantile="0"} 0 | |
| 8reth_network_transaction_fetcher_eip4844{quantile="0.5"} 0 | |
| 4reth_network_transaction_fetcher_eip4844{quantile="0.9"} 0 | |
| kreth_network_transaction_fetcher_eip4844{quantile="0.95"} 0 | |
| reth_network_transaction_fetcher_eip4844{quantile="0.99"} 0.9998999999999999 | |
| reth_network_transaction_fetcher_eip4844{quantile="0.999"} 0.9998999999999999 | |
| 1reth_network_transaction_fetcher_eip4844{quantile="1"} 1 | |
| 0reth_network_transaction_fetcher_eip4844_sum 47164 | |
| 0reth_network_transaction_fetcher_eip4844_count 2361768 | |
| 684k 0 # HELP reth_network_transaction_fetcher_legacy Histogram for tracking frequency of legacy transaction type | |
| # TYPE reth_network_transaction_fetcher_legacy summary | |
| 0reth_network_transaction_fetcher_legacy{quantile="0"} 0 | |
| reth_network_transaction_fetcher_legacy{quantile="0.5"} 0.9998999999999999 | |
| reth_network_transaction_fetcher_legacy{quantile="0.9"} 0.9998999999999999 | |
| 2reth_network_transaction_fetcher_legacy{quantile="0.95"} 0.9998999999999999 | |
| 3reth_network_transaction_fetcher_legacy{quantile="0.99"} 4.000022554068023 | |
| 8reth_network_transaction_fetcher_legacy{quantile="0.999"} 24.001108231483542 | |
| 5reth_network_transaction_fetcher_legacy{quantile="1"} 68 | |
| kreth_network_transaction_fetcher_legacy_sum 2265318 | |
| reth_network_transaction_fetcher_legacy_count 2361768 | |
| reth_rpc_server_calls_failed_total{method="txpool_content"} 0 | |
| reth_rpc_server_calls_failed_total{method="txpool_contentFrom"} 0 | |
| reth_rpc_server_calls_failed_total{method="txpool_inspect"} 0 | |
| reth_rpc_server_calls_successful_total{method="txpool_contentFrom"} 0 | |
| reth_rpc_server_calls_successful_total{method="txpool_status"} 0 | |
| reth_rpc_server_calls_successful_total{method="txpool_inspect"} 0 | |
| reth_rpc_server_calls_successful_total{method="txpool_content"} 0 | |
| reth_rpc_server_calls_started_total{method="txpool_contentFrom"} 0 | |
| reth_rpc_server_calls_started_total{method="txpool_content"} 0 | |
| reth_rpc_server_calls_started_total{method="txpool_status"} 0 | |
| reth_rpc_server_calls_started_total{method="txpool_inspect"} 0 | |
| reth_rpc_server_calls_time_seconds{method="txpool_contentFrom",quantile="0"} 0 | |
| reth_rpc_server_calls_time_seconds{method="txpool_contentFrom",quantile="0.5"} 0 | |
| reth_rpc_server_calls_time_seconds{method="txpool_contentFrom",quantile="0.9"} 0 | |
| reth_rpc_server_calls_time_seconds{method="txpool_contentFrom",quantile="0.95"} 0 | |
| reth_rpc_server_calls_time_seconds{method="txpool_contentFrom",quantile="0.99"} 0 | |
| reth_rpc_server_calls_time_seconds{method="txpool_contentFrom",quantile="0.999"} 0 | |
| reth_rpc_server_calls_time_seconds{method="txpool_contentFrom",quantile="1"} 0 | |
| reth_rpc_server_calls_time_seconds_sum{method="txpool_contentFrom"} 0 | |
| reth_rpc_server_calls_time_seconds_count{method="txpool_contentFrom"} 0 | |
| reth_rpc_server_calls_time_seconds{method="txpool_content",quantile="0"} 0 | |
| reth_rpc_server_calls_time_seconds{method="txpool_content",quantile="0.5"} 0 | |
| reth_rpc_server_calls_time_seconds{method="txpool_content",quantile="0.9"} 0 | |
| reth_rpc_server_calls_time_seconds{method="txpool_content",quantile="0.95"} 0 | |
| reth_rpc_server_calls_time_seconds{method="txpool_content",quantile="0.99"} 0 | |
| reth_rpc_server_calls_time_seconds{method="txpool_content",quantile="0.999"} 0 | |
| reth_rpc_server_calls_time_seconds{method="txpool_content",quantile="1"} 0 | |
| reth_rpc_server_calls_time_seconds_sum{method="txpool_content"} 0 | |
| reth_rpc_server_calls_time_seconds_count{method="txpool_content"} 0 | |
| reth_rpc_server_calls_time_seconds{method="txpool_status",quantile="0"} 0 | |
| reth_rpc_server_calls_time_seconds{method="txpool_status",quantile="0.5"} 0 | |
| reth_rpc_server_calls_time_seconds{method="txpool_status",quantile="0.9"} 0 | |
| reth_rpc_server_calls_time_seconds{method="txpool_status",quantile="0.95"} 0 | |
| reth_rpc_server_calls_time_seconds{method="txpool_status",quantile="0.99"} 0 | |
| reth_rpc_server_calls_time_seconds{method="txpool_status",quantile="0.999"} 0 | |
| reth_rpc_server_calls_time_seconds{method="txpool_status",quantile="1"} 0 | |
| reth_rpc_server_calls_time_seconds_sum{method="txpool_status"} 0 | |
| reth_rpc_server_calls_time_seconds_count{method="txpool_status"} 0 | |
| reth_rpc_server_calls_time_seconds{method="txpool_inspect",quantile="0"} 0 | |
| reth_rpc_server_calls_time_seconds{method="txpool_inspect",quantile="0.5"} 0 | |
| reth_rpc_server_calls_time_seconds{method="txpool_inspect",quantile="0.9"} 0 | |
| reth_rpc_server_calls_time_seconds{method="txpool_inspect",quantile="0.95"} 0 | |
| reth_rpc_server_calls_time_seconds{method="txpool_inspect",quantile="0.99"} 0 | |
| reth_rpc_server_calls_time_seconds{method="txpool_inspect",quantile="0.999"} 0 | |
| reth_rpc_server_calls_time_seconds{method="txpool_inspect",quantile="1"} 0 | |
| reth_rpc_server_calls_time_seconds_sum{method="txpool_inspect"} 0 | |
| reth_rpc_server_calls_time_seconds_count{method="txpool_inspect"} 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment