b1643368be
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
10 lines
410 B
YAML
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``.
|