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(context, events)[source] Send an event message for publishing
Parameters: - context – Execution context from the service or RPC call
- events – events from pipeline after transformation
-
publish_samples(context, samples)[source] Send a metering message for publishing
Parameters: - context – Execution context from the service or RPC call
- samples – Samples from pipeline after transformation
-