From 59a02ce76a98adc2ddef573dc6dc9442f7081ec1 Mon Sep 17 00:00:00 2001 From: bergquist Date: Tue, 8 Mar 2016 22:13:40 +0100 Subject: [PATCH] example(plugin.json): add example dashboard file --- examples/nginx-app/plugin.json | 5 +++-- .../nginx-app/src/dashboards/nginx_connection_stats.json | 0 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 examples/nginx-app/src/dashboards/nginx_connection_stats.json diff --git a/examples/nginx-app/plugin.json b/examples/nginx-app/plugin.json index 0c252186b4e..65f01ad62fc 100644 --- a/examples/nginx-app/plugin.json +++ b/examples/nginx-app/plugin.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": { diff --git a/examples/nginx-app/src/dashboards/nginx_connection_stats.json b/examples/nginx-app/src/dashboards/nginx_connection_stats.json new file mode 100644 index 00000000000..e69de29bb2d