aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBen Kochie <superq@gmail.com>2017-01-31 08:52:41 -0500
committerGitHub <noreply@github.com>2017-01-31 08:52:41 -0500
commit71362d45ebcd09f7230f62ca3024e520340c7e8b (patch)
tree5380a3e15fe415f94a0397c4389b8cdfdbd23cc3 /README.md
parent0a7f124fe865d37d233796b657c6abde6efa1e9c (diff)
parente5ee274a326ca8b71699d5349a60bbf12151edec (diff)
downloadprometheus_node_collector-71362d45ebcd09f7230f62ca3024e520340c7e8b.tar.bz2
prometheus_node_collector-71362d45ebcd09f7230f62ca3024e520340c7e8b.tar.xz
prometheus_node_collector-71362d45ebcd09f7230f62ca3024e520340c7e8b.zip
Merge pull request #432 from joehandzik/wip-zfs-zfetchstats
Update ZFS Collector with most non-zpool metrics
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 82a7c15..6d0df8e 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ textfile | Exposes statistics read from local disk. The `--collector.textfile.di
39time | Exposes the current system time. | _any_ 39time | Exposes the current system time. | _any_
40uname | Exposes system information as provided by the uname system call. | Linux 40uname | Exposes system information as provided by the uname system call. | Linux
41vmstat | Exposes statistics from `/proc/vmstat`. | Linux 41vmstat | Exposes statistics from `/proc/vmstat`. | Linux
42zfs | Exposes [ZFS](http://open-zfs.org/) performance statistics.<br/> Linux (ARC) | [Linux](http://zfsonlinux.org/) 42zfs | Exposes [ZFS](http://open-zfs.org/) performance statistics. | [Linux](http://zfsonlinux.org/)
43 43
44### Disabled by default 44### Disabled by default
45 45