cosmos-sdk icon indicating copy to clipboard operation
cosmos-sdk copied to clipboard

Measure average time consumed per each `Message`

Open scalalang2 opened this issue 2 years ago • 2 comments

Summary

Put a telemetry for every message to measure average processing time.

Problem Definition

As a developer building blockchain with cosmos-sdk, they want to know what operation makes blockchain slow.

If cosmos-sdk support gauge telemetry for each message in the transaction, It helps us to find out which transaction degrades the overall performance on early stage in development.

scalalang2 avatar Nov 23 '22 01:11 scalalang2

makes sense to me, we should include this in the refactor we are planning on doing. Is this something you need right away?

tac0turtle avatar Nov 23 '22 23:11 tac0turtle

Thanks for reply 👍 It's not urgent feature for us, just feature request to improve the life of development.

scalalang2 avatar Nov 24 '22 02:11 scalalang2

What is the status of this?

elias-orijtech avatar May 17 '23 22:05 elias-orijtech

want to work on this @elias-orijtech?

tac0turtle avatar May 19 '23 10:05 tac0turtle