
This change adds the tenant name of the current events' context to NodeRequests and exposes it as a new field on ZooKeeper. It prepares for a tenant-aware Nodepool Launcher for it to enforce per-tenant resource quota. In addition, Zuul exposes a new statsd metric ``zuul.nodepool.tenant.<tenant>.current_requests`` that drills down the overall current_requests metric per tenant. Corresponding Spec can be found here https://review.opendev.org/c/zuul/zuul/+/788481 Change-Id: I6d47431e939aba2c80f30504b7a48c15f9fc8fb7
8 lines
293 B
YAML
8 lines
293 B
YAML
---
|
|
features:
|
|
- |
|
|
Add new statsd gauge metrics of current open node requests exported as
|
|
``zuul.nodepool.tenant.<tenant>.current_requests``. This metric tracks the
|
|
currently open node requests per tenant. It drills down the overall
|
|
``zuul.nodepool.current_requests`` metric.
|