ITracer interface

ITracer can create new spans and serialize/deserialize them.

public interface ITracer

Members

name description
ExtractSpan(…) Extracts a span from a string-to-string map.
InjectSpan(…) Injects a span into a string-to-string map.
StartSpan(…) Creates a new span (that is optionally a child of an existing span).

Remarks

See OpenTracing specification for more details.

See Also