Skip to content

Commit 48023bf

Browse files
cosmo0920Pat
andauthored
in_node_exporter_metrics: Add macOS into a table of supported metrics (#1197)
* in_node_exporter_metrics: Add descriptions for macOS Signed-off-by: Hiroshi Hatake <hatake@calyptia.com> * Correct a sentence Co-authored-by: Pat <pat@calyptia.com> Signed-off-by: Hiroshi Hatake <hatake@calyptia.com> --------- Signed-off-by: Hiroshi Hatake <hatake@calyptia.com> Signed-off-by: Pat <pat@calyptia.com> Co-authored-by: Pat <pat@calyptia.com>
1 parent b4b46cd commit 48023bf

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

pipeline/inputs/node-exporter-metrics.md

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ The initial release of Node Exporter Metrics contains a subset of collectors and
1212

1313
**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.
1414

15-
This plugin is currently only supported on Linux based operating systems\
15+
This plugin is supported on Linux-based operating systems for the most part with macOS offering a reduced subset of metrics.
16+
The table below indicates which collector is supported on macOS.
1617

1718

1819
## Configuration
@@ -60,22 +61,22 @@ The following table describes the available collectors as part of this plugin. A
6061

6162
> note: the Version column specifies the Fluent Bit version where the collector is available.
6263
63-
| Name | Description | OS | Version |
64-
| --------- | ------------------------------------------------------------------------------------------------ | ------ | ------- |
65-
| cpu | Exposes CPU statistics. | Linux | v1.8 |
66-
| cpufreq | Exposes CPU frequency statistics. | Linux | v1.8 |
67-
| diskstats | Exposes disk I/O statistics. | Linux | v1.8 |
68-
| filefd | Exposes file descriptor statistics from `/proc/sys/fs/file-nr`. | Linux | v1.8.2 |
69-
| loadavg | Exposes load average. | Linux | v1.8 |
70-
| meminfo | Exposes memory statistics. | Linux | v1.8 |
71-
| netdev | Exposes network interface statistics such as bytes transferred. | Linux | v1.8.2 |
72-
| stat | Exposes various statistics from `/proc/stat`. This includes boot time, forks, and interruptions. | Linux | v1.8 |
73-
| time | Exposes the current system time. | Linux | v1.8 |
74-
| uname | Exposes system information as provided by the uname system call. | Linux | v1.8 |
75-
| vmstat | Exposes statistics from `/proc/vmstat`. | Linux | v1.8.2 |
76-
| systemd collector | Exposes statistics from systemd. | Linux | v2.1.3 |
77-
| thermal_zone | Expose thermal statistics from `/sys/class/thermal/thermal_zone/*` | Linux | v2.2.1 |
78-
| nvme | Exposes nvme statistics from `/proc`. | Linux | v2.2.0 |
64+
| Name | Description | OS | Version |
65+
| ----------------- | ------------------------------------------------------------------------------------------------ | ----------- | ------- |
66+
| cpu | Exposes CPU statistics. | Linux,macOS | v1.8 |
67+
| cpufreq | Exposes CPU frequency statistics. | Linux | v1.8 |
68+
| diskstats | Exposes disk I/O statistics. | Linux,macOS | v1.8 |
69+
| filefd | Exposes file descriptor statistics from `/proc/sys/fs/file-nr`. | Linux | v1.8.2 |
70+
| loadavg | Exposes load average. | Linux,macOS | v1.8 |
71+
| meminfo | Exposes memory statistics. | Linux,macOS | v1.8 |
72+
| netdev | Exposes network interface statistics such as bytes transferred. | Linux,macOS | v1.8.2 |
73+
| stat | Exposes various statistics from `/proc/stat`. This includes boot time, forks, and interruptions. | Linux | v1.8 |
74+
| time | Exposes the current system time. | Linux | v1.8 |
75+
| uname | Exposes system information as provided by the uname system call. | Linux,macOS | v1.8 |
76+
| vmstat | Exposes statistics from `/proc/vmstat`. | Linux | v1.8.2 |
77+
| systemd collector | Exposes statistics from systemd. | Linux | v2.1.3 |
78+
| thermal_zone | Expose thermal statistics from `/sys/class/thermal/thermal_zone/*` | Linux | v2.2.1 |
79+
| nvme | Exposes nvme statistics from `/proc`. | Linux | v2.2.0 |
7980

8081
## Getting Started
8182

0 commit comments

Comments
 (0)