kolla-ansible/releasenotes/notes/remove-influxdb-max-row-limit-f814a310aa6bf6ab.yaml
Pierre Riteau fc3492bcb1 Use InfluxDB default [http]/max-row-limit setting
Since version 1.2.2, InfluxDB uses 0 (unlimited) as default value for
[http]/max-row-limit [1].

Using the default value resolves an issue with the CloudKitty v1 API
returning only 10000 dataframes.

[1] https://docs.influxdata.com/influxdb/v1.7/about_the_project/releasenotes-changelog/#v1-2-2-2017-03-14

Change-Id: I6eb8c1216e3a9295b7d8cb7fbcbb8778ae7caf7e
Closes-Bug: #1862358
2020-02-07 16:41:29 +01:00

9 lines
334 B
YAML

---
fixes:
- |
Removes the ``[http]/max-row-limit = 10000`` setting from the default
InfluxDB configuration, which resulted in the CloudKitty v1 API returning
only 10000 dataframes when using InfluxDB as a storage backend. See `bug
1862358 <https://bugs.launchpad.net/kolla-ansible/+bug/1862358>`__ for
details.