chore: update docs link in influxdbv2listener (#8939)
* chore: update docs link in influxdbv2listener * chore: one more update to use latest
This commit is contained in:
parent
9b3bd86d6d
commit
9e45322661
|
|
@ -53,4 +53,4 @@ Metrics are created from InfluxDB Line Protocol in the request body.
|
||||||
curl -i -XPOST 'http://localhost:8186/api/v2/write' --data-binary 'cpu_load_short,host=server01,region=us-west value=0.64 1434055562000000000'
|
curl -i -XPOST 'http://localhost:8186/api/v2/write' --data-binary 'cpu_load_short,host=server01,region=us-west value=0.64 1434055562000000000'
|
||||||
```
|
```
|
||||||
|
|
||||||
[influxdb_http_api]: https://v2.docs.influxdata.com/v2.0/api/
|
[influxdb_http_api]: https://docs.influxdata.com/influxdb/latest/api/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue