hashgraph / hedera-services

Crypto, token, consensus, file, and smart contract services for the Hedera public ledger
Apache License 2.0
278 stars 123 forks source link

Dashboard for handle times #13618

Open netopyr opened 3 months ago

netopyr commented 3 months ago

With modularization we introduced metrics to track how long the execution of the handle workflow takes for each transaction type (e.g., app_cryptoTransferDurationAvg_ns and app_cryptoTransferDurationMax_ns). We should create a dashboard that visualizes these numbers.

The graphs should be combined because there are so many transaction types. Maybe a graph per service? By default, it should show the duration during the last 24h.

mhess-swl commented 2 months ago

I've created a dashboard for all transaction types here. Feedback would be great!

mhess-swl commented 1 month ago

@netopyr what's the best way to verify these times are presented accurately?