Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Field represents a key value pair that can be attached to a Point
type t = field_key * field_value
val to_string : t -> string
The field as a string in the InfluxDB line protocol
val v_to_string : field_value -> string
Field value to string
val float : ?name:string -> float -> t
Create field with a float value
val int : ?name:string -> int -> t
Create field with a int value
val string : ?name:string -> string -> t
Create field with a string value
val bool : ?name:string -> bool -> t
Create field with a bool value