From f9014a1c75c6a3adf414b48a707fd444e65b3024 Mon Sep 17 00:00:00 2001 From: Benjeman Meekhof Date: Wed, 4 Oct 2017 10:05:17 -0400 Subject: [PATCH] mgr/influx: Correct name of daemon stat measurement to 'ceph_daemon_stats' Signed-off-by: Benjeman Meekhof --- src/pybind/mgr/influx/module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/influx/module.py b/src/pybind/mgr/influx/module.py index 5d524c4ed23..32736930038 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, -- 2.47.3