91cc43e01f
to limit the queue length and to ignore data added earlier to the queue, when there is no remote to connect to. This will limit the memory usage of this plugin. By default, the memory may grow until it runs out of memory. Depends-On: https://review.opendev.org/756365 Change-Id: Ie2db4b7487f9a8eaa7152b1b7984c52016219ed5
18 lines
482 B
YAML
18 lines
482 B
YAML
## This environment serves the purpose of enabling collectd to send telemetry and notification data
|
|
## through QPID dispatch routers.
|
|
|
|
resource_registry:
|
|
OS::TripleO::Services::Collectd: ../../deployment/metrics/collectd-container-puppet.yaml
|
|
|
|
parameter_defaults:
|
|
CollectdConnectionType: amqp1
|
|
CollectdAmqpQueueLimit: 40
|
|
CollectdAmqpInstances:
|
|
notify:
|
|
notify: true
|
|
format: JSON
|
|
presettle: false
|
|
telemetry:
|
|
format: JSON
|
|
presettle: false
|