summaryrefslogtreecommitdiffstats
path: root/collectors/all.h
diff options
context:
space:
mode:
authorSuraj Neupane <neupanesuraj@gmail.com>2022-03-08 08:33:08 +0200
committerGitHub <noreply@github.com>2022-03-08 08:33:08 +0200
commit64375154fe518342e50c8d0608992ad374fa6a31 (patch)
tree84a77ad84480fd4075743fbd234d0fb4f3f45448 /collectors/all.h
parent7a0fa001284b32db450615b1a920c7ef5f7e4111 (diff)
introduce new chart for process states metrics (#12305)
* 12139: introduce new chart for process states metrics This commit introduces new chart for total number of processes in different states i.e running, sleeping, sleeping_d, zombie and stopped. * fix recursive chart generation issue * fix recursive chart addition * fixing comments * Update web/gui/dashboard_info.js Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud> * Update collectors/apps.plugin/apps_plugin.c Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud> * fixing commenets * Apply suggestions from code review * Update collectors/apps.plugin/apps_plugin.c * Update collectors/apps.plugin/apps_plugin.c Co-authored-by: Timotej S. <6674623+underhood@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Tina Luedtke <kickoke@users.noreply.github.com> Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud> Co-authored-by: Timotej S. <6674623+underhood@users.noreply.github.com> Co-authored-by: Tina Luedtke <kickoke@users.noreply.github.com>
Diffstat (limited to 'collectors/all.h')
-rw-r--r--collectors/all.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/collectors/all.h b/collectors/all.h
index 100a6b0904..9f3178f15e 100644
--- a/collectors/all.h
+++ b/collectors/all.h
@@ -30,6 +30,7 @@
#define NETDATA_CHART_PRIO_SYSTEM_IP 501
#define NETDATA_CHART_PRIO_SYSTEM_IPV6 502
#define NETDATA_CHART_PRIO_SYSTEM_PROCESSES 600
+#define NETDATA_CHART_PRIO_SYSTEM_PROCESS_STATES 601
#define NETDATA_CHART_PRIO_SYSTEM_FORKS 700
#define NETDATA_CHART_PRIO_SYSTEM_ACTIVE_PROCESSES 750
#define NETDATA_CHART_PRIO_SYSTEM_CTXT 800