mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
FeatureToggles: remove panelTitleSearchInV1 (#99292)
remove panelTitleSearchInV1
This commit is contained in:
@@ -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 |
|
||||
|
||||
@@ -124,7 +124,6 @@ export interface FeatureToggles {
|
||||
lokiStructuredMetadata?: boolean;
|
||||
teamHttpHeaders?: boolean;
|
||||
cachingOptimizeSerializationMemoryUsage?: boolean;
|
||||
panelTitleSearchInV1?: boolean;
|
||||
managedPluginsInstall?: boolean;
|
||||
prometheusPromQAIL?: boolean;
|
||||
prometheusCodeModeMetricNamesSearch?: boolean;
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
|
@@ -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"
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user