Current section
Files
Jump to
Current section
Files
src/opentelemetry_api.app.src
{application, opentelemetry_api,
[{description, "OpenTelemetry API"},
{vsn, "1.1.0"},
{registered, []},
{applications,
[kernel,
stdlib
]},
{env,[]},
{modules, []},
{licenses, ["Apache-2.0"]},
{links, [{"GitHub", "https://github.com/open-telemetry/opentelemetry-erlang"}]}
]}.