From 976db3f53f0748c540c32f19ce345adac351f5ce Mon Sep 17 00:00:00 2001 From: Isabel <76437239+imatwawana@users.noreply.github.com> Date: Thu, 2 Mar 2023 16:04:59 -0500 Subject: [PATCH] add manual prebuilt dashboards CTA banner (#64072) Adds manual CTA banner to this page so it can be indexed for SEO purposes. Current banner is being managed by our CTA tracking tool, which is not being indexed. --- docs/sources/dashboards/_index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/sources/dashboards/_index.md b/docs/sources/dashboards/_index.md index c548e42e61c..2f090a6dc84 100644 --- a/docs/sources/dashboards/_index.md +++ b/docs/sources/dashboards/_index.md @@ -7,6 +7,8 @@ weight: 70 # Dashboards +> **Note:** Looking for prebuilt Grafana dashboards? [Check out our full library of dashboards and more →](https://grafana.com/grafana/dashboards/?pg=docs-grafana-latest-dashboards) + A dashboard is a set of one or more [panels]({{< relref "../panels-visualizations/" >}}) organized and arranged into one or more rows. Grafana ships with a variety of panels making it easy to construct the right queries, and customize the visualization so that you can create the perfect dashboard for your need. Each panel can interact with data from any configured Grafana [data source]({{< relref "../administration/data-source-management/" >}}). Dashboard snapshots are static. Queries and expressions cannot be re-executed from snapshots. As a result, if you update any variables in your query or expression, it will not change your dashboard data.