Flexflow.Telemetry (flexflow v0.1.0) View Source

Telemetry

Link to this section Summary

Link to this section Functions

Link to this function

attach_default_logger(level \\ :info)

View Source

Specs

attach_default_logger(Logger.level()) :: :ok | {:error, :already_exists}
Link to this function

handle_event(list, _, meta, level)

View Source

Specs

handle_event([atom()], map(), map(), Logger.level()) :: :ok
Link to this function

span(name, fun, meta \\ %{})

View Source

Specs

span(name :: atom(), fun :: (() -> {term(), map()}), meta :: map()) :: term()