Current section
Files
Jump to
Current section
Files
src/opencensus.app.src
{application,opencensus,
[{description,"Erlang stats collection and distributed tracing framework"},
{vsn,"0.1.0"},
{registered,[]},
{mod,{opencensus_app,[]}},
{applications,[kernel,stdlib,wts]},
{modules,[]},
{env,[{send_interval_ms,500}]},
{maintainers,["Tristan Sloughter","Heinz Gies","Ilya Khaprov"]},
{licenses,["Apache 2.0"]},
{links,[{"GitHub",
"https://github.com/census-instrumentation/opencensus-erlang"}]}]}.