Packages

Simple netflow to prometheus converter and pre-analyzer

Current section

Files

Jump to
erlflow src erlflow.app.src
Raw

src/erlflow.app.src

{application,erlflow,
[{description,"Simple netflow to prometheus converter and pre-analyzer"},
{vsn,"1.0.0"},
{registered,[]},
{mod,{erlflow_app,[]}},
{applications,[kernel,stdlib,yamerl,prometheus,cowboy]},
{env,[]},
{modules,[]},
{licenses,["MIT"]},
{links,[{"Github","https://github.com/ttt161/erlflow"}]}]}.