You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sources/setup-grafana/configure-grafana/feature-toggles/index.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -41,14 +41,13 @@ Some features are enabled by default. You can disable these feature by setting t
41
41
|`prometheusDataplane`| Changes responses to from Prometheus to be compliant with the dataplane specification. In particular, when this feature toggle is active, the numeric `Field.Name` is set from 'Value' to the value of the `__name__` label. | Yes |
42
42
|`lokiMetricDataplane`| Changes metric responses from Loki to be compliant with the dataplane specification. | Yes |
43
43
|`dataplaneFrontendFallback`| Support dataplane contract field name change for transformations and field name matchers where the name is different | Yes |
44
-
|`useCachingService`| When active, the new query and resource caching implementation using a wire service inject replaces the previous middleware implementation. | Yes |
45
44
|`enableElasticsearchBackendQuerying`| Enable the processing of queries and responses in the Elasticsearch data source through backend | Yes |
46
45
|`advancedDataSourcePicker`| Enable a new data source picker with contextual information, recently used order and advanced mode | Yes |
47
46
|`cloudWatchLogsMonacoEditor`| Enables the Monaco editor for CloudWatch Logs queries | Yes |
48
47
|`recordedQueriesMulti`| Enables writing multiple items from a single query within Recorded Queries | Yes |
49
48
|`transformationsRedesign`| Enables the transformations redesign | Yes |
50
49
|`grafanaAPIServer`| Enable Kubernetes API Server for Grafana resources | Yes |
51
-
|`awsAsyncQueryCaching`| Enable caching for async queries for Redshift and Athena. Requires that the `useCachingService` feature toggle is enabled and the datasource has caching and async query support enabled | Yes |
50
+
|`awsAsyncQueryCaching`| Enable caching for async queries for Redshift and Athena. Requires that the datasource has caching and async query support enabled| Yes |
52
51
|`splitScopes`| Support faster dashboard and folder search by splitting permission scopes into parts | Yes |
53
52
|`prometheusConfigOverhaulAuth`| Update the Prometheus configuration page with the new auth component | Yes |
54
53
|`influxdbSqlSupport`| Enable InfluxDB SQL query language support with new querying UI | Yes |
Description: "When active, the new query and resource caching implementation using a wire service inject replaces the previous middleware implementation.",
Description: "Enable the processing of queries and responses in the Elasticsearch data source through backend",
@@ -753,7 +743,7 @@ var (
753
743
},
754
744
{
755
745
Name: "awsAsyncQueryCaching",
756
-
Description: "Enable caching for async queries for Redshift and Athena. Requires that the `useCachingService` feature toggle is enabled and the datasource has caching and async query support enabled",
746
+
Description: "Enable caching for async queries for Redshift and Athena. Requires that the datasource has caching and async query support enabled",
// Enable caching for async queries for Redshift and Athena. Requires that the `useCachingService` feature toggle is enabled and the datasource has caching and async query support enabled
359
+
// Enable caching for async queries for Redshift and Athena. Requires that the datasource has caching and async query support enabled
0 commit comments