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.