Docs: Organize variables (#26738)
* Moved files to folder and updated links * fixed links * Update _index.md * Update templates-and-variables.md
This commit is contained in:
@@ -25,7 +25,7 @@ Grafana creates an empty graph panel with your default data source selected.
|
||||
|
||||
## 2. Edit panel settings
|
||||
|
||||
While not required, we recommend that you add a helpful title and description to your panel. You can use [variables you have defined]({{< relref "../variables/templates-and-variables.md" >}}) in either field, but not [global variables]({{< relref "../variables/global-variables.md" >}}).
|
||||
While not required, we recommend that you add a helpful title and description to your panel. You can use [variables you have defined]({{< relref "../variables/templates-and-variables.md" >}}) in either field, but not [global variables]({{< relref "../variables/variable-types/global-variables.md" >}}).
|
||||
|
||||

|
||||
|
||||
|
||||
@@ -94,7 +94,7 @@ Panel data source query options:
|
||||
|
||||
This automatic interval is calculated based on the width of the graph. If the user zooms out a lot then the interval becomes greater, resulting in a more coarse grained aggregation whereas if the user zooms in then the interval decreases resulting in a more fine grained aggregation.
|
||||
|
||||
For more information, refer to [Global variables]({{< relref "../variables/global-variables.md" >}}).
|
||||
For more information, refer to [Global variables]({{< relref "../variables/variable-types/global-variables.md" >}}).
|
||||
|
||||
- **Relative time -** You can override the relative time range for individual panels, causing them to be different than what is selected in the dashboard time picker in the top right corner of the dashboard. This allows you to show metrics from different time periods or days on the same dashboard.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user