FeatureToggles: remove panelTitleSearchInV1 (#99292)

remove panelTitleSearchInV1
This commit is contained in:
Ryan McKinley
2025-01-21 12:59:32 +03:00
committed by GitHub
parent d8b6ded101
commit 0f023e7039
6 changed files with 2 additions and 15 deletions

View File

@@ -244,4 +244,3 @@ The following toggles require explicitly setting Grafana's [app mode]({{< relref
| -------------------------------------- | ----------------------------------------------------------------------------- |
| `grafanaAPIServerWithExperimentalAPIs` | Register experimental APIs with the k8s API server, including all datasources |
| `grafanaAPIServerEnsureKubectlAccess` | Start an additional https handler and write kubectl options |
| `panelTitleSearchInV1` | Enable searching for dashboards using panel title in search v1 |

View File

@@ -124,7 +124,6 @@ export interface FeatureToggles {
lokiStructuredMetadata?: boolean;
teamHttpHeaders?: boolean;
cachingOptimizeSerializationMemoryUsage?: boolean;
panelTitleSearchInV1?: boolean;
managedPluginsInstall?: boolean;
prometheusPromQAIL?: boolean;
prometheusCodeModeMetricNamesSearch?: boolean;

View File

@@ -792,13 +792,6 @@ var (
Owner: grafanaOperatorExperienceSquad,
FrontendOnly: false,
},
{
Name: "panelTitleSearchInV1",
Description: "Enable searching for dashboards using panel title in search v1",
RequiresDevMode: true,
Stage: FeatureStageExperimental,
Owner: grafanaSearchAndStorageSquad,
},
{
Name: "managedPluginsInstall",
Description: "Install managed plugins directly from plugins catalog",

View File

@@ -105,7 +105,6 @@ recoveryThreshold,GA,@grafana/alerting-squad,false,true,false
lokiStructuredMetadata,GA,@grafana/observability-logs,false,false,false
teamHttpHeaders,preview,@grafana/identity-access-team,false,false,false
cachingOptimizeSerializationMemoryUsage,experimental,@grafana/grafana-operator-experience-squad,false,false,false
panelTitleSearchInV1,experimental,@grafana/search-and-storage,true,false,false
managedPluginsInstall,GA,@grafana/plugins-platform-backend,false,false,false
prometheusPromQAIL,experimental,@grafana/oss-big-tent,false,false,true
prometheusCodeModeMetricNamesSearch,experimental,@grafana/oss-big-tent,false,false,true
1 Name Stage Owner requiresDevMode RequiresRestart FrontendOnly
105 lokiStructuredMetadata GA @grafana/observability-logs false false false
106 teamHttpHeaders preview @grafana/identity-access-team false false false
107 cachingOptimizeSerializationMemoryUsage experimental @grafana/grafana-operator-experience-squad false false false
panelTitleSearchInV1 experimental @grafana/search-and-storage true false false
108 managedPluginsInstall GA @grafana/plugins-platform-backend false false false
109 prometheusPromQAIL experimental @grafana/oss-big-tent false false true
110 prometheusCodeModeMetricNamesSearch experimental @grafana/oss-big-tent false false true

View File

@@ -431,10 +431,6 @@ const (
// If enabled, the caching backend gradually serializes query responses for the cache, comparing against the configured `[caching]max_value_mb` value as it goes. This can can help prevent Grafana from running out of memory while attempting to cache very large query responses.
FlagCachingOptimizeSerializationMemoryUsage = "cachingOptimizeSerializationMemoryUsage"
// FlagPanelTitleSearchInV1
// Enable searching for dashboards using panel title in search v1
FlagPanelTitleSearchInV1 = "panelTitleSearchInV1"
// FlagManagedPluginsInstall
// Install managed plugins directly from plugins catalog
FlagManagedPluginsInstall = "managedPluginsInstall"

View File

@@ -2778,7 +2778,8 @@
"metadata": {
"name": "panelTitleSearchInV1",
"resourceVersion": "1718727528075",
"creationTimestamp": "2023-10-13T12:04:24Z"
"creationTimestamp": "2023-10-13T12:04:24Z",
"deletionTimestamp": "2025-01-20T20:07:05Z"
},
"spec": {
"description": "Enable searching for dashboards using panel title in search v1",