2021-10-06 19:36:22 +00:00
|
|
|
{application, opentelemetry_cowboy,
|
2021-10-15 20:01:11 +00:00
|
|
|
[{description, "OpenTelemetry Cowboy Instrumentation"},
|
2022-06-03 16:54:37 +00:00
|
|
|
{vsn, "0.2.0"},
|
2021-10-06 19:36:22 +00:00
|
|
|
{registered, []},
|
|
|
|
{applications,
|
|
|
|
[kernel,
|
|
|
|
stdlib,
|
|
|
|
opentelemetry_api,
|
|
|
|
telemetry,
|
|
|
|
telemetry_registry
|
|
|
|
]},
|
|
|
|
{env,[]},
|
|
|
|
{modules, []},
|
|
|
|
|
2021-10-15 20:01:11 +00:00
|
|
|
{doc, "doc"},
|
2021-10-06 19:36:22 +00:00
|
|
|
{licenses, ["Apache 2.0"]},
|
2021-10-15 20:01:11 +00:00
|
|
|
{links, [{"GitHub", "https://github.com/open-telemetry/opentelemetry-erlang-contrib/tree/main/instrumentation/opentelemetry_cowboy"}]}
|
2021-10-06 19:36:22 +00:00
|
|
|
]}.
|