Creates a new span (that is optionally a child of an existing span).
public ITraceSpan StartSpan(ITraceSpan parent, TraceSpanKind kind,
IEnumerable<ValueTuple<string, string>> tags)
| parameter | description |
|---|---|
| parent | The parent span of the new span. This parameter may be null to create a new trace. |
| kind | The TraceSpanKind. |
| tags | A sequence of span tags; see SetTag. |
A new ITraceSpan.