17 lines
435 B
Erlang
17 lines
435 B
Erlang
{application, opentelemetry_grpcbox,
|
|
[{description, "grpcbox interceptor for OpenTelemetry instrumentation"},
|
|
{vsn, "0.2.0"},
|
|
{registered, []},
|
|
{applications,
|
|
[kernel,
|
|
stdlib,
|
|
opentelemetry_api,
|
|
grpcbox
|
|
]},
|
|
{env,[]},
|
|
{modules, []},
|
|
|
|
{licenses, ["Apache-2.0"]},
|
|
{links, [{"GitHub", "https://github.com/open-telemetry/opentelemetry-erlang-contrib/tree/main/instrumentation/opentelemetry_grpcbox"}]}
|
|
]}.
|