opentelemetry-erlang-contrib/instrumentation/opentelemetry_cowboy/src/opentelemetry_cowboy.app.src

18 lines
297 B
Plaintext
Raw Normal View History

{application, opentelemetry_cowboy,
[{description, "An OTP library"},
{vsn, "0.1.0"},
{registered, []},
{applications,
[kernel,
stdlib,
opentelemetry_api,
telemetry,
telemetry_registry
]},
{env,[]},
{modules, []},
{licenses, ["Apache 2.0"]},
{links, []}
]}.