This code is subject to change in the near future. The alarm class is probably moving out of here and many of the resource property have aliases. We have agreed not to support the old aliases going forward, because it doesn't work well. The admonition can be pulled after these issues are fixed. Closes-Bug: #1468086 Change-Id: Ica464a6c1e2281f4acbd25a121a399b6b0c81376
20 lines
544 B
ReStructuredText
20 lines
544 B
ReStructuredText
Telemetry API
|
|
=============
|
|
|
|
.. caution::
|
|
BETA: This API is a work in progress and is subject to change.
|
|
|
|
For details on how to use telemetry, see :doc:`/users/guides/telemetry`
|
|
|
|
.. automodule:: openstack.telemetry.v2._proxy
|
|
|
|
The Telemetry Class
|
|
-------------------
|
|
|
|
The telemetry high-level interface is available through the ``telemetry``
|
|
member of a :class:`~openstack.connection.Connection` object. The
|
|
``telemetry`` member will only be added if the service is detected.
|
|
|
|
.. autoclass:: openstack.telemetry.v2._proxy.Proxy
|
|
:members:
|