The ceilometer.publisher.udp Module

Publish a sample using an UDP mechanism

class ceilometer.publisher.udp.UDPPublisher(parsed_url)[source]

Bases: ceilometer.publisher.PublisherBase

publish_events(events)[source]

Send an event message for publishing

Parameters:events – events from pipeline after transformation
publish_samples(samples)[source]

Send a metering message for publishing

Parameters:samples – Samples from pipeline after transformation

Previous topic

The ceilometer.publisher.test Module

Next topic

The ceilometer.publisher.utils Module

Project Source

This Page