summaryrefslogtreecommitdiff
path: root/releasenotes/notes/total-resource-usage-stats-5d6ce932e1f249d2.yaml
blob: 05a0097cf3cd06b5d4c5f7dd3027a15d25bb506c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
features:
  - |
    Zuul now reports total resource usage statistics.

    The following statistic is emitted:

    `zuul.nodepool.resources.total.tenant.{tenant}.{resource}`

    Gauge with the currently used resources by tenant in total, i.e., all nodes
    belonging to a tenant, regardles of their state.

upgrade:
  - |
    Zuul now reports total and in-use resource usage statics separately.

    To distinquish those, the following statistics have been renamed:

    - `zuul.nodepool.resources.tenant.{tenant}.{resource}`
      `->`
      `zuul.nodepool.resources.in_use.tenant.{tenant}.{resource}`

    - `zuul.nodepool.resources.project.{project}.{resource}`:
      `->`
      `zuul.nodepool.resources.in_use.project.{tenant}.{resource}`