XRay


TraceContext

Namespace: XRay
Attributes:
[<CompilationRepresentation(4)>]

Operations on trace contexts.

Functions and values

Function or valueDescription
create traceId tags
Signature: traceId:string -> tags:TraceTags -> TraceContext

Creates a new trace context.

originate traceId
Signature: traceId:string -> TraceContext

Creates a new trace context.

originateNew ()
Signature: unit -> TraceContext

Creates a new trace context using a new Guid for the trace_id.

Fork me on GitHub