From: John Spray Date: Tue, 24 Apr 2018 10:18:13 +0000 (+0100) Subject: Merge pull request #21424 from MI-OSiRIS/influx X-Git-Tag: v13.1.0~131 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=726905c1f9e169c9915326f74eea3fa2bee2ba36;p=ceph.git Merge pull request #21424 from MI-OSiRIS/influx mgr/influx: Added Additional Stats Reviewed-by: John Spray --- 726905c1f9e169c9915326f74eea3fa2bee2ba36 diff --cc src/pybind/mgr/influx/module.py index d24135aa3b9a,9e505263c4ab..3bcc91cb2bdf --- a/src/pybind/mgr/influx/module.py +++ b/src/pybind/mgr/influx/module.py @@@ -105,9 -76,8 +105,10 @@@ class Module(MgrModule) def get_df_stats(self): df = self.get("df") data = [] + pool_info = {} + now = datetime.utcnow().isoformat() + 'Z' + df_types = [ 'bytes_used', 'kb_used',