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

Commit 33674c8

Browse files
zombiezenBogdan Drutu
authored andcommitted
Add link to TraceContext spec (#232)
As a user unaware of the specifications involved, this section seemed under-specified in terms of transport layers.
1 parent 07658e2 commit 33674c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

trace/HTTP.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ incoming requests should be a span kind of SERVER.
3030
Propagation is how SpanContext is transmitted on the wire in an HTTP request.
3131

3232
Implementations MUST allow users to set their own propagation format and MUST provide an
33-
implementation for B3 and TraceContext at least.
33+
implementation for [B3](https://github.com/openzipkin/b3-propagation/blob/master/README.md#http-encodings)
34+
and [TraceContext](https://w3c.github.io/trace-context/) at least.
3435

3536
If user doesn't set any propagation methods explicitly, TraceContext is used.
3637

0 commit comments

Comments
 (0)