summaryrefslogtreecommitdiffstats
path: root/collectors/all.h
diff options
context:
space:
mode:
authorthiagoftsm <thiagoftsm@gmail.com>2021-07-02 12:28:50 +0000
committerGitHub <noreply@github.com>2021-07-02 12:28:50 +0000
commit37686c8d682dc5235f8c1b790f484242fc194401 (patch)
tree28fc88465248ffa38608419e6d99cca04071b151 /collectors/all.h
parent180ace8264c21ae77635965edd21e369ad45701e (diff)
Ebpf disk latency (#11276)
Add disk monitoring independent of filesystem.
Diffstat (limited to 'collectors/all.h')
-rw-r--r--collectors/all.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/collectors/all.h b/collectors/all.h
index b0e09f5364..41bed0592f 100644
--- a/collectors/all.h
+++ b/collectors/all.h
@@ -116,6 +116,7 @@
#define NETDATA_CHART_PRIO_DISK_SVCTM 2070
#define NETDATA_CHART_PRIO_DISK_MOPS 2080
#define NETDATA_CHART_PRIO_DISK_IOTIME 2090
+#define NETDATA_CHART_PRIO_DISK_LATENCY 2095
#define NETDATA_CHART_PRIO_BCACHE_CACHE_ALLOC 2120
#define NETDATA_CHART_PRIO_BCACHE_HIT_RATIO 2120
#define NETDATA_CHART_PRIO_BCACHE_RATES 2121