The ceilometer.publisher.direct Module

class ceilometer.publisher.direct.DirectPublisher(parsed_url)[source]

Bases: ceilometer.publisher.PublisherBase

A publisher that allows saving directly from the pipeline.

Samples are saved to the currently configured database by hitching a ride on the DatabaseDispatcher. This is useful where it is desirable to limit the number of external services that are required.

publish_events(context, events)[source]
publish_samples(context, samples)[source]

Previous topic

The ceilometer.pipeline Module

Next topic

The ceilometer.publisher.file Module

Project Source

This Page