Bases: ceilometer.api.controllers.v2.base.Base
Bases: ceilometer.api.controllers.v2.base.Base
One category of measurements.
Bases: pecan.rest.RestController
Manages operations on a single meter.
Return samples for the meter.
| Parameters: |
|
|---|
Post a list of new Samples to Telemetry.
| Parameters: | samples – a list of samples within the request body. |
|---|
Computes the statistics of the samples in the time range given.
| Parameters: |
|
|---|
Bases: pecan.rest.RestController
Works on meters.
Return all known meters, based on the data recorded so far.
| Parameters: | q – Filter rules for the meters to be returned. |
|---|
Bases: ceilometer.api.controllers.v2.base.Base
A single measurement for a given meter and resource.
This class is deprecated in favor of Sample.