Current section
Files
Jump to
Current section
Files
src/opentelemetry.app.src
{application,opentelemetry,
[{description,"OpenTelemetry stats collection and distributed tracing framework for Erlang"},
{vsn,"0.4.1"},
{registered,[]},
{mod,{opentelemetry_app,[]}},
{applications,[kernel,stdlib,opentelemetry_api]},
{env,[{sampler,{always_on,#{}}},
{http_propagators,[fun ot_correlations:get_http_propagators/0,
fun ot_tracer_default:w3c_propagators/0]},
{deny_list,[]},
{processors,[]}]},
{modules,[]},
{licenses,["Apache-2.0"]},
{links,[{"GitHub",
"https://github.com/open-telemetry/opentelemetry-erlang"}]}]}.