Current section
Files
Jump to
Current section
Files
src/telemetry_registry.app.src
{application, telemetry_registry,
[{description, "A library for telemetry event declaration, discovery, and registration."},
{vsn, "0.2.0"},
{registered, []},
{mod, []},
{applications,
[kernel,
stdlib
]},
{env,[]},
{modules, []},
{licenses, ["Apache 2.0"]},
{links, []}
]}.