From 86b34710f904dd7fb0aa49601e98d41f61b7f6da Mon Sep 17 00:00:00 2001 From: Sven Rebhan <36194019+srebhan@users.noreply.github.com> Date: Wed, 29 Jun 2022 17:04:28 +0200 Subject: [PATCH] fix: Sync back sample.confs for inputs.couchbase and outputs.groundwork. (#11413) (cherry picked from commit 524038a1ecc6c48ce969c051b9754123a93f0f03) --- plugins/inputs/couchbase/README.md | 8 ++++++++ plugins/inputs/couchbase/sample.conf | 8 ++++++++ plugins/outputs/groundwork/README.md | 3 +++ plugins/outputs/groundwork/sample.conf | 3 +++ 4 files changed, 22 insertions(+) diff --git a/plugins/inputs/couchbase/README.md b/plugins/inputs/couchbase/README.md index da20c6ec42a55..cb4da5897935d 100644 --- a/plugins/inputs/couchbase/README.md +++ b/plugins/inputs/couchbase/README.md @@ -30,6 +30,14 @@ 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 ``` ## Metrics diff --git a/plugins/inputs/couchbase/sample.conf b/plugins/inputs/couchbase/sample.conf index e57a23eccf046..ccbdd52025377 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 e11febc6b0d49..f6853365e1524 100644 --- a/plugins/outputs/groundwork/README.md +++ b/plugins/outputs/groundwork/README.md @@ -20,6 +20,9 @@ GW8+ 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" diff --git a/plugins/outputs/groundwork/sample.conf b/plugins/outputs/groundwork/sample.conf index cd834e98ffbb6..9b3f0ee42baa8 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"