Commit Graph

10 Commits

Author SHA1 Message Date
Ian Wienand d34d7ad763 Consolidate nodepool graphs
All of these dashboards are the same, and have mostly copied all the
same issues with them.  This makes updating anything a massive pain.

This implements a single dashboard template with a small script to
create individual dashboards for each provider and its regions.

I have included a range of fixes.  The y-axis format has changed in
later versions of grafana.  The API time tracking is no longer scaled,
but we just tell grafana it is in ms and it displays it correctly.
The test nodes history graph is moved to the top, as it is probably
the most interesting graph (note this splits itself out per region, if
mulitple regions are selected).  Values for "null as zero" are
consistently set.  Various formatting fixes for the labels are
included.

Change-Id: I5fbffaec3c82aa1fce0947f771de67edd15f7dfc
2018-06-22 12:21:10 +10:00
Ian Wienand 8e8c4b6c62 nodepool grafana : remove job runtimes
These stats aren't updating any more.  Unfortunately, I don't think
there's any current replacement as nodepool doesn't have any insight
into the job it is satisfying a request for.

Change-Id: Ib69fbda5ee019180cd8761d0ead474b426bce379
2018-06-19 14:07:26 +10:00
David Moreau-Simard a281b06c27
Update Nodepool graphite metric names
Following the update to Zuul v3 some things changed:
- nodes.delete became nodes.deleting
- nodes.used became nodes.in-use but nodes.used is still relevant
  as it's the status between 'in-use' and 'deleting'
- Add a panel for displaying failed nodes

Change-Id: I240d082115bd9078e45984d8fcff212a4e40e842
Depends-On: I6a89752d74ed7424267c3af3937ad01fb4bb8f86
2017-10-02 10:31:52 -04:00
Mathieu Gagné 1188d6866e grafana: Update metric names for API operations timers
Change-Id: I9e713646b40f0be37b101f661561c04bb4f31d7f
2017-09-25 13:12:04 -04:00
Andreas Jaeger e40acc4543 Remove gate-tempest-dsvm-full from grafana
This job does not exist anymore, remove it from grafana.

Change-Id: Ia9df559aa4f9da3aab9624557c44e51c1cec3f23
2017-08-02 21:42:07 +02:00
Andreas Jaeger e698d683c7 grafana: Follow xenial renames
Rename the jobs for xenial changes.

Change-Id: Ie69c371d6bf92582236eda92d5c99f94a9bbc123
2016-07-29 19:28:54 +02:00
Monty Taylor 27a946b77f
Add ServerGet task to nodepool graphs
We also perform a direct ServerGet in some cases - specifically once for
each server create.

Change-Id: I58fd87a8efbf66be785ecec9d3db1abaec5a4816
2016-04-20 17:23:25 -05:00
Paul Belanger 393f6d9201
Switch to shade specific statsd for ServerTasks
Now that nodepool has been switch to use shade, we need to update
grafana to use the new shade syntax for Server related tasks.

Change-Id: I7698d54d89bda5327ac434fd8e662f0fe58d7f5e
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2016-04-17 09:31:04 -04:00
Clark Boylan ceda9719f4 Switch rest of devstack-trusty to ubuntu-trusty
Switch all remaining devstack-trusty jobs to ubuntu-trusty to complete
the migration.

Change-Id: I7f94b59f318cab581aa4f194f33acf8ab597fc36
2016-03-14 12:58:43 -07:00
Paul Belanger e793f915fb Create experimental nodepool rackspace dashboard
We recently added templating support to grafyaml, so lets start using
it and demo the functionality.

Change-Id: I2304c2403611698a98babbde967d217f27e3d9a7
Depends-On: Ib2f565e3d39523105b2c07d29d5257494a8bae67
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2016-03-02 10:12:39 -05:00