The ceilometer.publisher.direct ModuleΒΆ
-
class
ceilometer.publisher.direct.DirectPublisher(parsed_url)[source] Bases:
ceilometer.publisher.PublisherBaseA 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]
-