Sourceval init_influx : string -> (Ipaddr.V4.t * int) option -> unit Sourcetype exit_status = | Success| Local_authentication_failed| Remote_authentication_failed| Communication_failed| Connect_failed| Remote_command_failed| Cli_failed| Internal_error
Sourceval bridge_tap_c :
(string ->
[> `Error of string | `Ok of string * string ])
* (Format.formatter ->
(string * string) ->
unit) Sourceval colon_separated_c :
(string ->
[> `Ok of string * string option ])
* (Format.formatter ->
(string * string option) ->
unit) Sourceval timestamp_c :
(string ->
[> `Error of string | `Ok of Ptime.t ])
* (Format.formatter ->
Ptime.t ->
unit) Sourceval since_count : 'a option -> 'b -> [> `Count of 'b | `Since of 'a ] Sourceval default_tmpdir : string Sourceval set_tmpdir : string -> unit Sourceval default_dbdir : string Sourceval set_dbdir : string -> unit Sourceval local_authentication_failed : int Sourceval remote_authentication_failed : int Sourceval communication_failed : int Sourceval connect_failed : int Sourceval remote_command_failed : int