Unleash.Metrics (Unleash v5.1.2)

View Source

GenServer responsible for reporting metrics to the Unleash API Server.

https://docs.getunleash.io/client-specification#metrics

Summary

Functions

Returns a specification to start this module under a supervisor.

Types

t()

@type t() :: %{stop: String.t(), start: String.t(), toggles: map()}

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.