summaryrefslogtreecommitdiff
path: root/releasenotes/notes/resource-usage-stats-bfcd6765ef4a9c86.yaml
blob: a11697adafdc493eba1a6e48e16c3eb0e2cdfefd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
features:
  - |
    Zuul now reports resource usage statistics if they are provided by nodepool.

    The following statistics are emitted:

    - `zuul.nodepool.resources.tenant.{tenant}.{resource}`:
      Gauge with the currently used resources by tenant and counter with the
      summed usage by tenant. e.g. cpu seconds

    - `zuul.nodepool.resources.project.{project}.{resource}`:
      Gauge with the currently used resources by project and counter with the
      summed usage by project. e.g. cpu seconds