The ceilometer.publisher.udp Module
Publish a sample using an UDP mechanism
-
class ceilometer.publisher.udp.UDPPublisher(parsed_url)[source]
Bases: ceilometer.publisher.PublisherBase
-
UDPPublisher.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
|