From 3f839c734c63b669b7a371ec4da04c609b769b34 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Tue, 1 Jun 2021 05:06:34 -0400 Subject: [PATCH] Docs: Add query caching to enterprise docs page (#34751) (#35026) * add query caching to enterprise docs page * Update docs/sources/enterprise/_index.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> (cherry picked from commit 9bd823bac387b66eeec846345c1079a84776a7fd) Co-authored-by: Mitch Seaman --- docs/sources/enterprise/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sources/enterprise/_index.md b/docs/sources/enterprise/_index.md index a4be4a43314..daec5de1d0e 100644 --- a/docs/sources/enterprise/_index.md +++ b/docs/sources/enterprise/_index.md @@ -44,6 +44,7 @@ With Grafana Enterprise [enhanced LDAP]({{< relref "enhanced_ldap.md" >}}), you With Grafana Enterprise, you get access to new features, including: - [Data source permissions]({{< relref "datasource_permissions.md" >}}) to restrict query access to specific teams and users. +- [Data source query caching]({{< relref "query-caching.md" >}}) to temporarily store query results in Grafana to reduce data source load and rate limiting. - [Reporting]({{< relref "reporting.md" >}}) to generate a PDF report from any dashboard and set up a schedule to have it emailed to whoever you choose. - [Export dashboard as PDF]({{< relref "export-pdf.md" >}}) - [White labeling]({{< relref "white-labeling.md" >}}) to customize Grafana from the brand and logo to the footer links.