feat: update etc/telegraf.conf and etc/telegraf_windows.conf (#10335)

This commit is contained in:
telegraf-tiger[bot] 2021-12-22 14:00:50 -07:00 committed by GitHub
parent a9670bc5d8
commit 3ac7439721
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 0 deletions

View File

@ -7048,6 +7048,9 @@
# ## example: server_name = "myhost.example.org"
# # server_name = ""
#
# ## Don't include root or intermediate certificates in output
# # exclude_root_certs = false
#
# ## Optional TLS Config
# # tls_ca = "/etc/telegraf/ca.pem"
# # tls_cert = "/etc/telegraf/cert.pem"
@ -8577,6 +8580,11 @@
# ## A list of databases to pull metrics about. If not specified, metrics for all
# ## databases are gathered. Do NOT use with the 'ignored_databases' option.
# # databases = ["app_production", "testing"]
#
# ## Whether to use prepared statements when connecting to the database.
# ## This should be set to false when connecting through a PgBouncer instance
# ## with pool_mode set to transaction.
# # prepared_statements = true
# # Read metrics from one or many postgresql servers
@ -8600,6 +8608,11 @@
# ## default is forever (0s)
# max_lifetime = "0s"
#
# ## Whether to use prepared statements when connecting to the database.
# ## This should be set to false when connecting through a PgBouncer instance
# ## with pool_mode set to transaction.
# # prepared_statements = true
#
# ## A list of databases to pull metrics about. If not specified, metrics for all
# ## databases are gathered.
# ## databases = ["app_production", "testing"]

View File

@ -7002,6 +7002,9 @@
# ## example: server_name = "myhost.example.org"
# # server_name = ""
#
# ## Don't include root or intermediate certificates in output
# # exclude_root_certs = false
#
# ## Optional TLS Config
# # tls_ca = "/etc/telegraf/ca.pem"
# # tls_cert = "/etc/telegraf/cert.pem"
@ -8452,6 +8455,11 @@
# ## A list of databases to pull metrics about. If not specified, metrics for all
# ## databases are gathered. Do NOT use with the 'ignored_databases' option.
# # databases = ["app_production", "testing"]
#
# ## Whether to use prepared statements when connecting to the database.
# ## This should be set to false when connecting through a PgBouncer instance
# ## with pool_mode set to transaction.
# # prepared_statements = true
# # Read metrics from one or many postgresql servers
@ -8475,6 +8483,11 @@
# ## default is forever (0s)
# max_lifetime = "0s"
#
# ## Whether to use prepared statements when connecting to the database.
# ## This should be set to false when connecting through a PgBouncer instance
# ## with pool_mode set to transaction.
# # prepared_statements = true
#
# ## A list of databases to pull metrics about. If not specified, metrics for all
# ## databases are gathered.
# ## databases = ["app_production", "testing"]