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

[RFE] local indexing directory should have a unique name #402

Closed
afcollins opened this issue Aug 3, 2023 · 0 comments · Fixed by #442
Closed

[RFE] local indexing directory should have a unique name #402

afcollins opened this issue Aug 3, 2023 · 0 comments · Fixed by #442
Labels
enhancement New feature or request

Comments

@afcollins
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Local indexing is a valuable feature to keep measurements offline. However, the current implementation writes to the same directory (collected-metrics), and subsequent runs overwrite the previous collections.

Describe the solution you'd like
I would like to have a unique collected-metrics directory created for each run.
It seems fitting to use the UUID of the run as part of the folder name, since it is already a unique identifier and would allow trivial mapping between runs and locally indexed metrics.

Describe alternatives you've considered
Scripting outside of kube-burner. i.e. If I run kube-burner with local indexing in a for loop, I add a separate command to move the folder to a unique name after each kube-burner run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant