-
Notifications
You must be signed in to change notification settings - Fork 25
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
recommender: Initial support for third-party replica recommenders #223
Conversation
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.
This pull request does not contain a valid label. Please add one of the following labels: bug, enhancement, refactoring, documentation, tooling, dependencies
b0a01b3
to
05119ca
Compare
bundle/manifests/watermarkpodautoscaler.clusterserviceversion.yaml
Outdated
Show resolved
Hide resolved
The base branch was changed.
This is a first step to implement the interface defined in DataDog/agent-payload#348 Currently this simply adds a non-implemented recommender client and the necesary logic to handle the results. It does not allow the usage all the features made available by the recommendation API and keep it to the minimum required to make use of it (for example simple TargetType). Simple tests have been implemented and this was implemented to re-use as much code as possible in the replica_calculator. Follow-up PRs will actually implement the recommender client and add the necessary tests and documentation.
a833bf7
to
eac6992
Compare
/merge |
🚂 MergeQueue: pull request added to the queue The median merge time in Use |
This is a first step to implement the interface defined in DataDog/agent-payload#348
Currently this simply adds a non-implemented recommender client and the necesary logic to handle
the results. It does not allow the usage all the features made available by the recommendation
API and keep it to the minimum required to make use of it (for example simple TargetType).
Simple tests have been implemented and this was implemented to re-use as much code as possible in the replica_calculator.
Follow-up PRs will
This PR is currently based on lenaic/CONTINT-4412