From: Benjeman Meekhof Date: Wed, 4 Oct 2017 14:05:17 +0000 (-0400) Subject: mgr/influx: Correct name of daemon stat measurement to 'ceph_daemon_stats' X-Git-Tag: v13.0.1~599^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f9014a1c75c6a3adf414b48a707fd444e65b3024;p=ceph.git mgr/influx: Correct name of daemon stat measurement to 'ceph_daemon_stats' Signed-off-by: Benjeman Meekhof --- diff --git a/src/pybind/mgr/influx/module.py b/src/pybind/mgr/influx/module.py index 5d524c4ed232..327369300389 100644 --- a/src/pybind/mgr/influx/module.py +++ b/src/pybind/mgr/influx/module.py @@ -83,7 +83,7 @@ class Module(MgrModule): value = counter_info['value'] data.append({ - "measurement": "ceph_osd_stats", + "measurement": "ceph_daemon_stats", "tags": { "ceph_daemon": daemon, "type_instance": path,