Caution
BETA: This API is a work in progress and is subject to change.
For details on how to use telemetry, see Using OpenStack Telemetry
The telemetry high-level interface is available through the telemetry member of a Connection object. The telemetry member will only be added if the service is detected.
Caution
This API is a work in progress and is subject to change.
Find a single capability
| Parameters: |
|
|---|---|
| Returns: | One Capability or None |
Return a generator of capabilities
| Parameters: | **query (kwargs) – Optional query parameters to be sent to limit the resources being returned. |
|---|---|
| Returns: | A generator of capability objects |
| Return type: | Capability |
Find a single meter
| Parameters: |
|
|---|---|
| Returns: | One Meter or None |
Return a generator of meters
| Parameters: | **query (kwargs) – Optional query parameters to be sent to limit the resources being returned. |
|---|---|
| Returns: | A generator of meter objects |
| Return type: | Meter |
Find a single resource
| Parameters: |
|
|---|---|
| Returns: | One Resource or None |
Get a single resource
| Parameters: | resource – The value can be the ID of a resource or a Resource instance. |
|---|---|
| Returns: | One Resource |
| Raises: | ResourceNotFound when no resource can be found. |
Return a generator of resources
| Parameters: | **query (kwargs) – Optional query parameters to be sent to limit the resources being returned. |
|---|---|
| Returns: | A generator of resource objects |
| Return type: | Resource |
Create a new sample from attributes
| Parameters: | attrs (dict) – Keyword arguments which will be used to create a Sample, comprised of the properties on the Sample class. |
|---|---|
| Returns: | The results of sample creation |
| Return type: | Sample |
Find a single sample
| Parameters: |
|
|---|---|
| Returns: | One Sample or None |
Return a generator of samples
| Parameters: |
|
|---|---|
| Returns: | A generator of sample objects |
| Return type: |
Find a single statistics
| Parameters: |
|
|---|---|
| Returns: | One Statistics or None |
Return a generator of statistics
| Parameters: |
|
|---|---|
| Returns: | A generator of statistics objects |
| Return type: |
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.