You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Develop a fuel-metrics crate to handle tracking and metrics for each associated fuel service. This involves breaking out the existing fuel-core database metrics into this new crate. This also means
Fuel-p2p
- Track maybe amount of p2p messages
- Unique peers connected to
- Track Transactions from peers
Fuel-txpool
- Average and Median Gas Price of a Tx
- Number of Pending Transactions
- Average Lifespan of a transaction
- Average Gas of a Transaction
- Median Transaction size
The text was updated successfully, but these errors were encountered:
Develop a
fuel-metrics
crate to handle tracking and metrics for each associated fuel service. This involves breaking out the existing fuel-core database metrics into this new crate. This also meansFuel-p2p
Fuel-txpool
The text was updated successfully, but these errors were encountered: