Add Keystone metrics documentation

Change-Id: Ide00e7527e2936fe3736d750b8b2ed7d3b5714a0
This commit is contained in:
Simon Pasquier 2015-03-26 16:58:29 +01:00
parent aa81110c29
commit a75561e23f

View File

@ -35,6 +35,17 @@ These metrics are retrieved from the Nova API.
``<service>`` is one of service is one of 'compute', 'conductor', 'scheduler', 'cert' or 'consoleauth'.
Identity
^^^^^^^^
These metrics are retrieved from the Keystone API.
* ``openstack.keystone.roles``, the total number of roles.
* ``openstack.keystone.tenants.<state>``, the number of tenants by state.
* ``openstack.keystone.users.<state>``, the number of users by state.
``<state>`` is one of 'disabled' or 'enabled'.
Volume
^^^^^^