Skip to content

Apply metrics in core/statedb#439

Closed
trinhdn2 wants to merge 7 commits intoBuildOnViction:masterfrom
trinhdn2:ft/apply_metrics_statedb
Closed

Apply metrics in core/statedb#439
trinhdn2 wants to merge 7 commits intoBuildOnViction:masterfrom
trinhdn2:ft/apply_metrics_statedb

Conversation

@trinhdn2
Copy link
Copy Markdown

@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.

1 participant