mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
example(plugin.json): add example dashboard file
This commit is contained in:
parent
2c396d4922
commit
59a02ce76a
@ -35,8 +35,9 @@
|
||||
},
|
||||
|
||||
"includes": [
|
||||
{"type": "panel", "name": "Nginx Panel"},
|
||||
{"type": "datasource", "name": "Nginx Datasource"}
|
||||
{"type": "dashboard", "name": "Nginx Connection stats", "path": "dashboards/nginx_connection_stats.json"},
|
||||
{"type": "panel", "name": "Nginx Panel"},
|
||||
{"type": "datasource", "name": "Nginx Datasource"}
|
||||
],
|
||||
|
||||
"dependencies": {
|
||||
|
Loading…
Reference in New Issue
Block a user