From: Wido den Hollander Date: Wed, 31 Jan 2018 12:15:05 +0000 (+0100) Subject: mgr/influx: Send more information about pools X-Git-Tag: v12.2.6~32^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0762c0f8be37e4f36fef58a5fd65ae90567c9d9b;p=ceph.git mgr/influx: Send more information about pools In addition to the existing statistics also send Read and Write IOps, but also quota information. Signed-off-by: Wido den Hollander (cherry picked from commit c803f38a17af625edc1cee29f21e510a03396204) --- diff --git a/src/pybind/mgr/influx/module.py b/src/pybind/mgr/influx/module.py index 067229ee75b..6bee4ac2940 100644 --- a/src/pybind/mgr/influx/module.py +++ b/src/pybind/mgr/influx/module.py @@ -72,12 +72,17 @@ class Module(MgrModule): df_types = [ 'bytes_used', + 'kb_used', 'dirty', + 'rd', 'rd_bytes', 'raw_bytes_used', + 'wr', 'wr_bytes', 'objects', - 'max_avail' + 'max_avail', + 'quota_objects', + 'quota_bytes' ] for df_type in df_types: