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. |
A new ITraceSpan.