diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-09-03 10:23:38 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-09-03 10:23:38 +0000 |
commit | 574098461cd45be12a497afbdac6f93c58978387 (patch) | |
tree | 9eb60a5930b7c20d42f7fde1e234cae3968ed3d9 /collectors/all.h | |
parent | Adding upstream version 1.16.1. (diff) | |
download | netdata-574098461cd45be12a497afbdac6f93c58978387.tar.xz netdata-574098461cd45be12a497afbdac6f93c58978387.zip |
Adding upstream version 1.17.0.upstream/1.17.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'collectors/all.h')
-rw-r--r-- | collectors/all.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/collectors/all.h b/collectors/all.h index a18c43a2..5fe5e9be 100644 --- a/collectors/all.h +++ b/collectors/all.h @@ -93,6 +93,10 @@ #define NETDATA_CHART_PRIO_MEM_HW 1500 #define NETDATA_CHART_PRIO_MEM_HW_ECC_CE 1550 #define NETDATA_CHART_PRIO_MEM_HW_ECC_UE 1560 +#define NETDATA_CHART_PRIO_MEM_ZRAM 1600 +#define NETDATA_CHART_PRIO_MEM_ZRAM_SAVINGS 1601 +#define NETDATA_CHART_PRIO_MEM_ZRAM_RATIO 1602 +#define NETDATA_CHART_PRIO_MEM_ZRAM_EFFICIENCY 1603 // Disks |