From 067bd5e6046d8edf22d36d8078e899e9cc5f2abb Mon Sep 17 00:00:00 2001 From: Kevin Minehart Date: Mon, 22 Mar 2021 09:10:19 -0500 Subject: [PATCH] add name of query caching feature flag in docs (#32215) * add name of query caching feature flag in docs * update caching config link --- docs/sources/enterprise/query-caching.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/enterprise/query-caching.md b/docs/sources/enterprise/query-caching.md index f11769a4a09..83538a70a12 100644 --- a/docs/sources/enterprise/query-caching.md +++ b/docs/sources/enterprise/query-caching.md @@ -7,7 +7,7 @@ weight = 110 # Query caching -> **Note:** Query caching is available behind a feature flag in Grafana Enterprise 7.5+. +> **Note:** Query caching is available behind the `caching` feature flag in Grafana Enterprise 7.5+. When query caching is enabled, Grafana temporarily stores the results of data source queries. When you or another user submit the exact same query again, the results will come back from the cache instead of from the data source (like Splunk or ServiceNow) itself. @@ -21,7 +21,7 @@ Query caching currently works for all backend data sources. You can enable the c ## Enable query caching -To enable and configure query caching, please refer the the [Query caching section of Enterprise Configuration]({{< relref "./enterprise-configuration.md#query-caching" >}}). +To enable and configure query caching, please refer the the [Query caching section of Enterprise Configuration]({{< relref "./enterprise-configuration.md#caching" >}}). ## Sending a request without cache