summaryrefslogtreecommitdiffstats
path: root/collectors/ebpf.plugin/ebpf_hardirq.c
diff options
context:
space:
mode:
authorUman Shahzad <uman@mslm.io>2021-08-24 20:24:59 +0500
committerGitHub <noreply@github.com>2021-08-24 20:24:59 +0500
commitb2f9d9281bd1878bb56cb9fc4c2da83218e196b4 (patch)
tree2772db17c08c7549dc9f25e00799088918014824 /collectors/ebpf.plugin/ebpf_hardirq.c
parentf71c7a3a5b0fa74c7c1184e50b075fe28e5dff37 (diff)
eBPF Soft IRQ latency (#11445)
Diffstat (limited to 'collectors/ebpf.plugin/ebpf_hardirq.c')
-rw-r--r--collectors/ebpf.plugin/ebpf_hardirq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/collectors/ebpf.plugin/ebpf_hardirq.c b/collectors/ebpf.plugin/ebpf_hardirq.c
index e95091e691..29ece2ddf2 100644
--- a/collectors/ebpf.plugin/ebpf_hardirq.c
+++ b/collectors/ebpf.plugin/ebpf_hardirq.c
@@ -344,7 +344,7 @@ static void hardirq_create_charts()
NETDATA_EBPF_SYSTEM_GROUP,
"hardirq_latency",
"Hardware IRQ latency",
- "milliseconds",
+ EBPF_COMMON_DIMENSION_MILLISECONDS,
"interrupts",
NULL,
NETDATA_EBPF_CHART_TYPE_STACKED,