feat: update etc/telegraf.conf and etc/telegraf_windows.conf (#10335)
This commit is contained in:
parent
a9670bc5d8
commit
3ac7439721
|
|
@ -7048,6 +7048,9 @@
|
||||||
# ## example: server_name = "myhost.example.org"
|
# ## example: server_name = "myhost.example.org"
|
||||||
# # server_name = ""
|
# # server_name = ""
|
||||||
#
|
#
|
||||||
|
# ## Don't include root or intermediate certificates in output
|
||||||
|
# # exclude_root_certs = false
|
||||||
|
#
|
||||||
# ## Optional TLS Config
|
# ## Optional TLS Config
|
||||||
# # tls_ca = "/etc/telegraf/ca.pem"
|
# # tls_ca = "/etc/telegraf/ca.pem"
|
||||||
# # tls_cert = "/etc/telegraf/cert.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
|
# ## 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 are gathered. Do NOT use with the 'ignored_databases' option.
|
||||||
# # databases = ["app_production", "testing"]
|
# # 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
|
# # Read metrics from one or many postgresql servers
|
||||||
|
|
@ -8600,6 +8608,11 @@
|
||||||
# ## default is forever (0s)
|
# ## default is forever (0s)
|
||||||
# max_lifetime = "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
|
# ## A list of databases to pull metrics about. If not specified, metrics for all
|
||||||
# ## databases are gathered.
|
# ## databases are gathered.
|
||||||
# ## databases = ["app_production", "testing"]
|
# ## databases = ["app_production", "testing"]
|
||||||
|
|
|
||||||
|
|
@ -7002,6 +7002,9 @@
|
||||||
# ## example: server_name = "myhost.example.org"
|
# ## example: server_name = "myhost.example.org"
|
||||||
# # server_name = ""
|
# # server_name = ""
|
||||||
#
|
#
|
||||||
|
# ## Don't include root or intermediate certificates in output
|
||||||
|
# # exclude_root_certs = false
|
||||||
|
#
|
||||||
# ## Optional TLS Config
|
# ## Optional TLS Config
|
||||||
# # tls_ca = "/etc/telegraf/ca.pem"
|
# # tls_ca = "/etc/telegraf/ca.pem"
|
||||||
# # tls_cert = "/etc/telegraf/cert.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
|
# ## 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 are gathered. Do NOT use with the 'ignored_databases' option.
|
||||||
# # databases = ["app_production", "testing"]
|
# # 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
|
# # Read metrics from one or many postgresql servers
|
||||||
|
|
@ -8475,6 +8483,11 @@
|
||||||
# ## default is forever (0s)
|
# ## default is forever (0s)
|
||||||
# max_lifetime = "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
|
# ## A list of databases to pull metrics about. If not specified, metrics for all
|
||||||
# ## databases are gathered.
|
# ## databases are gathered.
|
||||||
# ## databases = ["app_production", "testing"]
|
# ## databases = ["app_production", "testing"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue