tripleo-heat-templates/environments/metrics/collectd-write-qdr.yaml
Chris Sibbitt 15dfacb655 Disable presettled metrics
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
2020-06-11 15:26:24 -04:00

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