summaryrefslogtreecommitdiffstats
path: root/collectors/all.h
diff options
context:
space:
mode:
authorVladimir Kobal <vlad@prokk.net>2019-02-11 13:24:24 +0200
committerGitHub <noreply@github.com>2019-02-11 13:24:24 +0200
commit2f6f8155dba6951256f5f8e080aafca6e6836dfc (patch)
treec51efa2bbbc77a8dabc4dbb99ff8725d262b75a1 /collectors/all.h
parentcbe45897dec5d4013c4e8228ddad715f5366d8c6 (diff)
Add message queue statistics (#5115)
* Add IPC message queue charts * Add obsolete flag for dimensions * Delete obsolete dimensions from memory * Remove files for obsolete dimensions, filter requests * Make empty charts obsolete * Minimize obsolete dimension checks * Limit the number of dimensions in memory * Remove obsolete dimensions on netdata exit * Update documentation * Move flag to the end * Fix typo * Fix typo
Diffstat (limited to 'collectors/all.h')
-rw-r--r--collectors/all.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/collectors/all.h b/collectors/all.h
index 7817d89bfe..9f1d7613b5 100644
--- a/collectors/all.h
+++ b/collectors/all.h
@@ -55,8 +55,8 @@
#define NETDATA_CHART_PRIO_SYSTEM_ENTROPY 1000
#define NETDATA_CHART_PRIO_SYSTEM_UPTIME 1000
#define NETDATA_CHART_PRIO_SYSTEM_IPC_MSQ_QUEUES 990 // freebsd only
-#define NETDATA_CHART_PRIO_SYSTEM_IPC_MSQ_MESSAGES 1000 // freebsd only
-#define NETDATA_CHART_PRIO_SYSTEM_IPC_MSQ_SIZE 1100 // freebsd only
+#define NETDATA_CHART_PRIO_SYSTEM_IPC_MSQ_MESSAGES 1000
+#define NETDATA_CHART_PRIO_SYSTEM_IPC_MSQ_SIZE 1100
#define NETDATA_CHART_PRIO_SYSTEM_IPC_SEMAPHORES 1000
#define NETDATA_CHART_PRIO_SYSTEM_IPC_SEM_ARRAYS 1000
#define NETDATA_CHART_PRIO_SYSTEM_IPC_SHARED_MEM_SEGS 1000 // freebsd only