Where can I find documentation for Ceilometer client?
I was trying to search for the complete ceilometerclient bindings for python.
Where i could use Client(...) in python
First time here? Check out the FAQ!
I was trying to search for the complete ceilometerclient bindings for python.
Where i could use Client(...) in python
For some hints you can take a look at the shell.py within the client code repository.
how am i going to list-out all property or attributes using python shell?
currently, there is no doc for ceilometerclient, since we're using v2, you can read the well organized source code in: https://github.com/openstack/python-ceilometerclient/tree/master/ceilometerclient/v2 (https://github.com/openstack/python-c...)
if you want to list the property or attributes of a specific module, i think the dir(MODULE) may be the only choice, the docstring is so few that the help(MODULE) does little help (you can still try it:).
Asked: 2013-04-24 02:23:38 -0600
Seen: 391 times
Last updated: Mar 02 '14
ceilometer not showing nova meters in MongoDB
Need to install horizon test environment
magnum integration with ceilometer
No module named os_client_config
Enabling Perf Measurements in Ceilometer
Is it possible to improve ceilometer performance?
How can I get memory.usage in Ceilometer?