mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 05:12:12 +08:00

* Added and updated frontmatter descriptions for dashboards pages * fixed typo * Updated public dashboards page description
34 lines
907 B
Markdown
34 lines
907 B
Markdown
---
|
|
keywords:
|
|
- grafana
|
|
- dashboard
|
|
- dashboard folders
|
|
- create
|
|
- build
|
|
- design
|
|
labels:
|
|
products:
|
|
- cloud
|
|
- enterprise
|
|
- oss
|
|
menuTitle: Build dashboards
|
|
title: Build dashboards
|
|
description: Build dashboards including managing settings, links, and version history
|
|
weight: 2
|
|
---
|
|
|
|
# Build dashboards
|
|
|
|
This section includes the following topics:
|
|
|
|
{{< section >}}
|
|
|
|
## Dynamic dashboards
|
|
|
|
You can create more interactive and dynamic dashboards by adding and using [variables][]. Instead of hard-coding things like server, application, and sensor names in your metric queries, you can use variables in their place. Read more about variables [here][variables].
|
|
|
|
{{% docs/reference %}}
|
|
[variables]: "/docs/grafana/ -> /docs/grafana/<GRAFANA VERSION>/dashboards/variables"
|
|
[variables]: "/docs/grafana-cloud/ -> /docs/grafana/<GRAFANA VERSION>/dashboards/variables"
|
|
{{% /docs/reference %}}
|