feat(site): add parameters usage to insights (#8886)

This commit is contained in:
Bruno Quaresma
2023-08-08 13:09:31 -03:00
committed by GitHub
parent 5339a31532
commit 4a987e9917
7 changed files with 618 additions and 5 deletions

View File

@ -1881,6 +1881,9 @@ const (
// Deployment health page
ExperimentDeploymentHealthPage Experiment = "deployment_health_page"
// Template parameters insights
ExperimentTemplateParametersInsights Experiment = "template_parameters_insights"
// Add new experiments here!
// ExperimentExample Experiment = "example"
)
@ -1891,6 +1894,7 @@ const (
// not be included here and will be essentially hidden.
var ExperimentsAll = Experiments{
ExperimentDeploymentHealthPage,
ExperimentTemplateParametersInsights,
}
// Experiments is a list of experiments that are enabled for the deployment.