
This is a client for openstack gnocchi api. there's a python api (the gnocchiclient module), and a command-line script. each implements the entire openstack gnocchi api.
gnocchi is a service for managing a set of resources and storing metrics about them, in a scalable and resilient way. its functionalities are exposed over an http rest api.
this package contains the documentation.