autotune icon indicating copy to clipboard operation
autotune copied to clipboard

Autonomous Performance Tuning for Kubernetes!

Results 211 autotune issues
Sort by recently updated
recently updated
newest added

Signed-off-by: msvinaykumar Changes to accommodate new JSON template as per Jira https://github.com/kruize/autotune/pull/486

The metrics collection should be started only if there is a load on the deployment. This PR adds a base implementation of the load detection. Work which needs to be...

Experiment trials Data access object with implementation. DAO's help in adding and listing experiments.

We should be setting the authorization header if the `authHeaderString` is not null and not empty. The earlier check used an `or case` where the program proceeds to check if...

Include a test for A/B testing usecase. In this usecase, the user provides a deployment name, two docker images and metrics to be monitored during the course of the experiment....

Goal: Update autotune hotpsot config yaml with default tunables for containers. As part of this goal, in this sprint will have a discussion with OpenJDK team regarding the updates required...

Updated the README.md as per the design discussion, the `listTrialStatus` design covers the objectives that need to be served by autotune for the user requirements regarding the trial status Signed-off-by:...

This PR adds the ExperimentDatasourceCollection Implementation of DataSource collection for experiment level datasource mapping