summaryrefslogtreecommitdiffstats
path: root/collectors/ebpf.plugin/ebpf_oomkill.c
diff options
context:
space:
mode:
authorboxjan <i@boxjan.li>2024-01-19 18:41:13 +0800
committerGitHub <noreply@github.com>2024-01-19 12:41:13 +0200
commite5de17af6172dbd7b3fefd880fd2a71a01c2574d (patch)
tree203e4c61443a85a32e4ba26de59dc233e3840191 /collectors/ebpf.plugin/ebpf_oomkill.c
parentd26ced462dfbd94ea2cd61d085dc47e299bf69ea (diff)
set app_group label automatically (#16810)
Diffstat (limited to 'collectors/ebpf.plugin/ebpf_oomkill.c')
-rw-r--r--collectors/ebpf.plugin/ebpf_oomkill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/collectors/ebpf.plugin/ebpf_oomkill.c b/collectors/ebpf.plugin/ebpf_oomkill.c
index e9afe85d45..2c34650c35 100644
--- a/collectors/ebpf.plugin/ebpf_oomkill.c
+++ b/collectors/ebpf.plugin/ebpf_oomkill.c
@@ -495,7 +495,7 @@ void ebpf_oomkill_create_apps_charts(struct ebpf_module *em, void *ptr)
20072,
update_every,
NETDATA_EBPF_MODULE_NAME_OOMKILL);
- ebpf_create_chart_labels("app_group", w->name, 0);
+ ebpf_create_chart_labels("app_group", w->name, 1);
ebpf_commit_label();
fprintf(stdout, "DIMENSION kills '' %s 1 1\n", ebpf_algorithms[NETDATA_EBPF_ABSOLUTE_IDX]);