From 2ae9316f48f3bae4637bcdd0ca81a7f3669145ea Mon Sep 17 00:00:00 2001 From: Vebjorn Ljosa Date: Fri, 18 Mar 2016 18:40:46 -0400 Subject: [PATCH] Add examples in documentation for couchbase input plugin --- plugins/inputs/couchbase/README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/plugins/inputs/couchbase/README.md b/plugins/inputs/couchbase/README.md index fc142e3b2..1e7516285 100644 --- a/plugins/inputs/couchbase/README.md +++ b/plugins/inputs/couchbase/README.md @@ -26,8 +26,8 @@ Meta: - tags: `cluster`, `hostname` Measurement names: -- memory_free -- memory_total +- memory_free (example: 23181365248.0) +- memory_total (example: 64424656896.0) ### Per-bucket measurements @@ -36,11 +36,11 @@ Meta: - tags: `cluster`, `bucket` Measurement names: -- quotaPercentUsed (unit: percent) -- opsPerSec (unit: count) -- diskFetches (unit: count) -- itemCount (unit: count) -- diskUsed (unit: bytes) -- dataUsed (unit: bytes) -- memUsed (unit: bytes) +- quotaPercentUsed (unit: percent, example: 68.85424936294555) +- opsPerSec (unit: count, example: 5686.789686789687) +- diskFetches (unit: count, example: 0.0) +- itemCount (unit: count, example: 943239752.0) +- diskUsed (unit: bytes, example: 409178772321.0) +- dataUsed (unit: bytes, example: 212179309111.0) +- memUsed (unit: bytes, example: 202156957464.0)