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 support for single-value metrics #218

Open
smarr opened this issue Jul 4, 2023 · 0 comments
Open

Add support for single-value metrics #218

smarr opened this issue Jul 4, 2023 · 0 comments
Labels

Comments

@smarr
Copy link
Owner

smarr commented Jul 4, 2023

At the moment, we are recording per iteration metrics.

Though, some metrics are unchangeable between iterations, or independent of a specific invocation.

This would include things like:

  • size of binary produced in build step
  • other statistics like compilation time from build step, etc
  • overall process-start to process-finish time
  • maximum memory use for whole process, maxRSS (we already have some support for this, but not as a process-level metric)

@sophie-kaleba: any concrete examples we should consider?

@smarr smarr added the Feature label Jul 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant