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

Optimization: Cleanup Metrics/CSV export #77

Open
4 tasks
marenz2569 opened this issue Oct 25, 2024 · 0 comments
Open
4 tasks

Optimization: Cleanup Metrics/CSV export #77

marenz2569 opened this issue Oct 25, 2024 · 0 comments
Labels
backlog technical debt Backlog of things that should be improved in the code-base

Comments

@marenz2569
Copy link
Member

marenz2569 commented Oct 25, 2024

DoD

  • CSV export for the --measurement functionality is moved into its own function
  • MeasurementWorker::getValues take a start and stop time. The time is not implicitly saved in the MeasurementWorker datastructure but provided directly
  • Cleanup initilization of metrics. All metrics can be initialized in the constructor. There should be methods to get the present metrics and if they are available (yes/no)
  • Add methods to check if a metric by name is present and if it is initialized (available).
@marenz2569 marenz2569 added the backlog technical debt Backlog of things that should be improved in the code-base label Oct 25, 2024
@marenz2569 marenz2569 changed the title Optimization: cleanup CSV export Optimization: Cleanup Metrics/CSV export Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog technical debt Backlog of things that should be improved in the code-base
Projects
None yet
Development

No branches or pull requests

1 participant