-
Notifications
You must be signed in to change notification settings - Fork 19
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
Making ocp-wrapper compatable with kube-burner v1.9.6 #56
Conversation
Signed-off-by: KBOCPDocs <[email protected]>
From the web-burner workload perspective lgtm |
Signed-off-by: KBOCPDocs <[email protected]>
Thanks for doing this! I believe with these changes, the documentation is incorrect. While we are touching that section, the command Also, by hard-coding metricsDirectory in the job config, we are reverting some functionality to generate the local dir with the uuid in the file name. We should preserve that functionality so we are not overwriting the same dir on repeated runs.
|
I looked and the appending uuid seems to be removed upstream in kube-burner#611 . I guess I missed that there, but it should be fixed before we merge this PR. |
Thanks for all the inputs regarding docs @afcollins. Updated them accordingly. cc: @rsevilla87 |
correct, that's the idea, but it doesn't work well though, all metrics get indexed to reporting-metrics, but that's due to a bug in the go-commons library... Regarding the issue mentioned by @afcollins, we could conifgure metricsDirectory with something like the below to fix it.
|
Appending UUID at the end looks good to me, if we do not want any manual intervention at all. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for all the updates!
I think the split local dir doesn't work as expected.
Unless we have some requirement for it, I would ask for it to be removed instead of looking into fixing it. Personally, I am OK writing all metrics for a run to a single dir, and I think it simplifies the changes in this PR.
Hi, I created a PR in go-commons to fix/improve the indexers code to allow creating multiple indexers of the same kind cloud-bulldozer/go-commons#45 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
Signed-off-by: KBOCPDocs <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
Thank you for all the fixes for local indexing, Vishnu. :D
Type of change
Description
Making code changes compatible with latest kb version .i.e.
v1.9.6
Checklist before requesting a review