File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ weight = 8
9
9
10
10
# Export and Import
11
11
12
- Grafana Dashboads can easily be exported and imported, either from the UI or from the HTTP API.
12
+ Grafana Dashboards can easily be exported and imported, either from the UI or from the HTTP API.
13
13
14
14
## Exporting a dashboard
15
15
@@ -22,9 +22,9 @@ The export feature is accessed from the share menu.
22
22
### Making a dashboard portable
23
23
24
24
If you want to export a dashboard for others to use then it could be a good idea to
25
- add template variables for things like a metric prefix (use contant variable) and server name.
25
+ add template variables for things like a metric prefix (use constant variable) and server name.
26
26
27
- A template varible of the type ` Constant ` will automatically be hidden in
27
+ A template variable of the type ` Constant ` will automatically be hidden in
28
28
the dashboard, and will also be added as an required input when the dashboard is imported.
29
29
30
30
## Importing a dashboard
@@ -43,7 +43,7 @@ data source you want the dashboard to use and specify any metric prefixes (if th
43
43
44
44
## Discover dashboards on Grafana.net
45
45
46
- Find dashboads for common server applications at [ Grafana.net/dashboards] ( https://grafana.net/dashboards ) .
46
+ Find dashboards for common server applications at [ Grafana.net/dashboards] ( https://grafana.net/dashboards ) .
47
47
48
48
<img src =" /img/docs/v31/gnet_dashboards_list.png " >
49
49
You can’t perform that action at this time.
0 commit comments