Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 551 Bytes

File metadata and controls

25 lines (16 loc) · 551 Bytes

zuul-capacity

This is a custom prometheus exporter to provide the available capacity as a metric:

$ uv run ./zuul-capacity.py
usage: zuul-capacity.py [-h] [--nodepool FILE] [--port PORT]

options:
  -h, --help       show this help message and exit
  --nodepool FILE  The list of providers
  --port PORT      The prometheus scrap target listening port

To run this service, you must provide a nodepool configuration and a clouds.yaml.

Changelog

0.5.0

  • Added a zuul_instances_disk metric

0.4.0

  • Initial release