aboutsummaryrefslogtreecommitdiff
path: root/end-to-end-test.sh
diff options
context:
space:
mode:
authorBen Kochie <superq@gmail.com>2018-02-12 17:56:05 +0100
committerGitHub <noreply@github.com>2018-02-12 17:56:05 +0100
commit6a041692edffff80d653cfaa1ada5da1aa302243 (patch)
tree739a00f049561f7d560643d93df549c2216dee8b /end-to-end-test.sh
parent9a5bd5f8e4b9c609c46af1496b415fc0667b9d83 (diff)
downloadprometheus_node_collector-6a041692edffff80d653cfaa1ada5da1aa302243.tar.bz2
prometheus_node_collector-6a041692edffff80d653cfaa1ada5da1aa302243.tar.xz
prometheus_node_collector-6a041692edffff80d653cfaa1ada5da1aa302243.zip
Add NFS Server metrics collector. (#803)
* Add NFS Server metrics collector. * Add File Handles metrics. * Add nfsd IO stats. * Add metrics for NFSd threads. * Add metrics for NFSd read ahead cache. * Add NFSd network traffic counters. * Add RPC metrics. * Add V2 requests metrics. * Add NFSv3 metrics. * Add NFSv4 metrics. * Update reply cache comment. * Update help text.
Diffstat (limited to 'end-to-end-test.sh')
-rwxr-xr-xend-to-end-test.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/end-to-end-test.sh b/end-to-end-test.sh
index da84a91..29fc586 100755
--- a/end-to-end-test.sh
+++ b/end-to-end-test.sh
@@ -26,6 +26,7 @@ enabled_collectors=$(cat << COLLECTORS
26 netdev 26 netdev
27 netstat 27 netstat
28 nfs 28 nfs
29 nfsd
29 qdisc 30 qdisc
30 sockstat 31 sockstat
31 stat 32 stat