Packages

An adapter to export hackney metrics to telemetry

Current section

Files

Jump to
hackney_telemetry rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{plugins, [steamroller]}.
{profiles, [{test, [{erl_opts, [nowarn_export_all]}]}]}.
{deps, [{telemetry, "1.0.0"}]}.
{shell, [{apps, [hackney_telemetry]}]}.