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

Implement canister metrics #86

Closed
rvanasa opened this issue Nov 20, 2023 · 0 comments · Fixed by #107
Closed

Implement canister metrics #86

rvanasa opened this issue Nov 20, 2023 · 0 comments · Fixed by #107
Labels
enhancement New feature or request

Comments

@rvanasa
Copy link
Collaborator

rvanasa commented Nov 20, 2023

  • canister_version: The current version of the canister.
  • stable_memory_pages: Size of the stable memory allocated by this canister measured in 64K Wasm pages.
  • request_calls: Total number of calls to the request method.
  • request_cycles_charged: Total number of cycles charged in the request method.
  • For each specialized Candid-RPC call (e.g. eth_get_logs, eth_get_block_by_number):
    • eth_*_calls: Total number of calls to the eth_* method.
    • eth_*_cycles_charged: Total number of cycles charged by eth_* calls.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant