mev-tendermint
exposes new **prometheus metrics under the “mev” namespace**
Metrics exposed:
Name | Type | Description |
---|---|---|
mev_tx_size_bytes |
Histogram | Histogram of mev transaction sizes, in bytes |
mev_mempool_size |
Gauge | Size of the MEV bundle mempool (number of uncommitted transactions) |
mev**_num_bundles_total** |
Counter | Number of MEV bundles received in total |
mev**_num_bundles_last_block** |
Gauge | Number of mev bundles received during the last block |
mev**_num_txs_total** |
Counter | Number of mev transactions added in total |
mev**_num_txs_last_block** |
Gauge | Number of mev transactions received by in the last block |
mev_sentinel_connected |
Gauge | Whether or not a node is connected to the sentinel, 1 if connected, 0 if not. |