Bases: ceilometer.publisher.ConfigPublisherBase
Publish metering data to a Zaqar queue.
The target queue name must be configured in the ceilometer pipeline configuration file. The TTL can also optionally be specified as a query argument:
meter:
- name: meter_zaqar
interval: 600
counters:
- "*"
transformers:
sinks:
- zaqar_sink
sinks:
- name: zaqar_sink
transformers:
publishers:
- zaqar://?queue=meter_queue&ttl=1200
The credentials to access Zaqar must be set in the [zaqar] section in the configuration.