autotune icon indicating copy to clipboard operation
autotune copied to clipboard

Autonomous Performance Tuning for Kubernetes!

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

POC for adding TSDB support #1006 needs the API's to be finalized.

documentation
kruize-local
proof-of-concept

I have integrated Bharath's executor service module used in EM to updaterecommendations API, and it appears that we are obtaining better results. Testing is currently underway.

Both error and critical notifications are generated when cpu and memory requests/limits are not set which is duplicating the notifications. Error based notifications 224001 and 223001 are not required as...

Below is the notification message when the data is available and the update_recommendations API was not called even once. ``` "notifications": { "120001": { "type": "info", "message": "There is not...

[API] Add an API to updateRecommendations for an experiment by considering the latest available interval_end time from database as default.

Add an API to list Experiments for a given cluster (. /listExperimentNames?cluster_name= )

Add an API to get the ExperimentNames as an array similar to /listClusters.