Table of Contents

Property TraceParent

Namespace
Millrace.Storage
Assembly
Millrace.dll

TraceParent

W3C traceparent captured where the job was enqueued, so its execution continues that trace rather than starting a new one (§8).

public string? TraceParent { get; init; }

Property Value

string

Remarks

Stored on the record because the enqueue and the execution are separated by a queue, a process and often a machine — there is no ambient context to inherit at the far end. Null when nothing was tracing at enqueue time.