Optional
convertconvertTime serializes Point's timestamp to a line protocol value
Optional
defaultdefault tags to add to every point
HTTP path and query parameters of InfluxDB query API. It is
automatically initialized to /api/v2/write?org=...
,
but it can be changed after the API is obtained.
Write a line of Line Protocol.
line of InfluxDB Line Protocol
Write lines of Line Protocol.
lines in InfluxDB Line Protocol
Asynchronous API that writes time-series data into InfluxDB. This API always buffers points/lines to create batches under the hood to optimize data transfer to InfluxDB server, use
flush
to send the buffered data to InfluxDB immediately.