mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: remove the queryLibraryDashboards
toggle since we didn't end up using it (#100749)
remove the queryLibraryDashboards toggle since we didn't end up using it
This commit is contained in:
parent
589340e03c
commit
39db59fc73
@ -228,7 +228,6 @@ Experimental features might be changed or removed without prior notice.
|
||||
| `k8SFolderMove` | Enable folder's api server move |
|
||||
| `teamHttpHeadersMimir` | Enables LBAC for datasources for Mimir to apply LBAC filtering of metrics to the client requests for users in teams |
|
||||
| `templateVariablesUsesCombobox` | Use new combobox component for template variables |
|
||||
| `queryLibraryDashboards` | Enables Query Library feature in Dashboards |
|
||||
| `grafanaAdvisor` | Enables Advisor app |
|
||||
| `elasticsearchImprovedParsing` | Enables less memory intensive Elasticsearch result parsing |
|
||||
| `datasourceConnectionsTab` | Shows defined connections for a data source in the plugins detail page |
|
||||
|
@ -247,7 +247,6 @@ export interface FeatureToggles {
|
||||
ABTestFeatureToggleA?: boolean;
|
||||
templateVariablesUsesCombobox?: boolean;
|
||||
ABTestFeatureToggleB?: boolean;
|
||||
queryLibraryDashboards?: boolean;
|
||||
grafanaAdvisor?: boolean;
|
||||
elasticsearchImprovedParsing?: boolean;
|
||||
exploreMetricsUseExternalAppPlugin?: boolean;
|
||||
|
@ -1716,13 +1716,6 @@ var (
|
||||
Expression: "false",
|
||||
HideFromDocs: true,
|
||||
},
|
||||
{
|
||||
Name: "queryLibraryDashboards",
|
||||
Description: "Enables Query Library feature in Dashboards",
|
||||
Stage: FeatureStageExperimental,
|
||||
Owner: grafanaFrontendPlatformSquad,
|
||||
AllowSelfServe: false,
|
||||
},
|
||||
{
|
||||
Name: "grafanaAdvisor",
|
||||
Description: "Enables Advisor app",
|
||||
|
@ -228,7 +228,6 @@ teamHttpHeadersMimir,experimental,@grafana/identity-access-team,false,false,fals
|
||||
ABTestFeatureToggleA,experimental,@grafana/sharing-squad,false,false,false
|
||||
templateVariablesUsesCombobox,experimental,@grafana/grafana-frontend-platform,false,false,true
|
||||
ABTestFeatureToggleB,experimental,@grafana/sharing-squad,false,false,false
|
||||
queryLibraryDashboards,experimental,@grafana/grafana-frontend-platform,false,false,false
|
||||
grafanaAdvisor,experimental,@grafana/plugins-platform-backend,false,false,false
|
||||
elasticsearchImprovedParsing,experimental,@grafana/aws-datasources,false,false,false
|
||||
exploreMetricsUseExternalAppPlugin,experimental,@grafana/observability-metrics,false,true,true
|
||||
|
|
@ -923,10 +923,6 @@ const (
|
||||
// Test feature toggle to see how cohorts could be set up AB testing
|
||||
FlagABTestFeatureToggleB = "ABTestFeatureToggleB"
|
||||
|
||||
// FlagQueryLibraryDashboards
|
||||
// Enables Query Library feature in Dashboards
|
||||
FlagQueryLibraryDashboards = "queryLibraryDashboards"
|
||||
|
||||
// FlagGrafanaAdvisor
|
||||
// Enables Advisor app
|
||||
FlagGrafanaAdvisor = "grafanaAdvisor"
|
||||
|
@ -3424,6 +3424,7 @@
|
||||
"name": "queryLibraryDashboards",
|
||||
"resourceVersion": "1736850377404",
|
||||
"creationTimestamp": "2025-01-14T11:01:15Z",
|
||||
"deletionTimestamp": "2025-02-14T16:06:41Z",
|
||||
"annotations": {
|
||||
"grafana.app/updatedTimestamp": "2025-01-14 10:26:17.404592 +0000 UTC"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user