]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/influx: Set the default interval to 30 seconds
authorWido den Hollander <wido@42on.com>
Wed, 31 Jan 2018 13:30:47 +0000 (14:30 +0100)
committerWido den Hollander <wido@42on.com>
Tue, 20 Feb 2018 08:20:17 +0000 (09:20 +0100)
commitb6a20a3a6817218d621d7edffdcd029c2fbd2dc1
tree32b9a8dd8adc1b5373b275c82f8f4c1c58b46aa3
parent648a4c3d47e8b459fc7eaebc5f296d8472bb0baf
mgr/influx: Set the default interval to 30 seconds

A interval of 5 seconds (previous default) provides a high
resolution, but also a very large number of entries in the Influx
database.

By setting the default 30 seconds the amount of entries is reduced to
1/6th of that and thus saves storage and other resources.

If users want they can change the interval to anything they like.

Signed-off-by: Wido den Hollander <wido@42on.com>
src/pybind/mgr/influx/module.py