Packages

Erlang library for sending metrics to New Relic.

Current section

Files

Jump to
newrelic src newrelic.app.src
Raw

src/newrelic.app.src

{application,newrelic,
[{description,"Erlang library for sending metrics to New Relic."},
{vsn,"0.1.0"},
{registered,[]},
{applications,[kernel,stdlib,statman]},
{mod,{newrelic_app,[]}},
{env,[]},
{links,[{"GitHub",
"https://github.com/wooga/newrelic-erlang"}]}]}.