summaryrefslogtreecommitdiffstats
path: root/daemon
diff options
context:
space:
mode:
authorVladimir Kobal <vlad@prokk.net>2022-05-24 17:45:03 +0300
committerGitHub <noreply@github.com>2022-05-24 16:45:03 +0200
commitcefa2189aef363d766561915c946da3c43ee6d49 (patch)
tree4535cb3ee7f85ae080a24b794571775c0f9978a3 /daemon
parent35ec0545dd797534c42d033b31edff3600bd2c88 (diff)
Run the /net/dev module of the proc plugin in a separate thread (#12996)
Diffstat (limited to 'daemon')
-rw-r--r--daemon/global_statistics.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/global_statistics.c b/daemon/global_statistics.c
index 05b8804aa4..98bf0bf9ab 100644
--- a/daemon/global_statistics.c
+++ b/daemon/global_statistics.c
@@ -988,6 +988,7 @@ static struct worker_utilization all_workers_utilization[] = {
{ .name = "STATSD", .family = "workers plugin statsd", .priority = 1000000 },
{ .name = "STATSDFLUSH", .family = "workers plugin statsd flush", .priority = 1000000 },
{ .name = "PROC", .family = "workers plugin proc", .priority = 1000000 },
+ { .name = "NETDEV", .family = "workers plugin proc netdev", .priority = 1000000 },
{ .name = "FREEBSD", .family = "workers plugin freebsd", .priority = 1000000 },
{ .name = "MACOS", .family = "workers plugin macos", .priority = 1000000 },
{ .name = "CGROUPS", .family = "workers plugin cgroups", .priority = 1000000 },