ITracer can create new spans and serialize/deserialize them.
public interface ITracer
| 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). |
See OpenTracing specification for more details.