ExploreMetrics: Add toggle to enable routing to externalized Explore Metrics app plugin (#99481)

* feat: toggle for explore metrics app plugin

* chore: put app navigation settings behind feature toggle

* chore: require restart

* feat: context-driven applinks toggling

* fix: toggle ownership

* docs: note restart requirement

* refactor: prefer global feature toggle check

* chore: undo rm newlines

* fix: minimize changes

* fix: app id, `chromeless`, sidebar ordering
This commit is contained in:
Nick Richmond
2025-02-03 15:46:54 -05:00
committed by GitHub
parent ac41c19350
commit 29fa6dfc8d
9 changed files with 91 additions and 29 deletions

View File

@@ -251,6 +251,7 @@ export interface FeatureToggles {
queryLibraryDashboards?: boolean;
grafanaAdvisor?: boolean;
elasticsearchImprovedParsing?: boolean;
exploreMetricsUseExternalAppPlugin?: boolean;
datasourceConnectionsTab?: boolean;
fetchRulesUsingPost?: boolean;
alertingAlertmanagerExtraDedupStage?: boolean;