module Flux::LineProtocol

Overview

Tools for line protocol marshalling. See https://v2.docs.influxdata.com/v2.0/reference/syntax/line-protocol/

TODO escape special chars

Defined in:

flux/line_protocol.cr

Class Method Summary

Class Method Detail

def self.serialize(point : Point, io : IO) : Nil #

Appends point onto io in line protocol format.


[View source]
def self.serialize(point : Point) : String #

Serializes point to a line protocol row.


[View source]