View Source KinoMembrane (Kino Membrane v0.3.0)

Membrane Kino dashboard utilities.

Summary

Functions

Link to this function

pipeline_dashboard(pipeline, opts \\ [])

View Source
@spec pipeline_dashboard(pipeline :: pid(), graph: boolean(), tree: boolean()) ::
  Kino.Render.t()

Displays a pipeline dashboard, containing a KinoMembrane.PipelineGraph and KinoMembrane.PipelineTree.

Clicking on an element in the graph or tree opens KinoMembrane.ComponentInfo displaying details & metrics for that element.

For usage example, see Readme.

Link to this function

pipeline_graph(pipeline)

View Source

See KinoMembrane.PipelineGraph.new/1.

Link to this function

pipeline_tree(pipeline, opts \\ [])

View Source

See KinoMembrane.PipelineTree.new/2.