diff --git a/plugins/inputs/couchbase/README.md b/plugins/inputs/couchbase/README.md index f4a8d23bb..fadad1b80 100644 --- a/plugins/inputs/couchbase/README.md +++ b/plugins/inputs/couchbase/README.md @@ -30,12 +30,12 @@ couchbase server. ## Use TLS but skip chain & host verification (defaults to false) ## If set to false, tls_cert and tls_key are required # insecure_skip_verify = false - + ## Whether to collect cluster-wide bucket statistics ## It is recommended to disable this in favor of node_stats ## to get a better view of the cluster. cluster_bucket_stats = true - + ## Whether to collect bucket stats for each individual node node_bucket_stats = false ``` diff --git a/plugins/inputs/couchbase/sample.conf b/plugins/inputs/couchbase/sample.conf index e57a23ecc..ccbdd5202 100644 --- a/plugins/inputs/couchbase/sample.conf +++ b/plugins/inputs/couchbase/sample.conf @@ -21,3 +21,11 @@ ## Use TLS but skip chain & host verification (defaults to false) ## If set to false, tls_cert and tls_key are required # insecure_skip_verify = false + + ## Whether to collect cluster-wide bucket statistics + ## It is recommended to disable this in favor of node_stats + ## to get a better view of the cluster. + cluster_bucket_stats = true + + ## Whether to collect bucket stats for each individual node + node_bucket_stats = false diff --git a/plugins/outputs/groundwork/README.md b/plugins/outputs/groundwork/README.md index b75bc8360..f6853365e 100644 --- a/plugins/outputs/groundwork/README.md +++ b/plugins/outputs/groundwork/README.md @@ -19,7 +19,7 @@ GW8+ ## Username and password to access GroundWork API. username = "" password = "" - + ## Default application type to use in GroundWork client # default_app_type = "TELEGRAF" diff --git a/plugins/outputs/groundwork/sample.conf b/plugins/outputs/groundwork/sample.conf index cd834e98f..9b3f0ee42 100644 --- a/plugins/outputs/groundwork/sample.conf +++ b/plugins/outputs/groundwork/sample.conf @@ -10,6 +10,9 @@ username = "" password = "" + ## Default application type to use in GroundWork client + # default_app_type = "TELEGRAF" + ## Default display name for the host with services(metrics). # default_host = "telegraf"