Class PipelineTrace

Namespace
REslava.Result.Observers
Assembly
REslava.Result.dll

A snapshot of one complete pipeline execution captured by RingBufferObserver.

public sealed class PipelineTrace
Inheritance
PipelineTrace
Inherited Members
Extension Methods

Properties

ElapsedMs

public long ElapsedMs { get; }

Property Value

long

EndedAt

public DateTimeOffset EndedAt { get; }

Property Value

DateTimeOffset

ErrorType

public string? ErrorType { get; }

Property Value

string

InputValue

public string? InputValue { get; }

Property Value

string

IsSuccess

public bool IsSuccess { get; }

Property Value

bool

MethodName

public string MethodName { get; }

Property Value

string

Nodes

public IReadOnlyList<NodeTrace> Nodes { get; }

Property Value

IReadOnlyList<NodeTrace>

OutputValue

public string? OutputValue { get; }

Property Value

string

PipelineId

public string PipelineId { get; }

Property Value

string

StartedAt

public DateTimeOffset StartedAt { get; }

Property Value

DateTimeOffset