Fix the amqp presettle option for metrics and events in collectd

The values for presettle were incorrect for metrics and events sent
via AMQP.
Events should NOT be pre-settled, as they need to be ack'd to
ensure that all messages are delivered.
Metrics should be presettled as they don't require an ack.

Change-Id: I6aae1c8029cf6c9fff52a79d7a1519888f46dd81
(cherry picked from commit 1c1f78bc5b)
This commit is contained in:
Emma Foley 2019-11-01 10:53:55 +00:00
parent f861242def
commit aad1d31df7
1 changed files with 2 additions and 2 deletions

View File

@ -15,10 +15,10 @@ parameter_defaults:
notify:
notify: true
format: JSON
presettle: true
presettle: false
telemetry:
format: JSON
presettle: false
presettle: true
#MetricsQdrConnectors:
# - host: IP1
# port: 1234