example(plugin.json): add example dashboard file

pull/4318/head
bergquist 9 years ago
parent 2c396d4922
commit 59a02ce76a
  1. 5
      examples/nginx-app/plugin.json
  2. 0
      examples/nginx-app/src/dashboards/nginx_connection_stats.json

@ -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…
Cancel
Save