Skip to content

Commit

Permalink
Clarify the location of tracing's Context interaction. (#1187)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosalberto authored Nov 5, 2020
1 parent bc0d76d commit deeed1e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions specification/trace/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,8 @@ the following functionality:
- Set the currently active span to the implicit context. This is equivalent to getting the implicit context, then inserting the `Span` to the context.

All the above functionalities operate solely on the context API, and they MAY be
exposed as static methods on the trace module, as static methods on a class
inside the trace module (it MAY be named `TracingContextUtilities`), or on the
[`Tracer`](#tracer) class. This functionality SHOULD be fully implemented in the
API when possible.
exposed as either static methods on the trace module, or as static methods on a class
inside the trace module. This functionality SHOULD be fully implemented in the API when possible.

## Tracer

Expand Down

0 comments on commit deeed1e

Please sign in to comment.