185f59d97d
Add a metric that shows on a per-image basis whether an image build was successful or not. Change-Id: I8e97017dd3f91cebef3791168371b29899b83389
10 lines
432 B
YAML
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.
|