Comment 2 for bug 1581369

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-plugin-lma-collector (master)

Reviewed: https://review.openstack.org/318666
Committed: https://git.openstack.org/cgit/openstack/fuel-plugin-lma-collector/commit/?id=567562faaf6ac60880eec4ab9e66154b70f2ad9e
Submitter: Jenkins
Branch: master

commit 567562faaf6ac60880eec4ab9e66154b70f2ad9e
Author: Simon Pasquier <email address hidden>
Date: Thu May 19 15:25:43 2016 +0200

    Increase the number of points per InfluxDB batch

    This change increases the maximum number of points that are sent in a
    single request. InfluxDB recommends to have a batch size of 5,000 so
    this is now the default configuration value. Note that the InfluxDB
    accumulator will flush the data either when it holds 5,000 points or
    when it hasn't data for at least 5 seconds.

    Change-Id: If07b7d285d216855997254952ca6d7511cff65ec
    Partial-Bug: #1581369