Current section
Files
Jump to
Current section
Files
src/erlflow.app.src
{application,erlflow,
[{description,"Simple netflow to prometheus converter and pre-analyzer"},
{vsn,"0.1.0"},
{registered,[]},
{mod,{erlflow_app,[]}},
{applications,[kernel,stdlib,yamerl,prometheus,cowboy]},
{env,[]},
{modules,[]},
{licenses,["MIT"]},
{links,[{"Codeberg","https://codeberg.org/ttt161/erlflow"}]}]}.