aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPhilip Gough <pgough@redhat.com>2019-08-03 11:32:43 +0100
committerBen Kochie <superq@gmail.com>2019-08-03 12:32:43 +0200
commit2d95ecaa96e399017c432519d5ded14c0e86fd1d (patch)
treef89e094e32c9e0770ee02712f8ac2b4f47843af2 /README.md
parent2f2392af3fb7e0de3b5993bdd6b7fa7f471402c5 (diff)
downloadprometheus_node_collector-2d95ecaa96e399017c432519d5ded14c0e86fd1d.tar.bz2
prometheus_node_collector-2d95ecaa96e399017c432519d5ded14c0e86fd1d.tar.xz
prometheus_node_collector-2d95ecaa96e399017c432519d5ded14c0e86fd1d.zip
Extends uname collector to export on Darwin OS (#1433)
Adds uname collector support for Darwin and OpenBSD Signed-off-by: Philip Gough <philip.p.gough@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 795ab60..5a9bd55 100644
--- a/README.md
+++ b/README.md
@@ -57,7 +57,7 @@ stat | Exposes various statistics from `/proc/stat`. This includes boot time, fo
57textfile | Exposes statistics read from local disk. The `--collector.textfile.directory` flag must be set. | _any_ 57textfile | Exposes statistics read from local disk. The `--collector.textfile.directory` flag must be set. | _any_
58time | Exposes the current system time. | _any_ 58time | Exposes the current system time. | _any_
59timex | Exposes selected adjtimex(2) system call stats. | Linux 59timex | Exposes selected adjtimex(2) system call stats. | Linux
60uname | Exposes system information as provided by the uname system call. | FreeBSD, Linux 60uname | Exposes system information as provided by the uname system call. | Darwin, FreeBSD, Linux, OpenBSD
61vmstat | Exposes statistics from `/proc/vmstat`. | Linux 61vmstat | Exposes statistics from `/proc/vmstat`. | Linux
62xfs | Exposes XFS runtime statistics. | Linux (kernel 4.4+) 62xfs | Exposes XFS runtime statistics. | Linux (kernel 4.4+)
63zfs | Exposes [ZFS](http://open-zfs.org/) performance statistics. | [Linux](http://zfsonlinux.org/), Solaris 63zfs | Exposes [ZFS](http://open-zfs.org/) performance statistics. | [Linux](http://zfsonlinux.org/), Solaris