You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently CreateExperiment JSON uses performance_profile field referencing metric profile in local monitoring as previously Kruize was using a common experiment database table. Now with concurrent RM and LM feature released with 0.3 we have separate database tables for experiments in remote and local monitoring and hence metric_profile field can be added replacing performance_profile for local monitoring usecase.
Describe the feature
Currently CreateExperiment JSON uses
performance_profile
field referencing metric profile in local monitoring as previously Kruize was using a common experiment database table. Now with concurrent RM and LM feature released with0.3
we have separate database tables for experiments in remote and local monitoring and hencemetric_profile
field can be added replacingperformance_profile
for local monitoring usecase.Examples or references
Reference - CreateExperiment in local monitoring
Below is example createExperiment JSON payload replacing
performance_profile
withmetadata_profile
Suggest a solution
Add
metric_profile
field inKruizeLMExperimentEntry
tableAdditional Context
Any additional context about the feature
The text was updated successfully, but these errors were encountered: