deb-ceilometer/ceilometer
Angus Salkeld b67d2c2dfb Implement /meters to make discovery "nicer" from the client
The point of this api is to make discovery (esp. from a casual user)
easier. So you don't really want to dump all the raw samples out
just to see what is there. So instead "ceilometer meter-list"
will GET /v1/meters (or /{proj|user|source}/{id}/meters) and
this will just return a description (name, type, resource, user, etc)
of the available meters, not each sample point. After this you will probably
go and look at the samples that you are actually interested in.

It is a kind of dynamic version of doc/source/measurements.rst

Change-Id: I58f2757874ab151632b6d87043d6327104c5b65c
2012-12-03 14:19:55 +11:00
..
api Implement /meters to make discovery "nicer" from the client 2012-12-03 14:19:55 +11:00
central Remove database access from agent pollsters 2012-11-07 18:06:39 +01:00
collector Remove unused rpc import 2012-11-22 21:21:36 +08:00
compute libvirt: fix Folsom compatibility 2012-11-26 15:52:40 +01:00
image Set source at publish time 2012-10-26 15:13:03 +02:00
network network: remove left-over useless nova import 2012-11-26 16:17:33 +01:00
objectstore Implement object store metering 2012-11-30 11:07:30 +01:00
openstack Update openstack.common(except policy). 2012-11-15 19:10:27 +08:00
storage Implement /meters to make discovery "nicer" from the client 2012-12-03 14:19:55 +11:00
tests Remove nova.flags usage 2012-11-16 18:17:44 +01:00
volume Set source at publish time 2012-10-26 15:13:03 +02:00
__init__.py Import ceilometer-nova-compute 2012-05-09 14:37:14 +02:00
counter.py Set source at publish time 2012-10-26 15:13:03 +02:00
extension_manager.py Provide a way to disable some plugins 2012-10-30 15:19:02 -04:00
meter.py Set source at publish time 2012-10-26 15:13:03 +02:00
nova_client.py Use libvirt num_cpu for CPU utilization calculation. 2012-11-14 14:39:13 +00:00
plugin.py Provide a way to disable some plugins 2012-10-30 15:19:02 -04:00
policy.py API: add Keystone ACL and policy support 2012-10-08 14:39:03 +02:00
publish.py Set source at publish time 2012-10-26 15:13:03 +02:00
service.py Remove nova.flags usage 2012-11-16 18:17:44 +01:00
utils.py API: add Keystone ACL and policy support 2012-10-08 14:39:03 +02:00
version.py Use openstack versioning 2012-11-08 16:13:44 -05:00