Jump to: navigation, search

Difference between revisions of "Obsolete:Ceilometer/blueprints/APIv2"

 
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
* '''Launchpad Entry''': [[GlanceSpec]]:server-templates
+
* '''Launchpad Entry''': [[CeilometerSpec]]:API v2
* '''Created''': 28 Sep 2011
+
* '''Created''': 6 December 2012
* '''Contributors''': Glen Campbell
+
* '''Contributors''': Angus Salkeld
  
 
== Summary ==
 
== Summary ==
Line 9: Line 9:
  
 
== Rationale ==
 
== Rationale ==
 +
 +
== Terminology ==
 +
 +
'''Meter''' == definition of the measurement (name,ownership,resource,metadata) - synonyms (metric)
 +
'''Sample''' == the actual data values (value,unit,timestamp) synonyms (measurement)
 +
'''Resource''' is an openstack object created for a user (eg. instance, volume)
 +
'''User''' is an openstack user auth'ed by keystone
 +
'''Source''' is the origin of a sample (usually "openstack").
 +
'''Gauge''' is a type of Meter absolute measurement (car: revs per minute)
 +
'''Counter''' is a type of Meter that counts upwards (car: distance travelled - assume you don't reverse a lot:-)
 +
 +
We need another term here for derived and/or aggregated samples.
 +
AWS calls them statistics, we _could_ call them '''Derived'''.
 +
Bikeshedding here:)
  
 
== User stories ==
 
== User stories ==
 +
 +
* list
  
 
== Assumptions ==
 
== Assumptions ==

Revision as of 02:17, 6 December 2012

  • Launchpad Entry: CeilometerSpec:API v2
  • Created: 6 December 2012
  • Contributors: Angus Salkeld

Summary

Release Note

Rationale

Terminology

Meter == definition of the measurement (name,ownership,resource,metadata) - synonyms (metric) Sample == the actual data values (value,unit,timestamp) synonyms (measurement) Resource is an openstack object created for a user (eg. instance, volume) User is an openstack user auth'ed by keystone Source is the origin of a sample (usually "openstack"). Gauge is a type of Meter absolute measurement (car: revs per minute) Counter is a type of Meter that counts upwards (car: distance travelled - assume you don't reverse a lot:-)

We need another term here for derived and/or aggregated samples. AWS calls them statistics, we _could_ call them Derived. Bikeshedding here:)

User stories

  • list

Assumptions

Design

Implementation

UI Changes

Code Changes

Migration

Test/Demo Plan

Unresolved issues

BoF agenda and discussion

Use this section to take notes during the BoF; if you keep it in the approved spec, use it for summarising what was discussed and note any options that were rejected.