This repository has been archived on 2025-07-31. You can view files and clone it, but cannot push or open issues or pull requests.
Files
telegraf-clickhouse-plugin/plugins/outputs/clickhouse/sample.conf
Nikolaos Karaolidis 558fb3a423 Fix batching
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
2023-06-28 19:52:27 +03:00

22 lines
661 B
Plaintext

# Save metrics to an SQL Database
[[outputs.sql]]
## Data source name
# data_source_name = ""
## Initialization SQL
# init_sql = ""
## Maximum amount of time a connection may be idle. "0s" means connections are
## never closed due to idle time.
# connection_max_idle_time = "0s"
## Maximum amount of time a connection may be reused. "0s" means connections
## are never closed due to age.
# connection_max_lifetime = "0s"
## Maximum number of connections in the idle connection pool. 0 means unlimited.
# connection_max_idle = 2
## Maximum number of open connections to the database. 0 means unlimited.
# connection_max_open = 0