mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
OpenSearch: remove unused version detection toggle (#68496)
This commit is contained in:
parent
b8a9f5cfb4
commit
800f733024
@ -110,7 +110,6 @@ Alpha features might be changed or removed without prior notice.
|
|||||||
| `pyroscopeFlameGraph` | Changes flame graph to pyroscope one |
|
| `pyroscopeFlameGraph` | Changes flame graph to pyroscope one |
|
||||||
| `authenticationConfigUI` | Enables authentication configuration UI |
|
| `authenticationConfigUI` | Enables authentication configuration UI |
|
||||||
| `pluginsAPIManifestKey` | Use grafana.com API to retrieve the public manifest key |
|
| `pluginsAPIManifestKey` | Use grafana.com API to retrieve the public manifest key |
|
||||||
| `opensearchDetectVersion` | Enable version detection in OpenSearch |
|
|
||||||
| `extraThemes` | Enables extra themes |
|
| `extraThemes` | Enables extra themes |
|
||||||
|
|
||||||
## Development feature toggles
|
## Development feature toggles
|
||||||
|
@ -94,7 +94,6 @@ export interface FeatureToggles {
|
|||||||
authenticationConfigUI?: boolean;
|
authenticationConfigUI?: boolean;
|
||||||
pluginsAPIManifestKey?: boolean;
|
pluginsAPIManifestKey?: boolean;
|
||||||
advancedDataSourcePicker?: boolean;
|
advancedDataSourcePicker?: boolean;
|
||||||
opensearchDetectVersion?: boolean;
|
|
||||||
faroDatasourceSelector?: boolean;
|
faroDatasourceSelector?: boolean;
|
||||||
enableDatagridEditing?: boolean;
|
enableDatagridEditing?: boolean;
|
||||||
extraThemes?: boolean;
|
extraThemes?: boolean;
|
||||||
|
@ -511,13 +511,6 @@ var (
|
|||||||
Expression: "true", // enabled by default
|
Expression: "true", // enabled by default
|
||||||
Owner: grafanaDashboardsSquad,
|
Owner: grafanaDashboardsSquad,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
Name: "opensearchDetectVersion",
|
|
||||||
Description: "Enable version detection in OpenSearch",
|
|
||||||
State: FeatureStateAlpha,
|
|
||||||
FrontendOnly: true,
|
|
||||||
Owner: awsPluginsSquad,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
Name: "faroDatasourceSelector",
|
Name: "faroDatasourceSelector",
|
||||||
Description: "Enable the data source selector within the Frontend Apps section of the Frontend Observability ",
|
Description: "Enable the data source selector within the Frontend Apps section of the Frontend Observability ",
|
||||||
|
@ -75,7 +75,6 @@ enableElasticsearchBackendQuerying,beta,@grafana/observability-logs,false,false,
|
|||||||
authenticationConfigUI,alpha,@grafana/grafana-authnz-team,false,false,false,false
|
authenticationConfigUI,alpha,@grafana/grafana-authnz-team,false,false,false,false
|
||||||
pluginsAPIManifestKey,alpha,@grafana/plugins-platform-backend,false,false,false,false
|
pluginsAPIManifestKey,alpha,@grafana/plugins-platform-backend,false,false,false,false
|
||||||
advancedDataSourcePicker,stable,@grafana/dashboards-squad,false,false,false,true
|
advancedDataSourcePicker,stable,@grafana/dashboards-squad,false,false,false,true
|
||||||
opensearchDetectVersion,alpha,@grafana/aws-plugins,false,false,false,true
|
|
||||||
faroDatasourceSelector,beta,@grafana/app-o11y,false,false,false,true
|
faroDatasourceSelector,beta,@grafana/app-o11y,false,false,false,true
|
||||||
enableDatagridEditing,beta,@grafana/grafana-bi-squad,false,false,false,true
|
enableDatagridEditing,beta,@grafana/grafana-bi-squad,false,false,false,true
|
||||||
extraThemes,alpha,@grafana/user-essentials,false,false,false,true
|
extraThemes,alpha,@grafana/user-essentials,false,false,false,true
|
||||||
|
|
@ -311,10 +311,6 @@ const (
|
|||||||
// Enable a new data source picker with contextual information, recently used order and advanced mode
|
// Enable a new data source picker with contextual information, recently used order and advanced mode
|
||||||
FlagAdvancedDataSourcePicker = "advancedDataSourcePicker"
|
FlagAdvancedDataSourcePicker = "advancedDataSourcePicker"
|
||||||
|
|
||||||
// FlagOpensearchDetectVersion
|
|
||||||
// Enable version detection in OpenSearch
|
|
||||||
FlagOpensearchDetectVersion = "opensearchDetectVersion"
|
|
||||||
|
|
||||||
// FlagFaroDatasourceSelector
|
// FlagFaroDatasourceSelector
|
||||||
// Enable the data source selector within the Frontend Apps section of the Frontend Observability
|
// Enable the data source selector within the Frontend Apps section of the Frontend Observability
|
||||||
FlagFaroDatasourceSelector = "faroDatasourceSelector"
|
FlagFaroDatasourceSelector = "faroDatasourceSelector"
|
||||||
|
Loading…
Reference in New Issue
Block a user