Instream v0.18.0 Instream.Encoder.Line View Source

Encoder module for the line protocol.

Takes a list of points and returns the data string to be passed to the write endpoint of influxdb.

Link to this section Summary

Functions

Creates the write string for a list of data points

Link to this section Functions

Link to this function encode(points) View Source
encode([map()]) :: String.t()

Creates the write string for a list of data points.