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
This commit is contained in:
Chris Sibbitt 2020-06-11 10:16:10 -04:00
parent 9b210a1f25
commit 15dfacb655
3 changed files with 3 additions and 3 deletions

View File

@ -170,7 +170,7 @@ parameter_defaults:
presettle: false
telemetry:
format: JSON
presettle: true
presettle: false
LoggingServers:
- host: 127.0.0.1
port: 24224

View File

@ -23,7 +23,7 @@ parameter_defaults:
presettle: false
telemetry:
format: JSON
presettle: true
presettle: false
MetricsQdrAddresses:
- prefix: collectd
distribution: multicast

View File

@ -13,4 +13,4 @@ parameter_defaults:
presettle: false
telemetry:
format: JSON
presettle: true
presettle: false