InfluxDB: Remove influxdbSqlSupport feature toggle (#86518)

Remove influxdbSqlSupport feature toggle
This commit is contained in:
ismail simsek
2024-04-18 16:29:27 +02:00
committed by GitHub
parent 99f34cb1ed
commit 28a683cf28
7 changed files with 6 additions and 27 deletions
@@ -43,7 +43,6 @@ Some features are enabled by default. You can disable these feature by setting t
| `traceQLStreaming` | Enables response streaming of TraceQL queries of the Tempo data source | |
| `awsAsyncQueryCaching` | Enable caching for async queries for Redshift and Athena. Requires that the datasource has caching and async query support enabled | Yes |
| `prometheusConfigOverhaulAuth` | Update the Prometheus configuration page with the new auth component | Yes |
| `influxdbSqlSupport` | Enable InfluxDB SQL query language support with new querying UI | Yes |
| `alertingNoDataErrorExecution` | Changes how Alerting state manager handles execution of NoData/Error | Yes |
| `angularDeprecationUI` | Display Angular warnings in dashboards and panels | Yes |
| `dashgpt` | Enable AI powered features in dashboards | Yes |