Docs: Add a note on query caching for Cloudwatch datasource (#100180)
This commit is contained in:
@@ -110,6 +110,10 @@ By reducing the number of queries and requests sent to data sources, caching can
|
||||
|
||||
Query caching works for Grafana's [built-in data sources]({{< relref "../../datasources/#built-in-core-data-sources" >}}), and [backend data source plugins](https://grafana.com/grafana/plugins/?type=datasource) that extend the `DataSourceWithBackend` class in the plugins SDK.
|
||||
|
||||
{{% admonition type="note" %}}
|
||||
Logs Insights for the CloudWatch data source does not support query caching due to the way logs are requested from AWS.
|
||||
{{% /admonition %}}
|
||||
|
||||
To verify that a data source works with query caching, follow the [instructions below](#enable-and-configure-query-caching) to **Enable and Configure query caching**. If caching is enabled in Grafana but the Caching tab is not visible for the given data source, then query caching is not available for that data source.
|
||||
|
||||
{{% admonition type="note" %}}
|
||||
|
||||
Reference in New Issue
Block a user