Commit 2f4cecfb authored by Jose Vargas's avatar Jose Vargas Committed by rpereira2

Move files to the `dashboard` dir

parent 62930b38
...@@ -331,7 +331,7 @@ The following tables outline the details of expected properties. ...@@ -331,7 +331,7 @@ The following tables outline the details of expected properties.
| -------- | ---- | -------- | ----------- | | -------- | ---- | -------- | ----------- |
| `variables` | Hash | no | Variables can be defined here. | | `variables` | Hash | no | Variables can be defined here. |
Read the documentation on [templating](../monitoring_dashboards/templating.md). Read the documentation on [templating](../metrics/dashboard/templating.md).
##### **Panel group (`panel_groups`) properties** ##### **Panel group (`panel_groups`) properties**
......
...@@ -11,13 +11,13 @@ Templating variables can be used to make your metrics dashboard more versatile. ...@@ -11,13 +11,13 @@ Templating variables can be used to make your metrics dashboard more versatile.
## Templating variable types ## Templating variable types
`templating` is a top-level key in the `templating` is a top-level key in the
[dashboard YAML](../integrations/prometheus.md#dashboard-top-level-properties). [dashboard YAML](../../integrations/prometheus.md#dashboard-top-level-properties).
Define your variables in the `variables` key, under `templating`. The value of Define your variables in the `variables` key, under `templating`. The value of
the `variables` key should be a hash, and each key under `variables` the `variables` key should be a hash, and each key under `variables`
defines a templating variable on the dashboard. defines a templating variable on the dashboard.
A variable can be used in a Prometheus query in the same dashboard using the syntax A variable can be used in a Prometheus query in the same dashboard using the syntax
described [here](../integrations/prometheus.md#using-variables). described [here](../../integrations/prometheus.md#using-variables).
### `text` variable type ### `text` variable type
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment