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 Prometheus metrics support to the prover #1513

Open
4 tasks
dvdplm opened this issue Feb 10, 2024 · 0 comments
Open
4 tasks

Add Prometheus metrics support to the prover #1513

dvdplm opened this issue Feb 10, 2024 · 0 comments

Comments

@dvdplm
Copy link
Contributor

dvdplm commented Feb 10, 2024

The prover provides a substantial amount of timing and metrics information, but the current design (centered around the TimingTree and timing! macro) needs some tweaking to work well in a production cluster context.

  • Investigate the current solution – what is good and what's bad?
  • Can we tweak the timing! macro to optionally send metrics to prometheus as well?
  • Is Prometheus "standard enough" or do we need to be generic here (so that users can plug in some other metrics collection gizmo)
  • Add configuration facilities to the prover to turn on metrics collection with prometheus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

3 participants