Dashboard Library: Add new "suggestedDashboards" feature toggle (#113591)

This commit is contained in:
Alexa Vargas
2025-11-07 13:38:59 +00:00
committed by GitHub
parent 176b0f8b48
commit e5ed003fb2
5 changed files with 33 additions and 5 deletions
+5 -1
View File
@@ -565,10 +565,14 @@ export interface FeatureToggles {
*/
queryLibrary?: boolean;
/**
* Enable suggested dashboards when creating new dashboards
* Enable dashboard library experiments that are production ready
*/
dashboardLibrary?: boolean;
/**
* Enable suggested dashboards when creating new dashboards
*/
suggestedDashboards?: boolean;
/**
* Sets the logs table as default visualisation in logs explore
*/
logsExploreTableDefaultVisualization?: boolean;