From fc1fb2fcd983ef8ecf69c157c3618e50a5f453c3 Mon Sep 17 00:00:00 2001 From: Joshua Powers Date: Tue, 7 Feb 2023 09:37:21 -0700 Subject: [PATCH] docs(inputs.procstat): add ppid field (#12641) --- plugins/inputs/procstat/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/inputs/procstat/README.md b/plugins/inputs/procstat/README.md index 5be8a0964..a8c7f4bb9 100644 --- a/plugins/inputs/procstat/README.md +++ b/plugins/inputs/procstat/README.md @@ -123,6 +123,7 @@ the `win_perf_counters` input plugin as a more mature alternative. - num_fds (int, *telegraf* may need to be ran as **root**) - num_threads (int) - pid (int) + - ppid (int) - read_bytes (int, *telegraf* may need to be ran as **root**) - read_count (int, *telegraf* may need to be ran as **root**) - realtime_priority (int)