View Source hackney_telemetry_sup (hackney_telemetry v0.2.0)
hackney_telemetry application supervisor.
Summary
Functions
Start worker for the given metric under this supervisor.
Stop worker associated with the given metric name if it exists.
Types
-type hackney_metric() :: list().
Functions
-spec start_worker(hackney_metric()) -> ok.
Start worker for the given metric under this supervisor.
-spec stop_worker(hackney_metric()) -> ok | undefined.
Stop worker associated with the given metric name if it exists.