This repository was archived by the owner on Oct 3, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments