From dfe9a2b9185f984f54424e32c857d1a6aac616f7 Mon Sep 17 00:00:00 2001 From: Ryan Moats Date: Fri, 14 Aug 2015 08:25:17 -0500 Subject: [PATCH] Add dashboard folder and graphite dashboard to doc Create a dashboard folder to hold HTML files that provide dashboard views into various parts of neutron. This allows the dashboards to be "living code" rather than frozen in amber via shortened URLs. The first dashboard example is a simple HTML file that shows thumbnails of graphite plots of all neutron jobs in the check pipeline. Clicking a thumbnail brings up the larger graphite plot page. Change-Id: I47e7718c2aae41c8308fd331377984e47a892294 Signed-off-by: Ryan Moats --- doc/dashboards/graphite.dashboard.html | 34 ++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 doc/dashboards/graphite.dashboard.html diff --git a/doc/dashboards/graphite.dashboard.html b/doc/dashboards/graphite.dashboard.html new file mode 100644 index 000000000..932f2b25a --- /dev/null +++ b/doc/dashboards/graphite.dashboard.html @@ -0,0 +1,34 @@ + +

+Neutron Graphite Thumbnails - Click to see full size figure +

+ + + + + + + + + +
+Failure Percentage - Last 10 Days - DVR and Full Jobs
+ + + +
+Failure Percentage - Last 10 Days - Grenade, DSVM API/Functional/Fullstack
+ + + +
+Failure Percentage - Last 10 Days - Rally, LinuxBridge, LBaaS v1/v2
+ + + +
+Failure Percentage - Last 10 Days - Large Opts
+ + + +
-- 2.45.2