ce00f347a4
As a follow-on to I81b57d6f6142e64dd0ebf31531ca6489d6c46583, bring consistency to the resource leakage cleanup statistics provided by nodepool. New stats for cleanup of leaked instances and floating ips are added and documented. For consistency, the downPorts stat is renamed to leaked.ports. The documenation is re-organised slightly to group common stats together. The nodepool.task.<provider>.<task> stat is removed because it is covered by the section on API stats below. Change-Id: I9773181a81db245c5d1819fc7621b5182fbe5f59
12 lines
404 B
YAML
12 lines
404 B
YAML
---
|
|
features:
|
|
- |
|
|
There are new metrics for leaked resources:
|
|
* :zuul:stat:`nodepool.provider.<provider>.leaked.ports`
|
|
* :zuul:stat:`nodepool.provider.<provider>.leaked.instances`
|
|
* :zuul:stat:`nodepool.provider.<provider>.leaked.floatingips`
|
|
upgrade:
|
|
- |
|
|
The metric ``nodepool.provider.<provider>.downPorts`` has been renamed
|
|
to ``nodepool.provider.<provider>.leaked.ports``
|