ccdbbc9aba
Our lab testing shows that message loss is unacceptably high when using
presettled mode for non-trivial metrics volumes. "unsettled" mode (the
alternative) has been shown to be 100% reliable while still acheiving equal or
greater overall max throughput in live testing with a baremetal cloud.
Change-Id: I9388994ee94ab1e3c3e15768a8eb96069c2d8a0b
(cherry picked from commit 15dfacb655
)
17 lines
453 B
YAML
17 lines
453 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
|
|
CollectdAmqpInstances:
|
|
notify:
|
|
notify: true
|
|
format: JSON
|
|
presettle: false
|
|
telemetry:
|
|
format: JSON
|
|
presettle: false
|