nodepool/releasenotes/notes/stats-normalisation-088eae77f7d0c9e8.yaml
Ian Wienand f18e2e8c76 Normalise more of the API stats calls
We currently have keys like "ComputePostOs-volumes_boot" for providers
using boot-from-volume and other various "os-" keys depending on the
provider.  Normalise all these to regular CamelCase.  A basic
test-case is added.

Additionally add some documentation on the API call stats, pointing
out they reflect internal details so are subject to change.  A release
note is added for the updated stats.

Change-Id: If8398906a5a7ad3d96e985263b0c841e5dcaf7b5
2018-09-28 18:49:30 +10:00

9 lines
282 B
YAML

---
fixes:
- |
Task names are now consistently normalised to CamelCase without
deliminators. Some statistics sent to statsd with ``-`` or ``_``
characters will have changed keys, for example
``ComputePostOs-volumes_boot`` is now
``ComputePostOsVolumesBoot``.