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

Build a sidechain block production metrics #1707

Closed
Kailai-Wang opened this issue May 17, 2023 · 1 comment · Fixed by #2263
Closed

Build a sidechain block production metrics #1707

Kailai-Wang opened this issue May 17, 2023 · 1 comment · Fixed by #2263
Labels
D1-feature A new feature, a piece of functionality that needs to be developed I2-medium should be completed within 10 working days Stale

Comments

@Kailai-Wang
Copy link
Collaborator

Context

Can be a complex topic.

We'd like to measure the time consumption distribution during sidechain block production for the sake of:

  • statistics
  • monitoring
  • better understanding of the bottleneck before further optimisation

In particular, it should include but not limited to the following:

  • sidechain block import
  • parachain block import, including I/O
  • state pre-update, including I/O
  • stf execution
  • block composition
  • after effect
  • any others?

It would be great if we could visualise it.

If done, it will supersede the #1611


✔️ Please set appropriate labels and assignees if applicable.

@Kailai-Wang Kailai-Wang added I2-medium should be completed within 10 working days D1-feature A new feature, a piece of functionality that needs to be developed labels May 17, 2023
@github-actions
Copy link
Contributor

❗ This issue is stale because it has been open for 60 days with no activity.
Remove Stale label or update it, otherwise this issue will be closed in 7 days.
@litentry/parachain

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
D1-feature A new feature, a piece of functionality that needs to be developed I2-medium should be completed within 10 working days Stale
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant