FeatureFlags: Remove enabled from FeatureFlag model (#79960)

This commit is contained in:
Ryan McKinley
2024-01-10 21:34:18 -08:00
committed by GitHub
parent 48b5ac779b
commit 85d68b88cf
8 changed files with 95 additions and 98 deletions

View File

@ -52,6 +52,7 @@ Some features are enabled by default. You can disable these feature by setting t
| `splitScopes` | Support faster dashboard and folder search by splitting permission scopes into parts | 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 |
| `alertingInsights` | Show the new alerting insights landing page | Yes |
| `cloudWatchWildCardDimensionValues` | Fetches dimension values from CloudWatch to correctly label wildcard dimensions | Yes |
| `recoveryThreshold` | Enables feature recovery threshold (aka hysteresis) for threshold server-side expression | Yes |