mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: remove adhocFilterOneOf
toggle (#92979)
remove adhocFilterOneOf toggle
This commit is contained in:
parent
085aaec958
commit
82fe497b9d
@ -192,7 +192,6 @@ Experimental features might be changed or removed without prior notice.
|
|||||||
| `dashboardRestoreUI` | Enables the frontend to be able to restore a recently deleted dashboard |
|
| `dashboardRestoreUI` | Enables the frontend to be able to restore a recently deleted dashboard |
|
||||||
| `backgroundPluginInstaller` | Enable background plugin installer |
|
| `backgroundPluginInstaller` | Enable background plugin installer |
|
||||||
| `dataplaneAggregator` | Enable grafana dataplane aggregator |
|
| `dataplaneAggregator` | Enable grafana dataplane aggregator |
|
||||||
| `adhocFilterOneOf` | Exposes a new 'one of' operator for ad-hoc filters. This operator allows users to filter by multiple values in a single filter. |
|
|
||||||
| `newFiltersUI` | Enables new combobox style UI for the Ad hoc filters variable in scenes architecture |
|
| `newFiltersUI` | Enables new combobox style UI for the Ad hoc filters variable in scenes architecture |
|
||||||
| `lokiSendDashboardPanelNames` | Send dashboard and panel names to Loki when querying |
|
| `lokiSendDashboardPanelNames` | Send dashboard and panel names to Loki when querying |
|
||||||
| `singleTopNav` | Unifies the top search bar and breadcrumb bar into one |
|
| `singleTopNav` | Unifies the top search bar and breadcrumb bar into one |
|
||||||
|
@ -201,7 +201,6 @@ export interface FeatureToggles {
|
|||||||
prometheusAzureOverrideAudience?: boolean;
|
prometheusAzureOverrideAudience?: boolean;
|
||||||
backgroundPluginInstaller?: boolean;
|
backgroundPluginInstaller?: boolean;
|
||||||
dataplaneAggregator?: boolean;
|
dataplaneAggregator?: boolean;
|
||||||
adhocFilterOneOf?: boolean;
|
|
||||||
newFiltersUI?: boolean;
|
newFiltersUI?: boolean;
|
||||||
lokiSendDashboardPanelNames?: boolean;
|
lokiSendDashboardPanelNames?: boolean;
|
||||||
singleTopNav?: boolean;
|
singleTopNav?: boolean;
|
||||||
|
@ -1386,12 +1386,6 @@ var (
|
|||||||
Owner: grafanaAppPlatformSquad,
|
Owner: grafanaAppPlatformSquad,
|
||||||
RequiresRestart: true,
|
RequiresRestart: true,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
Name: "adhocFilterOneOf",
|
|
||||||
Description: "Exposes a new 'one of' operator for ad-hoc filters. This operator allows users to filter by multiple values in a single filter.",
|
|
||||||
Stage: FeatureStageExperimental,
|
|
||||||
Owner: grafanaDashboardsSquad,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
Name: "newFiltersUI",
|
Name: "newFiltersUI",
|
||||||
Description: "Enables new combobox style UI for the Ad hoc filters variable in scenes architecture",
|
Description: "Enables new combobox style UI for the Ad hoc filters variable in scenes architecture",
|
||||||
|
@ -182,7 +182,6 @@ cloudwatchMetricInsightsCrossAccount,preview,@grafana/aws-datasources,false,fals
|
|||||||
prometheusAzureOverrideAudience,deprecated,@grafana/partner-datasources,false,false,false
|
prometheusAzureOverrideAudience,deprecated,@grafana/partner-datasources,false,false,false
|
||||||
backgroundPluginInstaller,experimental,@grafana/plugins-platform-backend,false,true,false
|
backgroundPluginInstaller,experimental,@grafana/plugins-platform-backend,false,true,false
|
||||||
dataplaneAggregator,experimental,@grafana/grafana-app-platform-squad,false,true,false
|
dataplaneAggregator,experimental,@grafana/grafana-app-platform-squad,false,true,false
|
||||||
adhocFilterOneOf,experimental,@grafana/dashboards-squad,false,false,false
|
|
||||||
newFiltersUI,experimental,@grafana/dashboards-squad,false,false,false
|
newFiltersUI,experimental,@grafana/dashboards-squad,false,false,false
|
||||||
lokiSendDashboardPanelNames,experimental,@grafana/observability-logs,false,false,false
|
lokiSendDashboardPanelNames,experimental,@grafana/observability-logs,false,false,false
|
||||||
singleTopNav,experimental,@grafana/grafana-frontend-platform,false,false,true
|
singleTopNav,experimental,@grafana/grafana-frontend-platform,false,false,true
|
||||||
|
|
@ -739,10 +739,6 @@ const (
|
|||||||
// Enable grafana dataplane aggregator
|
// Enable grafana dataplane aggregator
|
||||||
FlagDataplaneAggregator = "dataplaneAggregator"
|
FlagDataplaneAggregator = "dataplaneAggregator"
|
||||||
|
|
||||||
// FlagAdhocFilterOneOf
|
|
||||||
// Exposes a new 'one of' operator for ad-hoc filters. This operator allows users to filter by multiple values in a single filter.
|
|
||||||
FlagAdhocFilterOneOf = "adhocFilterOneOf"
|
|
||||||
|
|
||||||
// FlagNewFiltersUI
|
// FlagNewFiltersUI
|
||||||
// Enables new combobox style UI for the Ad hoc filters variable in scenes architecture
|
// Enables new combobox style UI for the Ad hoc filters variable in scenes architecture
|
||||||
FlagNewFiltersUI = "newFiltersUI"
|
FlagNewFiltersUI = "newFiltersUI"
|
||||||
|
@ -52,7 +52,8 @@
|
|||||||
"metadata": {
|
"metadata": {
|
||||||
"name": "adhocFilterOneOf",
|
"name": "adhocFilterOneOf",
|
||||||
"resourceVersion": "1723119716623",
|
"resourceVersion": "1723119716623",
|
||||||
"creationTimestamp": "2024-08-08T12:21:56Z"
|
"creationTimestamp": "2024-08-08T12:21:56Z",
|
||||||
|
"deletionTimestamp": "2024-09-05T12:30:12Z"
|
||||||
},
|
},
|
||||||
"spec": {
|
"spec": {
|
||||||
"description": "Exposes a new 'one of' operator for ad-hoc filters. This operator allows users to filter by multiple values in a single filter.",
|
"description": "Exposes a new 'one of' operator for ad-hoc filters. This operator allows users to filter by multiple values in a single filter.",
|
||||||
|
Loading…
Reference in New Issue
Block a user