Remove single-table mode

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2023-07-06 10:07:52 +03:00
parent bbefd86e13
commit 5b8bfea0b2
3 changed files with 121 additions and 210 deletions

View File

@@ -11,20 +11,8 @@
## Default TTL for data in the table (use ClickHouse syntax)
ttl = "3 MONTH"
## Table operation mode
## Set to "single" to create a single table for all metrics.
## Set to "multi" to create a new table for each metric.
# table_mode = "multi"
## Single table configuration
# [outputs.clickhouse.single_table]
## Table name
# table_name = "telegraf"
## Multi table configuration
# [outputs.clickhouse.multi_table]
## Table name prefix
# table_prefix = "telegraf"
## Table name prefix
# table_prefix = "telegraf"
## Initial metric queue size
## Queue resizes automatically if the queue becomes too large.