package influxdb-lwt

  1. Overview
  2. Docs
Legend:
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 -> host:string -> Influxdb.Point.t list -> unit Lwt.t

Write a list of points to the host supplied