Skip to content

Commit

Permalink
in_node_exporter_metrics: Add descriptions for macOS
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Hatake <[email protected]>
  • Loading branch information
cosmo0920 committed Sep 20, 2023
1 parent d9de2b2 commit 6f222d1
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions pipeline/inputs/node-exporter-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 6f222d1

Please sign in to comment.