Current section
Files
Jump to
Current section
Files
src/opencensus.app.src
{application,opencensus,
[{description,"Erlang stats collection and distributed tracing framework"},
{vsn,"0.8.0"},
{registered,[]},
{mod,{opencensus_app,[]}},
{applications,[kernel,stdlib,compiler,syntax_tools,inets,wts,
ctx,counters]},
{modules,[]},
{env,[{send_interval_ms,500}]},
{licenses,["Apache 2.0"]},
{links,[{"GitHub",
"https://github.com/census-instrumentation/opencensus-erlang"}]}]}.