kruize / kruize-ui

Kruize Autotune UI
MIT License
6 stars 12 forks source link

Do not display namespace recommendations experiments in the container recommendations drop down of list experiments #205

Open bhanvimenghani opened 4 weeks ago

bhanvimenghani commented 4 weeks ago

Problem Faced: Right now in the Container recommendations screen we get a list of all experiments if we select a nsp type experiment although the back-end is sending recc the ui is unable to display those as it is for container recc. and hence goes blank. So for container section we just want experiments having experiment type container and similarly for namespaces.

Expectations / Delivery Requirements: Cont recc should have a check on experiments being displayed on the ui (via the exp drop down) check to see if experiment_type == container or experiment_type == namespace and accordingly decide what needs to be done

Where to Start? experiment_type is available in list experiments api, so check there itself & display the experiments which have it set to container in the drop down, experiments set to nsp i will skip