This is a client for OpenStack Ceilometer API. There’s a Python API (the ceilometerclient
module), and a command-line script (installed as ceilometer). Each implements the entire
OpenStack Ceilometer API.
See also
You may want to read the OpenStack Ceilometer Developer Guide – the overview, at least – to get an idea of the concepts. By understanding the concepts this library should make more sense.
Contents:
The ceilometer client is the command-line interface (CLI) for the Telemetry Data Collection service (ceilometer) API and its extensions.
Code is hosted at git.openstack.org. Submit bugs to the Ceilometer project on Launchpad. Submit code to the openstack/python-ceilometerclient project using Gerrit.
Run tests with python setup.py test
.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.