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
This folder contains useful scripts and configuration for...
2
2
3
-
* Configuring datasources in Grafana
4
-
* Provision example dashboards in Grafana
5
-
* Run preconfiured datasources as docker containers
6
-
7
-
want to know more? run setup!
3
+
* Configuring dev datasources in Grafana
4
+
* Configuring dev & test scenarios dashboards.
8
5
9
6
```bash
10
7
./setup.sh
11
8
```
9
+
10
+
After restarting grafana server there should now be a number of datasources named `gdev-<type>` provisioned as well as a dashboard folder named `gdev dashboards`. This folder contains dashboard & panel features tests dashboards.
11
+
12
+
# Dev dashboards
13
+
14
+
Please update these dashboards or make new ones as new panels & dashboards features are developed or new bugs are found. The dashboards are located in the `devenv/dev-dashboards` folder.
0 commit comments