Packages

Integration between telemetry and OpenCensus

Current section

Files

Jump to
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, [opencensus, telemetry]}.
{project_plugins, [rebar3_lint,
covertool]}.
{eunit_opts, [{report, {eunit_surefire, [{dir, "."}]}}]}.
{ct_opts, [{ct_hooks, [{cth_surefire, [{path, "/tmp/ct_reports/report.xml"}]}]}]}.