InfluxDB: Enable SQL support by default (#79474)
* remove alpha notification * enable the feature toggle by default * fix
This commit is contained in:
@@ -812,10 +812,12 @@ var (
|
||||
{
|
||||
Name: "influxdbSqlSupport",
|
||||
Description: "Enable InfluxDB SQL query language support with new querying UI",
|
||||
Stage: FeatureStageExperimental,
|
||||
Stage: FeatureStageGeneralAvailability,
|
||||
FrontendOnly: false,
|
||||
Owner: grafanaObservabilityMetricsSquad,
|
||||
RequiresRestart: false,
|
||||
RequiresRestart: true,
|
||||
AllowSelfServe: true,
|
||||
Expression: "true", // enabled by default
|
||||
Created: time.Date(2023, time.August, 2, 12, 0, 0, 0, time.UTC),
|
||||
},
|
||||
{
|
||||
|
||||
@@ -94,7 +94,7 @@ tracesEmbeddedFlameGraph,experimental,@grafana/observability-traces-and-profilin
|
||||
permissionsFilterRemoveSubquery,experimental,@grafana/backend-platform,2023-08-02,false,false,false,false
|
||||
prometheusConfigOverhaulAuth,GA,@grafana/observability-metrics,2023-07-21,false,false,false,false
|
||||
configurableSchedulerTick,experimental,@grafana/alerting-squad,2023-07-26,false,false,true,false
|
||||
influxdbSqlSupport,experimental,@grafana/observability-metrics,2023-08-02,false,false,false,false
|
||||
influxdbSqlSupport,GA,@grafana/observability-metrics,2023-08-02,false,false,true,false
|
||||
alertingNoDataErrorExecution,privatePreview,@grafana/alerting-squad,2023-08-15,false,false,true,false
|
||||
angularDeprecationUI,experimental,@grafana/plugins-platform-backend,2023-08-29,false,false,false,true
|
||||
dashgpt,preview,@grafana/dashboards-squad,2023-11-17,false,false,false,true
|
||||
|
||||
|
Reference in New Issue
Block a user