Bug 1042280 - [RFE][ceilometer]: Provide a wider range of aggregate functions
Summary: [RFE][ceilometer]: Provide a wider range of aggregate functions
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-ceilometer
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ga
: 5.0 (RHEL 7)
Assignee: RHOS Maint
QA Contact:
URL: https://blueprints.launchpad.net/ceil...
Whiteboard: upstream_milestone_icehouse-3 upstrea...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-12 21:37 UTC by RHOS Integration
Modified: 2014-09-08 05:42 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed:
Target Upstream Version:


Attachments (Terms of Use)

Description RHOS Integration 2013-12-12 21:37:41 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/ceilometer/+spec/wider-aggregate-range.

Description:

Currently, we support a limited range of aggregate functions aggregation functions: avg, sum, min, max, count.

This range should be extended to support a wider range of statistical aggregates, adding for example:

* standard deviation
* rate of change
* moving-window averages
* percentile of various ranks, e.g. p99 for API responsiveness

It would also be useful to support a capabilities-style operation to allow caller discover the available aggregation functions.
(Especially since aggregates might be specific to individual storage-drivers, e.g. where some aggregate can be very efficiently calculated via mongodb MapReduce, but prohibitively expensive for say sqlalchemy).

Specification URL (additional information):

None


Note You need to log in before you can comment on or make changes to this bug.