From 42a3886ded25fd0011880e11001b73fd3faec325 Mon Sep 17 00:00:00 2001 From: zhangdebo Date: Thu, 18 Jan 2018 17:49:42 +0800 Subject: [PATCH] Update link address Link to new measurements is out of date and should be updated. Change https://docs.openstack.org/ceilometer/latest/contributor/new_meters.html#meters to https://docs.openstack.org/ceilometer/latest/contributor/measurements.html#new-measurements Change-Id: Idc77e29a69a1f1eb9f8827fa74c9fde79e5619df --- doc/source/configuration/configuring.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/configuration/configuring.rst b/doc/source/configuration/configuring.rst index dc26b461b..b31f02e2e 100644 --- a/doc/source/configuration/configuring.rst +++ b/doc/source/configuration/configuring.rst @@ -391,7 +391,7 @@ Ceilometer is designed to collect measurements from OpenStack services and from other external components. If you would like to add new meters to the currently existing ones, you need to follow the documentation below: -#. https://docs.openstack.org/ceilometer/latest/contributor/new_meters.html#meters +#. https://docs.openstack.org/ceilometer/latest/contributor/measurements.html#new-measurements The Ceilometer collector uses a pluggable storage system, meaning that you can pick any database system you prefer.