summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthiagoftsm <thiagoftsm@gmail.com>2023-11-13 17:01:23 +0000
committerGitHub <noreply@github.com>2023-11-13 17:01:23 +0000
commitd60e684c68d485cd9305684e1ba0a59d9a36309a (patch)
tree0b41b9faa40b6f96fe1a80d2fc39290e8b1d3ef5
parent72de60e44d9e735970cf87bbd220a6e1f6a3cfcd (diff)
Fix typo in metadata (eBPF) (#16405)
* fix_typo: Fix typo in metadata * fix_typo: Address https://github.com/netdata/netdata/pull/16405/files#r1391264497
-rw-r--r--collectors/ebpf.plugin/metadata.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/collectors/ebpf.plugin/metadata.yaml b/collectors/ebpf.plugin/metadata.yaml
index 320371557f..97b5df3894 100644
--- a/collectors/ebpf.plugin/metadata.yaml
+++ b/collectors/ebpf.plugin/metadata.yaml
@@ -402,7 +402,7 @@ modules:
unit: "calls/s"
chart_type: stacked
dimensions:
- - name: callp
+ - name: call
- name: app.task_close
description: Tasks closed
unit: "calls/s"