Merge "Use InfluxDB default [http]/max-row-limit setting"
This commit is contained in:
commit
ef1121de29
@ -42,7 +42,6 @@ reporting-disabled = true
|
||||
write-tracing = false
|
||||
pprof-enabled = false
|
||||
https-enabled = false
|
||||
max-row-limit = 10000
|
||||
[[graphite]]
|
||||
enabled = false
|
||||
[[opentsdb]]
|
||||
|
@ -0,0 +1,8 @@
|
||||
---
|
||||
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.
|
Loading…
x
Reference in New Issue
Block a user