Jidoka.Trace.Sink.InMemory (Jidoka v0.8.0-beta.1)

Copy Markdown View Source

In-process trace sink for tests, examples, and local inspection.

This sink is intentionally small and process-local. Durable production sinks can implement Jidoka.Trace.Sink directly.

Summary

Functions

clear(pid)

@spec clear(pid()) :: :ok

list(pid)

@spec list(pid()) :: [map()]

start_link(opts \\ [])

@spec start_link(keyword()) :: Agent.on_start()