You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Deployment of this application to an edge device
18
+
19
+
1. TO BE DONE
20
+
17
21
## Updating / Adding new Grafana Dashboards
18
22
19
-
If you want to add a new Grafana Dashboard then this can be done through following steps (Updating happens in a similar way):
23
+
If you want to add a new Grafana dashboard then this can be done through following steps (Updating happens in a similar way):
20
24
21
-
1. Create the dashboard in Grafana
22
-
2. From the settings menu in Grafana select `View JSON` and copy the complete json file (**don't use the grafana `export` feature** as this will template the datasource and will not work due to that).
23
-
3.Create a file with extension `.json` in folder `grafana\dashboards` and paste the json contents you have copied in previous step into this file.
24
-
4.Changes replace the ID number by null. E.g. ` "id": 1,` should be changed into ` "id": null,`
25
+
1. Create the new dashboard using the Grafana UI.
26
+
2. From the settings menu in Grafana UI select `View JSON` and copy the complete json file (**don't use the grafana UI`export` feature** as this will template the datasource and will not work due to that).
27
+
3.Save the json contents you have copied in previous step into a new file in folder `grafana\dashboards` with extension .json (e.g. `mydashboard-02.json`)
28
+
4.Substitute the ID number you can find in that file just after field `"graphTooltip"`by `null`. E.g. ` "id": 1,` should be changed into ` "id": null,`
25
29
5. Commit your changes and push them to Balena Cloud.
0 commit comments