erflux on git hub

Jesper Louis Andersen jesper.louis.andersen@REDACTED
Mon Aug 16 13:40:05 CEST 2021


The function is available in the module, so I'm inclined to think it's
something with the load path. Try loading the module from the shell and
check that it is present (commands l/1 and m/1, but they only work from the
shell).

On Mon, Aug 16, 2021 at 12:40 PM Alberto Perri <aperri@REDACTED> wrote:

> Hello Erlang friends,
>
> i have been trying to run InfluxDB client for Erlang. You will find it at
> https://github.com/gossiperl/erflux. Could any of you explain to me how
> to run it.
>
> In the erflux_sup.erl file there is this line of code which states which
> module to pass to add_erflux/1 function
> -spec add_erflux( Name :: atom() ) -> statup_result().
> %% @doc Starts instance of erflux with a given name. If name other than
> erflux_http, pid() versions of erflux_http functions have to be used.
> add_erflux(Name) ->
>   add_erflux_internal( Name, #erflux_config{} ).a
>
> Alternatively the Read
>
>
>
> --
>   Alberto Perri
>   aperri@REDACTED
>


-- 
J.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20210816/3630513e/attachment.htm>


More information about the erlang-questions mailing list