17 lines
435 B
Plaintext
17 lines
435 B
Plaintext
|
{application, opentelemetry_grpcbox,
|
||
|
[{description, "grpcbox interceptor for OpenTelemetry instrumentation"},
|
||
|
{vsn, "0.1.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"}]}
|
||
|
]}.
|