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

Apply metrics in core/statedb #439

Closed
wants to merge 7 commits into from
Closed

Apply metrics in core/statedb #439

wants to merge 7 commits into from

Conversation

trinhdn2
Copy link

@trinhdn2 trinhdn2 commented Feb 5, 2024

Prerequisite

Checklist

  • Add expensive metrics to track account and storage updating/deleting

Added metrics:

  • state_delete_account
  • state_delete_storage
  • state_update_account
  • state_update_storage

Example of new metrics under prometheus format:

# TYPE state_delete_account gauge
state_delete_account 3

# TYPE state_delete_storage gauge
state_delete_storage 195635

# TYPE state_update_account gauge
state_update_account 1568609

# TYPE state_update_storage gauge
state_update_storage 1623327

References:

@trinhdn2 trinhdn2 changed the title Ft/apply metrics statedb Apply metrics in core/statedb Feb 5, 2024
@trinhdn2 trinhdn2 closed this by deleting the head repository Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants