summaryrefslogtreecommitdiffstats
path: root/collectors/all.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 11:19:16 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 12:07:37 +0000
commitb485aab7e71c1625cfc27e0f92c9509f42378458 (patch)
treeae9abe108601079d1679194de237c9a435ae5b55 /collectors/all.h
parentAdding upstream version 1.44.3. (diff)
downloadnetdata-upstream.tar.xz
netdata-upstream.zip
Adding upstream version 1.45.3+dfsg.upstream/1.45.3+dfsgupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--src/collectors/all.h (renamed from collectors/all.h)18
1 files changed, 6 insertions, 12 deletions
diff --git a/collectors/all.h b/src/collectors/all.h
index 38241dfa9..24236e9bf 100644
--- a/collectors/all.h
+++ b/src/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