Class PipelineTrace
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
EndedAt
public DateTimeOffset EndedAt { get; }
Property Value
ErrorType
public string? ErrorType { get; }
Property Value
InputValue
public string? InputValue { get; }
Property Value
IsSuccess
public bool IsSuccess { get; }
Property Value
MethodName
public string MethodName { get; }
Property Value
Nodes
public IReadOnlyList<NodeTrace> Nodes { get; }
Property Value
OutputValue
public string? OutputValue { get; }
Property Value
PipelineId
public string PipelineId { get; }
Property Value
StartedAt
public DateTimeOffset StartedAt { get; }