summaryrefslogtreecommitdiffstats
path: root/collectors/ebpf.plugin/ebpf_hardirq.c
diff options
context:
space:
mode:
authorthiagoftsm <thiagoftsm@gmail.com>2023-03-08 14:49:35 +0000
committerGitHub <noreply@github.com>2023-03-08 14:49:35 +0000
commitb3f59597c47f108df1303eeb2702b487c08a188e (patch)
tree14410df486a1f23de8793f911bfea444763c4bbc /collectors/ebpf.plugin/ebpf_hardirq.c
parentf4fced9b90b1569c82a809a048af5d0591b2ea6d (diff)
eBPF new charts (user ring) (#14623)
Diffstat (limited to 'collectors/ebpf.plugin/ebpf_hardirq.c')
-rw-r--r--collectors/ebpf.plugin/ebpf_hardirq.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/collectors/ebpf.plugin/ebpf_hardirq.c b/collectors/ebpf.plugin/ebpf_hardirq.c
index 20c4b9d052..1b1ea8ab4c 100644
--- a/collectors/ebpf.plugin/ebpf_hardirq.c
+++ b/collectors/ebpf.plugin/ebpf_hardirq.c
@@ -391,6 +391,7 @@ static void hardirq_collector(ebpf_module_t *em)
hardirq_create_charts(em->update_every);
hardirq_create_static_dims();
ebpf_update_stats(&plugin_statistics, em);
+ ebpf_update_kernel_memory_with_vector(&plugin_statistics, em->maps);
pthread_mutex_unlock(&lock);
// loop and read from published data until ebpf plugin is closed.