Packages

Monitoring based on Telemetry + Prometheus

Current section

Files

Jump to
teleprom src teleprom.app.src
Raw

src/teleprom.app.src

{application,teleprom,
[{description,"Monitoring based on Telemetry + Prometheus"},
{vsn,"0.1.0"},
{registered,[]},
{mod,{teleprom_app,[]}},
{applications,[kernel,stdlib,ranch,cowboy,prometheus,telemetry]},
{env,[{http_port,8087},
{http_num_acceptors,128},
{event_handlers,[teleprom_default_handler]}]},
{modules,[]},
{licenses,["Apache 2.0"]},
{links,[]}]}.