The ceilometer.energy.kwapi Module

class ceilometer.energy.kwapi.KwapiClient(url, token=None)[source]

Bases: object

Kwapi API client.

iter_probes()[source]

Returns a list of dicts describing all probes.

class ceilometer.energy.kwapi.KwapiPollster[source]

Bases: ceilometer.energy.kwapi._Base

Kwapi pollster derived from the base class.

static get_counter_names()[source]
get_counters(manager)[source]

Returns all counters.

Previous topic

The ceilometer.counter Module

Next topic

The ceilometer.extension_manager Module

This Page