Files
zuul/zuul
Tobias Henkel e90fe41bfe Report tenant and project specific resource usage stats
We currently lack means to support resource accounting of tenants or
projects. Together with an addition to nodepool that adds resource
metadata to nodes we can emit statsd statistics per tenant and per
project.

The following statistics are emitted:
* zuul.nodepool.resources.tenant.{tenant}.{resource}.current
  Gauge with the currently used resources by tenant

* zuul.nodepool.resources.project.{project}.{resource}.current
  Gauge with the currently used resources by project

* zuul.nodepool.resources.tenant.{tenant}.{resource}.counter
  Counter with the summed usage by tenant. e.g. cpu seconds

* zuul.nodepool.resources.project.{project}.{resource}.counter
  Counter with the summed usage by project. e.g. cpu seconds

Depends-On: https://review.openstack.org/616262
Change-Id: I68ea68128287bf52d107959e1c343dfce98f1fc8
2019-05-29 04:10:08 +00:00
..
2019-04-17 16:16:39 -04:00
2019-05-22 23:38:26 +00:00
2017-08-07 14:56:17 -07:00
2012-05-29 14:49:32 -07:00
2018-05-02 07:20:46 +00:00
2018-12-11 21:28:59 +01:00
2019-05-17 06:06:11 +02:00