r3nic1e / telegraf-clickhouse-plugin

Output plugin for sending telegraf metrics to clickhouse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DEPRECATED

Telegraf v1.22 supports ClickHouse as SQL output

Telegraf ClickHouse output plugin

This is ClickHouse output plugin for Telegraf, meant to be used externally via telegraf's execd output plugin

Usage

Download or compile binary, create config (you can use plugin.conf as reference) and enable it in telegraf's config:

[[outputs.execd]]
  command = ["/foo/bar/telegraf-clickhouse-plugin", "-config", "/foo/bar/blabla.conf"]
  signal = "none"

About

Output plugin for sending telegraf metrics to clickhouse

License:MIT License


Languages

Language:Go 100.0%