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

Add metrics to op-geth to gather evm execution duration in the node #11

Open
Akagi201 opened this issue Oct 29, 2024 · 1 comment
Open
Labels
dev-ape enhancement New feature or request

Comments

@Akagi201
Copy link
Owner

No description provided.

@Akagi201 Akagi201 converted this from a draft issue Oct 29, 2024
@dev-ape-ai dev-ape-ai bot added dev-ape enhancement New feature or request labels Oct 29, 2024
Copy link

dev-ape-ai bot commented Oct 29, 2024

👋 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:
  1. Earned Value Management: The three key metrics - Information on EVM and its implications for project control.
  2. PDF Using Story Points to Generate EV Metrics - PM World Library - Document discussing the integration of story points and EV metrics.
  3. How to Create an Earned Value Management Dashboard - Ten Six Consulting - Ideas on setting up dashboards for better visualization and management of metrics.
  4. An Industry Practice Guide for Agile on Earned Value Management Programs - Guidebook from NDIA on Agile and Earned Value Management.
  5. EVM Metrics Calculation Explained - Teamhub - A detailed look at specific formulas and calculations for EVM metrics.

Feel free to explore these resources or ask for more specific needs related to your implementation plan!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev-ape enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

1 participant