From 8ef7e13ce891006adb098db96c0b78517ba5b05d Mon Sep 17 00:00:00 2001 From: Nikolaos Karaolidis Date: Fri, 30 Jun 2023 10:03:06 +0300 Subject: [PATCH] Update README Signed-off-by: Nikolaos Karaolidis --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 6718b75..47f9b0f 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,6 @@ The ClickHouse output plugin saves Telegraf metric data to a ClickHouse database. -The plugin uses a simple, hard-coded database schema. There is a table for each metric type and the table name is the metric name. There is a column per field and a column per tag. There is an optional column for the metric timestamp. - -A row is written for every input metric. This means multiple metrics are never merged into a single row, even if they have the same metric name, tags, and timestamp. - The plugin uses Golang's generic "database/sql" interface and third party drivers. ## Getting started