The ceilometer.publisher.test Module

Publish a sample in memory, useful for testing

class ceilometer.publisher.test.TestPublisher(parsed_url)[source]

Bases: ceilometer.publisher.PublisherBase

Publisher used in unit testing.

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

Previous topic

The ceilometer.publisher.messaging Module

Next topic

The ceilometer.publisher.udp Module

Project Source

This Page