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

Feature request: collect metrics from helpers #43

Open
akoshelev opened this issue Jun 11, 2024 · 0 comments
Open

Feature request: collect metrics from helpers #43

akoshelev opened this issue Jun 11, 2024 · 0 comments

Comments

@akoshelev
Copy link
Collaborator

In addition to CPU/memory/network utilization, it will be very useful to show metrics recorded inside each helper. For instance, one can monitor the number of multiplications sitting inside zero-knowledge proofs, infrastructure buffer sizes, number of steps running in parallel, total number of records sent, etc.

This will require draft to talk to helper's backend periodically and collect this information. We may want to leverage some existing infrastructure for it, for example Prometheus. Currently, we don't have any endpoint that can expose these metrics and we don't collect them, so this task may serve as an umbrella to implement metric controls for both IPA and Draft

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

No branches or pull requests

1 participant