Bug 1042273

Summary: [RFE][ceilometer]: Add direct accesses to samples
Product: Red Hat OpenStack Reporter: RHOS Integration <rhos-integ>
Component: openstack-ceilometerAssignee: RHOS Maint <rhos-maint>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: acathrow, jruzicka, markmc, pbrady, yeylon
Target Milestone: gaKeywords: FutureFeature
Target Release: 5.0 (RHEL 7)   
Hardware: Unspecified   
OS: Unspecified   
URL: https://blueprints.launchpad.net/ceilometer/+spec/sample-api
Whiteboard: upstream_milestone_icehouse-2 upstream_status_implemented upstream_definition_approved
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description RHOS Integration 2013-12-12 21:36:23 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/ceilometer/+spec/sample-api.

Description:

The idea is to add an API equivalent to the /meter/<meter id> but with /samples/<sample-id>, allowing to not specify a meter name.

- GET /sample would return the whole list of sample
- GET /sample/<sample-id> would return one sample
- GET /sample?q= would allow for filtering on samples, like done for /meter
- POST /sample would post a sample (like done currently)
- GET /sample-statistics/?q= would allow to get statistics

Specification URL (additional information):

None

Comment 2 Stephen Gordon 2014-01-23 20:50:57 UTC
Moving to POST based on upstream status (Implemented).