TraceExtensions.StartNewTrace method

Starts a new span (that is the root of a trace hierarchy).

public static ITraceSpan StartNewTrace(this ITracer tracer, TraceSpanKind kind, 
    IEnumerable<ValueTuple<string, string>> tags)
parameter description
tracer The ITracer.
kind The TraceSpanKind.
tags A sequence of span tags; see SetTag.

Return Value

A new ITraceSpan.

See Also