19 lines
458 B
Erlang
19 lines
458 B
Erlang
{application, opentelemetry_cowboy,
|
|
[{description, "OpenTelemetry Cowboy Instrumentation"},
|
|
{vsn, "0.2.1"},
|
|
{registered, []},
|
|
{applications,
|
|
[kernel,
|
|
stdlib,
|
|
opentelemetry_api,
|
|
telemetry,
|
|
telemetry_registry
|
|
]},
|
|
{env,[]},
|
|
{modules, []},
|
|
|
|
{doc, "doc"},
|
|
{licenses, ["Apache 2.0"]},
|
|
{links, [{"GitHub", "https://github.com/open-telemetry/opentelemetry-erlang-contrib/tree/main/instrumentation/opentelemetry_cowboy"}]}
|
|
]}.
|