Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val ping : ?port:int -> string -> Influxdb.Protocol.ping_response Lwt.t
Ping the host
val write :
?precision:Influxdb.Precision.t ->
?port:int ->
database:string ->
points:Influxdb.Point.t list ->
string ->
unit Lwt.t
Write a list of points to the host supplied