summaryrefslogtreecommitdiffstats
path: root/collectors
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2024-01-11 12:52:34 +0200
committerGitHub <noreply@github.com>2024-01-11 12:52:34 +0200
commitdf587c73eda1221c5d133e65fe170a2d301eb236 (patch)
treed4a1454c917bf6714319988a59a0acfa97a6c4f6 /collectors
parentacb921c80a83aa29baf99a79dc959547ab79f0fb (diff)
fix cpu per core charts priority (#16749)
Diffstat (limited to 'collectors')
-rw-r--r--collectors/all.h18
1 files changed, 6 insertions, 12 deletions
diff --git a/collectors/all.h b/collectors/all.h
index 38241dfa98..24236e9bf8 100644
--- a/collectors/all.h
+++ b/collectors/all.h
@@ -59,16 +59,14 @@
// CPU per core
#define NETDATA_CHART_PRIO_CPU_PER_CORE 1000 // +1 per core
+#define NETDATA_CHART_PRIO_CPUFREQ_SCALING_CUR_FREQ 1002
+#define NETDATA_CHART_PRIO_CORE_THROTTLING 1003
+#define NETDATA_CHART_PRIO_PACKAGE_THROTTLING 1004
+#define NETDATA_CHART_PRIO_CPUIDLE 1005
+#define NETDATA_CHART_PRIO_INTERRUPTS_PER_CORE 1006 // +1 per core
+#define NETDATA_CHART_PRIO_POWERCAP 1007 // Linux powercap
#define NETDATA_CHART_PRIO_CPU_TEMPERATURE 1050 // freebsd only
-#define NETDATA_CHART_PRIO_CPUFREQ_SCALING_CUR_FREQ 5003 // freebsd only
-#define NETDATA_CHART_PRIO_CPUIDLE 6000
-#define NETDATA_CHART_PRIO_CORE_THROTTLING 5001
-#define NETDATA_CHART_PRIO_PACKAGE_THROTTLING 5002
-
-// Interrupts per core
-
-#define NETDATA_CHART_PRIO_INTERRUPTS_PER_CORE 1100 // +1 per core
// Memory Section - 1xxx
@@ -384,10 +382,6 @@
#define NETDATA_CHART_PRIO_POWER_SUPPLY_ENERGY 9502
#define NETDATA_CHART_PRIO_POWER_SUPPLY_VOLTAGE 9503
-// Linux powercap
-
-#define NETDATA_CHART_PRIO_POWERCAP 9600
-
// Wireless
#define NETDATA_CHART_PRIO_WIRELESS_IFACE 7110