nodepool/releasenotes/notes/build-result-metrics-deb2aaa329830f8a.yaml
Markus Hosch 185f59d97d Add metric for image build result
Add a metric that shows on a per-image basis whether an image build was
successful or not.

Change-Id: I8e97017dd3f91cebef3791168371b29899b83389
2018-09-05 09:39:47 +02:00

10 lines
432 B
YAML

---
features:
- |
Two new metrics are now reported after each run of the diskimage builder:
nodepool.builder.dib_image_build.<diskimage_name>.<ext>.rc will be set to
the last result code of the diskimage builder. This metric can be used to
set up alerting for failed disk image builds.
nodepool.builder.dib_image_build.<diskimage_name>.<ext>.duration will
receive the time it took to build the disk image.