summaryrefslogtreecommitdiffstats
path: root/collectors/all.h
diff options
context:
space:
mode:
authorVladimir Kobal <vlad@prokk.net>2018-12-04 00:21:48 +0200
committerGitHub <noreply@github.com>2018-12-04 00:21:48 +0200
commit25dc3d83e9ccfc2dd000e2a08a84be94d684a498 (patch)
treedc89479a509ae95a6772132a251056d5a4893c81 /collectors/all.h
parenta412cabb5bb4402dda70eb45075ba2442cdc80eb (diff)
Move cpuidle python module to proc plugin (#4635)
* Add cpuidle charts * Add cpuidle states * Minor cleanup * Add wake cpu threads * Minor fixes, disable python plugin * Fix memory leaks * Separate config option for keeping cpuidle files open * Close cpuidle name files after rescan
Diffstat (limited to 'collectors/all.h')
-rwxr-xr-x[-rw-r--r--]collectors/all.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/collectors/all.h b/collectors/all.h
index aa19bd5bd3..5e226b2a2d 100644..100755
--- a/collectors/all.h
+++ b/collectors/all.h
@@ -69,6 +69,7 @@
#define NETDATA_CHART_PRIO_CPU_PER_CORE 1000 // +1 per core
#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