Re: [openstack-dev] [Ceilometer] Is that possible to implement new APIs for horizon to show the usage report and charts?

2013-07-25 Thread Julien Danjou
On Thu, Jul 25 2013, Brooklyn Chen wrote: > 1.Actually, statistics is used by horizon now to render the tables and > grouping by resource is needed. The number of http requests should be > reduced to speed up the page loading. What kind of HTTP requests are you doing currently? > 2. /statistics c

Re: [openstack-dev] [Ceilometer] Is that possible to implement new APIs for horizon to show the usage report and charts?

2013-07-25 Thread Brooklyn Chen
Thanks for your reply. 1.Actually, statistics is used by horizon now to render the tables and grouping by resource is needed. The number of http requests should be reduced to speed up the page loading. 2. /statistics can't do this. You know, horizon may need hundreds or thousands of value to rend

Re: [openstack-dev] [Ceilometer] Is that possible to implement new APIs for horizon to show the usage report and charts?

2013-07-25 Thread Brooklyn Chen
Thanks for your reply. 1.Actually, statistics is used by horizon now to render the tables and grouping by resource is needed. The number of http requests should be reduced to speed up the page loading. 2. /statistics can't do this. You know, horizon may need hundreds or thousands of value to rend

Re: [openstack-dev] [Ceilometer] Is that possible to implement new APIs for horizon to show the usage report and charts?

2013-07-23 Thread Julien Danjou
On Tue, Jul 23 2013, Brooklyn Chen wrote: > > It would be helpful if ceilometer-api provides following api: > > GET /v2/usages/disk/ > > Parameters: q(list(Query)) Filter rules for the resources to be returned. > Return Type: list(Usage) A list of usage with different tenant,user, > resource > >