From ae10c8f94c64a56162d0f184a7ced955c84b1bec Mon Sep 17 00:00:00 2001 From: fenghaiyue Date: Mon, 19 Sep 2022 11:50:43 +0800 Subject: [PATCH] system cpu probe: fix bug for meta file --- src/probes/system_infos.probe/system_cpu.meta | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/probes/system_infos.probe/system_cpu.meta b/src/probes/system_infos.probe/system_cpu.meta index d7930f33..85de9d92 100644 --- a/src/probes/system_infos.probe/system_cpu.meta +++ b/src/probes/system_infos.probe/system_cpu.meta @@ -10,7 +10,7 @@ measurements: { description: "Cpu number", type: "key", - name: "cpu_num", + name: "cpu", }, { description: "Count of rcu lock in softirqs", -- Gitee