From 70ad3c2c905d1ce24578873ca5f09eb054e94266 Mon Sep 17 00:00:00 2001 From: Hiroshi Hatake Date: Mon, 2 Oct 2023 20:23:45 +0900 Subject: [PATCH] Add more descriptions for procfs and macOS is not supported Signed-off-by: Hiroshi Hatake --- pipeline/inputs/process-exporter-metrics.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pipeline/inputs/process-exporter-metrics.md b/pipeline/inputs/process-exporter-metrics.md index f539ea5a8..3f03122e5 100644 --- a/pipeline/inputs/process-exporter-metrics.md +++ b/pipeline/inputs/process-exporter-metrics.md @@ -13,7 +13,9 @@ The Process Exporter Metrics plugin implements collecting of the various metrics **Important note:** Metrics collected with Process Exporter Metrics 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. +This plugin is only supported on Linux based operating systems due to heavily relying on proc filesystem. + +macOS does not have procfs. Therefore, this plugin won't work for it. ## Configuration