The ceilometer.collector ModuleΒΆ

class ceilometer.collector.CollectorService(threads=1000)[source]

Bases: ceilometer.openstack.common.service.Service

Listener for the collector service.

CollectorService.record_metering_data(context, data)[source]

RPC endpoint for messages we send to ourselves.

When the notification messages are re-published through the RPC publisher, this method receives them for processing.

CollectorService.sample(ctxt, publisher_id, event_type, payload, metadata)[source]

RPC endpoint for notification messages

When another service sends a notification over the message bus, this method receives it.

CollectorService.start()[source]

Bind the UDP socket and handle incoming data.

CollectorService.start_udp()[source]
CollectorService.stop()[source]

Previous topic

The ceilometer.cli Module

Next topic

The ceilometer.plugin Module

This Page