Reduce influxdb accumulator flush_count to 400

Because 500 items leads to dropped datapoints.

Change-Id: Ib99fd19e76ad071981f366d43a0f96a10ddc9a96
(cherry picked from commit 64279d1c4b)
This commit is contained in:
Swann Croiset 2017-01-12 16:53:55 +01:00
parent 52b3dee54e
commit c3e6003140
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([