summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2023-11-10 14:26:38 +0200
committerGitHub <noreply@github.com>2023-11-10 14:26:38 +0200
commitc71e7ae760342c9bddbb283a37dde7a5f82a7010 (patch)
tree1b81bceccfba205e06d6398cf03d32fae2bf0876
parent82d3eb84d70a1150779c6dd4cf51af98e617b41a (diff)
add pids current to cgroups meta (#16374)
-rw-r--r--collectors/cgroups.plugin/metadata.yaml18
1 files changed, 18 insertions, 0 deletions
diff --git a/collectors/cgroups.plugin/metadata.yaml b/collectors/cgroups.plugin/metadata.yaml
index be458e1832..a1abbb5a94 100644
--- a/collectors/cgroups.plugin/metadata.yaml
+++ b/collectors/cgroups.plugin/metadata.yaml
@@ -310,6 +310,12 @@ modules:
chart_type: line
dimensions:
- name: time
+ - name: cgroup.pids_current
+ description: Number of processes
+ unit: "pids"
+ chart_type: line
+ dimensions:
+ - name: pids
- name: cgroup network device
description: ""
labels:
@@ -688,6 +694,12 @@ modules:
chart_type: line
dimensions:
- name: time
+ - name: k8s.cgroup.pids_current
+ description: Number of processes
+ unit: "pids"
+ chart_type: line
+ dimensions:
+ - name: pids
- name: k8s cgroup network device
description: These metrics refer to the Pod container network interface.
labels:
@@ -915,6 +927,12 @@ modules:
dimensions:
- name: read
- name: write
+ - name: systemd.service.pids.current
+ description: Systemd Services Number of Processes
+ unit: pids
+ chart_type: line
+ dimensions:
+ - name: pids
- <<: *module
meta:
<<: *meta