Add CrateDB output plugin (#3210)

This commit is contained in:
Felix Geisendörfer
2017-11-09 23:03:16 +01:00
committed by Daniel Nelson
parent 07297e80a8
commit 62ec3e50d9
10 changed files with 522 additions and 15 deletions

View File

@@ -199,6 +199,19 @@
# namespace = "InfluxData/Telegraf"
# # Configuration for CrateDB to send metrics to.
# [[outputs.cratedb]]
# # A github.com/jackc/pgx connection string.
# # See https://godoc.org/github.com/jackc/pgx#ParseDSN
# url = "postgres://user:password@localhost/schema?sslmode=disable"
# # Timeout for all CrateDB queries.
# timeout = "5s"
# # Name of the table to store metrics in.
# table = "metrics"
# # If true, and the metrics table does not exist, create it automatically.
# table_create = true
# # Configuration for DataDog API to send metrics to.
# [[outputs.datadog]]
# ## Datadog API key