ironic/releasenotes/notes/change-c9c01700dcfd599b.yaml
Julia Kreger b1643368be Make metrics names a little more consistent
Some of these metrics decorator were unlabeled without a class which
would result in semi-confusing structures for the metrics counters.

Now, we should be semi-consistent.

Change-Id: Ie2795419991dc941f2a2b2bc0c6116b92d285041
2023-01-18 08:10:16 -08:00

10 lines
410 B
YAML

---
upgrade:
- |
Two statsd metrics names have been modified to provide structural clarity
and consistency for consumers of statistics metrics. Consumers of metrics
statistics may need to update their dashboards as the
``post_clean_step_hook`` metric is now named
``AgentBase.post_clean_step_hook``, and the ``post_deploy_step_hook`` is
now named ``AgentBase.post_deploy_step_hook``.