diff --git a/doc/source/users/index.rst b/doc/source/users/index.rst index fbac4aafe..811eff398 100644 --- a/doc/source/users/index.rst +++ b/doc/source/users/index.rst @@ -80,6 +80,7 @@ but listed below are the ones provided by this SDK by default. Image v2 Key Manager Network + Metric Object Store Orchestration Telemetry diff --git a/doc/source/users/proxies/metric.rst b/doc/source/users/proxies/metric.rst new file mode 100644 index 000000000..3abd98f9d --- /dev/null +++ b/doc/source/users/proxies/metric.rst @@ -0,0 +1,18 @@ +Metric API +========== + +.. 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. + +Capability Operations +^^^^^^^^^^^^^^^^^^^^^ + +.. autoclass:: openstack.metric.v1._proxy.Proxy + + .. automethod:: openstack.metric.v1._proxy.Proxy.capabilities