Victoria.Workflow.Verification (Victoria v0.2.0)

Copy Markdown View Source

Associates one generated trace with its successful verification report.

Values are constructed by Victoria and should be treated as read-only.

Summary

Types

t()

One positionally indexed successful generated-trace verification.

Types

t()

@type t() :: %Victoria.Workflow.Verification{
  report: Victoria.Runner.Report.t(),
  trace_index: non_neg_integer(),
  trace_path: Path.t()
}

One positionally indexed successful generated-trace verification.