From 6f222d103e9e2a5ed35a0e63cbb4ff50e1e196a3 Mon Sep 17 00:00:00 2001 From: Hiroshi Hatake Date: Wed, 20 Sep 2023 14:44:27 +0900 Subject: [PATCH 1/2] in_node_exporter_metrics: Add descriptions for macOS Signed-off-by: Hiroshi Hatake --- pipeline/inputs/node-exporter-metrics.md | 30 ++++++++++++------------ 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/pipeline/inputs/node-exporter-metrics.md b/pipeline/inputs/node-exporter-metrics.md index 173836ec6..35cc93bdd 100644 --- a/pipeline/inputs/node-exporter-metrics.md +++ b/pipeline/inputs/node-exporter-metrics.md @@ -12,7 +12,7 @@ The initial release of Node Exporter Metrics contains a subset of collectors and **Important note:** Metrics collected with Node Exporter Metrics flow through a separate pipeline from logs and current filters do not operate on top of metrics. -This plugin is currently only supported on Linux based operating systems\ +This plugin is currently supported on Linux based operating systems for the most part and some parts of collecting metrics are offering for macOS. ## Configuration @@ -58,20 +58,20 @@ The following table describes the available collectors as part of this plugin. A > note: the Version column specifies the Fluent Bit version where the collector is available. -| Name | Description | OS | Version | -| --------- | ------------------------------------------------------------------------------------------------ | ------ | ------- | -| cpu | Exposes CPU statistics. | Linux | v1.8 | -| cpufreq | Exposes CPU frequency statistics. | Linux | v1.8 | -| diskstats | Exposes disk I/O statistics. | Linux | v1.8 | -| filefd | Exposes file descriptor statistics from `/proc/sys/fs/file-nr`. | Linux | v1.8.2 | -| loadavg | Exposes load average. | Linux | v1.8 | -| meminfo | Exposes memory statistics. | Linux | v1.8 | -| netdev | Exposes network interface statistics such as bytes transferred. | Linux | v1.8.2 | -| stat | Exposes various statistics from `/proc/stat`. This includes boot time, forks, and interruptions. | Linux | v1.8 | -| time | Exposes the current system time. | Linux | v1.8 | -| uname | Exposes system information as provided by the uname system call. | Linux | v1.8 | -| vmstat | Exposes statistics from `/proc/vmstat`. | Linux | v1.8.2 | -| systemd collector | Exposes statistics from systemd. | Linux | v2.1.3 | +| Name | Description | OS | Version | +| --------- | ------------------------------------------------------------------------------------------------ | ------------ | ------------ | +| cpu | Exposes CPU statistics. | Linux,macOS | v1.8,v2.2 | +| cpufreq | Exposes CPU frequency statistics. | Linux | v1.8 | +| diskstats | Exposes disk I/O statistics. | Linux,macOS | v1.8,v2.2 | +| filefd | Exposes file descriptor statistics from `/proc/sys/fs/file-nr`. | Linux | v1.8.2 | +| loadavg | Exposes load average. | Linux,macOS | v1.8,v2.2 | +| meminfo | Exposes memory statistics. | Linux,macOS | v1.8,v2.2 | +| netdev | Exposes network interface statistics such as bytes transferred. | Linux,macOS | v1.8.2,v2.2 | +| stat | Exposes various statistics from `/proc/stat`. This includes boot time, forks, and interruptions. | Linux | v1.8 | +| time | Exposes the current system time. | Linux | v1.8 | +| uname | Exposes system information as provided by the uname system call. | Linux,macOS | v1.8 | +| vmstat | Exposes statistics from `/proc/vmstat`. | Linux | v1.8.2 | +| systemd collector | Exposes statistics from systemd. | Linux | v2.1.3 | ## Getting Started From ac943b600fecd083adb0bdf4066e3217d4ca3d74 Mon Sep 17 00:00:00 2001 From: Hiroshi Hatake Date: Mon, 2 Oct 2023 20:03:34 +0900 Subject: [PATCH 2/2] Correct a sentence Co-authored-by: Pat Signed-off-by: Hiroshi Hatake --- pipeline/inputs/node-exporter-metrics.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pipeline/inputs/node-exporter-metrics.md b/pipeline/inputs/node-exporter-metrics.md index 35cc93bdd..1570c8695 100644 --- a/pipeline/inputs/node-exporter-metrics.md +++ b/pipeline/inputs/node-exporter-metrics.md @@ -12,7 +12,8 @@ The initial release of Node Exporter Metrics contains a subset of collectors and **Important note:** Metrics collected with Node Exporter Metrics flow through a separate pipeline from logs and current filters do not operate on top of metrics. -This plugin is currently supported on Linux based operating systems for the most part and some parts of collecting metrics are offering for macOS. +This plugin is supported on Linux-based operating systems for the most part with macOS offering a reduced subset of metrics. +The table below indicates which collector is supported on macOS. ## Configuration