In order to review the proxy docs, I wanted to have the proxy docs added. I created some place holder user guides so we'd have the framework for everything. Change-Id: I0d790847b2f47f00e7aba0fb1303603e653e0c7b
17 lines
435 B
ReStructuredText
17 lines
435 B
ReStructuredText
Metric API
|
|
==========
|
|
|
|
For details on how to use metric, see :doc:`/users/userguides/metric`
|
|
|
|
.. automodule:: openstack.metric.v1._proxy
|
|
|
|
The Metric Class
|
|
----------------
|
|
|
|
The metric high-level interface is available through the ``metric`` member of a
|
|
:class:`~openstack.connection.Connection` object. The ``metric`` member will
|
|
only be added if the service is detected.
|
|
|
|
.. autoclass:: openstack.metric.v1._proxy.Proxy
|
|
:members:
|