Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 453a160

Browse files
pekkahBogdan Drutu
authored andcommitted
ExecutionContext -> Activity (#43)
1 parent ece94c5 commit 453a160

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The key elements of the context support are:
7272

7373
* Every implementation MUST offer an explicit or implicit generic Context propagation mechanism
7474
that allows different sub-contexts to be propagated.
75-
* Languages that already have this support, like Go ([context.Context][goContext]) or C# (ExecutionContext),
75+
* Languages that already have this support, like Go ([context.Context][goContext]) or C# ([Activity][activity]),
7676
MUST use the language supported generic context instead of building their own.
7777
* For an explicit generic context implementation you can look at the Java [io.grpc.Context][gRPCContext].
7878

@@ -164,3 +164,4 @@ The key elements the API MUST provide are:
164164
[TraceContextSpecs]: https://github.com/TraceContext/tracecontext-spec
165165
[TraceDataModel]: https://github.com/census-instrumentation/opencensus-proto/blob/master/opencensus/proto/trace/trace.proto
166166
[BinaryEncoding]: https://github.com/census-instrumentation/opencensus-specs/blob/master/encodings/BinaryEncoding.md
167+
[activity]: https://github.com/dotnet/corefx/blob/master/src/System.Diagnostics.DiagnosticSource/src/ActivityUserGuide.md

0 commit comments

Comments
 (0)