Subiendo api v2

This commit is contained in:
2025-04-16 10:03:13 -03:00
commit 226933fda7
7537 changed files with 576844 additions and 0 deletions

View File

@ -0,0 +1,14 @@
{application,telemetry,
[{description,"Dynamic dispatching library for metrics and instrumentations"},
{vsn,"1.3.0"},
{registered,[]},
{mod,{telemetry_app,[]}},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[telemetry,telemetry_app,telemetry_handler_table,
telemetry_sup,telemetry_test]},
{licenses,["Apache-2.0"]},
{links,[{"GitHub",
"https://github.com/beam-telemetry/telemetry"}]},
{doc,"doc"},
{include_files,["mix.exs"]}]}.