Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Measure average time consumed per each Message #13981

Closed
scalalang2 opened this issue Nov 23, 2022 · 4 comments · Fixed by #22175
Closed

Measure average time consumed per each Message #13981

scalalang2 opened this issue Nov 23, 2022 · 4 comments · Fixed by #22175
Assignees
Labels

Comments

@scalalang2
Copy link

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.

@tac0turtle
Copy link
Member

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

@scalalang2
Copy link
Author

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

@elias-orijtech
Copy link
Contributor

What is the status of this?

@tac0turtle
Copy link
Member

want to work on this @elias-orijtech?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 🥳 Done
Development

Successfully merging a pull request may close this issue.

5 participants
@scalalang2 @ziscky @tac0turtle @elias-orijtech and others