Flexflow.Telemetry (flexflow v0.1.7) View Source
Telemetry
Link to this section Summary
Link to this section Types
Specs
event_type() :: :process_loop | :process_init
Link to this section Functions
Specs
attach_default_logger(Logger.level()) :: :ok | {:error, :already_exists}
Specs
handle_event([atom()], map(), map(), Logger.level()) :: :ok
Specs
invoke_process( Flexflow.Process.t(), atom(), (Flexflow.Process.t() -> Flexflow.Process.result()) ) :: Flexflow.Process.result()
Specs
span(event_type(), fun :: (() -> {term(), map()}), meta :: map()) :: term()