restart without ecto

This commit is contained in:
2026-03-16 12:08:09 -06:00
parent 24d9c0ce0f
commit 866326e71d
864 changed files with 942 additions and 432 deletions

View File

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

View File

@@ -0,0 +1,17 @@
{erl_opts,[debug_info]}.
{deps,[]}.
{profiles,[{test,[{erl_opts,[nowarn_export_all]},
{ct_opts,[{ct_hooks,[cth_surefire]}]},
{cover_enabled,true},
{cover_opts,[verbose]},
{plugins,[covertool]},
{covertool,[{coverdata_files,["ct.coverdata"]}]}]}]}.
{shell,[{apps,[telemetry]}]}.
{xref_checks,[undefined_function_calls,undefined_functions,locals_not_used,
deprecated_function_calls,deprecated_functions]}.
{hex,[{doc,#{provider => ex_doc}}]}.
{ex_doc,[{source_url,<<"https://github.com/beam-telemetry/telemetry">>},
{extras,[<<"README.md">>,<<"CHANGELOG.md">>,<<"LICENSE">>,
<<"NOTICE">>]},
{main,<<"readme">>}]}.
{overrides,[]}.

View File

@@ -0,0 +1 @@
../../../../../deps/telemetry/src