Skip to content

Commit b1e18dd

Browse files
authored
Update README.md
1 parent f8cee29 commit b1e18dd

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,16 @@ Here below a screenshot of the `system metrics` dashboard that is also provision
1414

1515
![system metrics example](./system_metrics_dashboard.png)
1616

17+
## Deployment of this application to an edge device
18+
19+
1. TO BE DONE
20+
1721
## Updating / Adding new Grafana Dashboards
1822

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):
2024

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,`
2529
5. Commit your changes and push them to Balena Cloud.

0 commit comments

Comments
 (0)