From dba5f869b4dd64d76493b270de10cb1b8b718930 Mon Sep 17 00:00:00 2001 From: Hiroshi Hatake Date: Wed, 1 Nov 2023 17:15:34 +0900 Subject: [PATCH] Clarify the sentence meaning Co-authored-by: Pat Signed-off-by: Hiroshi Hatake --- pipeline/inputs/process-exporter-metrics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline/inputs/process-exporter-metrics.md b/pipeline/inputs/process-exporter-metrics.md index c20d346a0..ef57faa16 100644 --- a/pipeline/inputs/process-exporter-metrics.md +++ b/pipeline/inputs/process-exporter-metrics.md @@ -13,7 +13,7 @@ The Process Exporter Metrics plugin implements collecting of the various metrics **Important note:** All metrics including those collected with this plugin flow through a separate pipeline from logs and current filters do not operate on top of metrics. -This plugin is only supported on Linux based operating systems due to heavily relying on proc filesystem. +This plugin is only supported on Linux based operating systems as it uses the `proc` filesystem to access the relevant metrics. macOS does not have procfs. Therefore, this plugin won't work for it.