DB2 storage backend
Bases: ceilometer.storage.pymongo_base.Connection
The db2 storage for Ceilometer
Collections:
- meter
- the raw incoming data
- resource
- the metadata for resources
- { _id: uuid of resource,
metadata: metadata dictionaries
user_id: uuid
project_id: uuid
meter: [ array of {counter_name: string, counter_type: string,
counter_unit: string} ]
}
Return an iterable of models.Statistics instance.
Items are containing meter statistics described by the query parameters. The filter must have a meter value set.
Return an iterable of models.Resource instances
Parameters: |
|
---|