reno: follow up
corrected nits from: https://review.opendev.org/c/openstack/kolla-ansible/+/800068 https://review.opendev.org/c/openstack/kolla-ansible/+/803644 Change-Id: Ia30afd795067a36b132a8c75c72dd7c65d624a83
This commit is contained in:
parent
34c49b9dbe
commit
d9e0ca5b3f
@ -13,7 +13,7 @@ upgrade:
|
|||||||
- |
|
- |
|
||||||
cAdvisor has now reduced number of Prometheus metrics and labels
|
cAdvisor has now reduced number of Prometheus metrics and labels
|
||||||
exported by default. This means that corresponding timeseries will
|
exported by default. This means that corresponding timeseries will
|
||||||
no longer be created. If existing setup relies on these, eg. for
|
no longer be created. If existing setup relies on these, e.g. for
|
||||||
visualisation or alerting, they could be explicitly enabled prior to
|
visualisation or alerting, they could be explicitly enabled prior to
|
||||||
upgrading with the ``prometheus_cadvisor_cmdline_extras`` new variable.
|
upgrading with the ``prometheus_cadvisor_cmdline_extras`` new variable.
|
||||||
Reference for the possible options: `<https://github.com/google/cadvisor/blob/master/docs/runtime_options.md#metrics>`_.
|
Reference for the possible options: `<https://github.com/google/cadvisor/blob/master/docs/runtime_options.md#metrics>`_.
|
||||||
|
@ -2,6 +2,6 @@
|
|||||||
upgrade:
|
upgrade:
|
||||||
- |
|
- |
|
||||||
Removes support for Prometheus v1 deployment. Any previously deployed
|
Removes support for Prometheus v1 deployment. Any previously deployed
|
||||||
Prometheus v1 instances will create a conflict during an upgrade thus
|
Prometheus v1 instances will create a conflict during an upgrade. They
|
||||||
should be either manually stopped/removed or Prometheus v2 deployment
|
should be either manually stopped/removed or Prometheus v2 deployment
|
||||||
should be disabled by setting ``enable_prometheus`` to ``no``.
|
should be disabled by setting ``enable_prometheus`` to ``no``.
|
||||||
|
Loading…
Reference in New Issue
Block a user