clarified influxdb version compatibility in telegraf plugins, resolves #596
parent
155ab23b11
commit
ddff6f8a33
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue