From ddff6f8a33b9f9f17102092b959d4a9b2d07a735 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Mon, 9 Dec 2019 13:51:02 -0700 Subject: [PATCH] clarified influxdb version compatibility in telegraf plugins, resolves #596 --- data/telegraf_plugins.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/data/telegraf_plugins.yml b/data/telegraf_plugins.yml index 8f3c86f4d..33915c11f 100644 --- a/data/telegraf_plugins.yml +++ b/data/telegraf_plugins.yml @@ -584,8 +584,10 @@ input: The intent of the plugin is to allow Telegraf to serve as a proxy, or router, for the HTTP `/write` endpoint of the InfluxDB HTTP API. - > This plugin was previously known as `http_listener`. If you wish to - > send general metrics via HTTP, use the [HTTP Listener v2 input plugin](#http_listener_v2) instead. + > This plugin was previously known as `http_listener`. + > To send general metrics via HTTP, use the [HTTP Listener v2 input plugin](#http_listener_v2) instead. + > + > This plugin is compatible with **InfluxDB 1.x** only. The `/write` endpoint supports the `precision` query parameter and can be set to one of `ns`, `u`, `ms`, `s`, `m`, `h`. All other parameters are ignored and