Merge "Reduce influxdb accumulator flush_count to 400"

This commit is contained in:
Jenkins 2017-01-13 09:47:47 +00:00 committed by Gerrit Code Review
commit 1a12b133b8
1 changed files with 2 additions and 2 deletions

View File

@ -158,10 +158,10 @@ class lma_collector::params {
$influxdb_timeout = 5
$influxdb_flush_interval = 5
# InfluxDB recommends a batch size of 5,000 points but we are limited to 500
# InfluxDB recommends a batch size of 5,000 points but we are limited to 400
# due to the hekad_max_message_size. The limit is reached when the influxdb
# accumulator inject data points.
$influxdb_flush_count = 500
$influxdb_flush_count = 400
$influxdb_tag_fields = []
$influxdb_time_precision = 'ms'
$influxdb_message_matcher = join([