mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Caching: Adding comment about resource caching (#45151)
Co-authored-by: Fiona Artiaga <89225282+GrafanaWriter@users.noreply.github.com>
This commit is contained in:
@@ -55,11 +55,11 @@ By default, data source queries are not cached. To enable query caching for a si
|
|||||||
1. In the data source list, click the data source that you want to turn on caching for.
|
1. In the data source list, click the data source that you want to turn on caching for.
|
||||||
1. Open the Cache tab.
|
1. Open the Cache tab.
|
||||||
1. Press the Enable button.
|
1. Press the Enable button.
|
||||||
1. (Optional) Choose a custom TTL for that data source. If you skip this step, then Grafana uses the default TTL.
|
1. (Optional) Choose custom TTLs for the data source's queries and resources caching. If you skip this step, then Grafana uses the default TTL.
|
||||||
|
|
||||||
> **Note:** If query caching is enabled and the Cache tab is not visible in a data source's settings, then query caching is not available for that data source.
|
> **Note:** If query caching is enabled and the Cache tab is not visible in a data source's settings, then query caching is not available for that data source.
|
||||||
|
|
||||||
To configure global settings for query caching, refer the the [Query caching section of Enterprise Configuration]({{< relref "./enterprise-configuration.md#caching" >}}).
|
To configure global settings for query caching, refer to the [Query caching section of Enterprise Configuration]({{< relref "./enterprise-configuration.md#caching" >}}).
|
||||||
|
|
||||||
## Disable query caching
|
## Disable query caching
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user