You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
👋 Hey @Akagi201! Here's what I found regarding adding metrics to gather EVM execution duration:
Currently, it appears that there are no direct references or implementations related to EVM execution or metrics within the executor.go file in the repository. The search for "metrics" across the entire codebase also yielded no results, suggesting that there might not be a pre-existing mechanism for metric collection in the project.
Insights:
Implementation Gap: Since the search did not identify existing metrics-related code, implementing this feature will likely involve introducing new libraries or tools for metrics collection.
Framework Selection: You might consider using popular Go metrics libraries such as Prometheus or StatsD to integrate metrics collection into the node. These libraries allow for efficient tracking of runtime metrics and can be easily configured to measure execution time for EVM operations.
Related Code
Unfortunately, no related code snippets were found directly within the existing project concerning this issue. This suggests the need for starting new development in this area.
Related Search Results
Here are some useful links which may provide insight and guidance on metrics collection and management:
No description provided.
The text was updated successfully, but these errors were encountered: