Open prakhar479 opened 3 months ago
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: Once this PR has been reviewed and has the lgtm label, please assign tenzen-y for approval. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
@Electronic-Waste can you review and let me know if any changes are required in this. Thanks a lot!
@prakhar479 Yes, of course. Thanks for your great effort to Katib!
I'll look into this PR in the next few days.
/rerun-all
I have corrected some oversights from my side and need approval for testing. Thanks!
/rerun-all
PTAL👀 @andreyvelich @tenzen-y @johnugeorge when you have time.
I have modified the comment on usage of the custom metric param as well e2e test for tune Api.
For e2e test I have currently modified build-load.sh
as suggested by @Electronic-Waste to build an image of custom metric using dummy-collector.py
script and Dockerfile.dummy-collector
file for building image for dummy collector container. Finally, I have modified run-e2e-tune-api.py
adding the custom collector image as a V1 Container passed as a param to tune Api.
I was a bit confused with placement for these new files and have placed all of them in gh-action
directory. Let me know for any modifications, changes and fixes I need to make further.
/rerun-all
I have made the neccesary changes that should also solve failing tests. Let me know about any further changes/suggestions @Electronic-Waste @andreyvelich @tenzen-y @johnugeorge.
@Electronic-Waste I have fixed these issues lmk if anything else is needed. thanks!
/rerun-all
@prakhar479 Can you please fix the lint error and the error in tune API?
/rerun-all
… katlib_client.py
Signed-off-by: prakhar479 153047595+prakhar479@users.noreply.github.com
added
custom_collector
field tometrics_collector_config
in tune to allow for users to specify custom metrics collector for exampleprometheus
fixes #2402