forked from w3c/trace-context
-
Notifications
You must be signed in to change notification settings - Fork 0
/
extension-binary.html
59 lines (58 loc) · 1.92 KB
/
extension-binary.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title>Trace Context: binary protocol</title>
<script
src='https://www.w3.org/Tools/respec/respec-w3c-common'
class='remove' defer></script>
<script class='remove'>
var respecConfig = {
specStatus: "ED",
editors: [{
name: "Sergey Kanzhelev",
company: "Microsoft",
companyURL: "https://microsoft.com",
w3cid: "103966"
},
{
name: "Morgan McLean",
company: "Google",
companyURL: "https://google.com",
w3cid: "104128"
},
{
name: "Alois Reitbauer",
company: "Dynatrace",
companyURL: "https://dynatrace.com",
w3cid: "48276"
}],
github: {
repoURL: "https://github.com/w3c/trace-context/",
branch: "master",
},
edDraftURI: "https://w3c.github.io/trace-context/extension-binary.html",
shortName: "trace-context",
format: "markdown",
subjectPrefix: "trace-context",
wg: "Distributed Tracing Working Group",
wgPublicList: "public-trace-context",
wgURI: "https://www.w3.org/2018/distributed-tracing/",
//isPreview: true, //this will add ugly box saying it's preview
otherLinks: [{
key: 'Discussions',
data: [{
value: 'We are on Gitter.',
href: 'https://gitter.im/TraceContext/Lobby'
}]
}],
wgPatentURI: "https://www.w3.org/2004/01/pp-impl/108594/status"
};
</script>
</head>
<body>
<section id='abstract' data-include="spec/Binary/01-abstract.md" data-include-format='markdown'></section>
<section id='sotd' data-include="spec/Binary/02-sotd.md" data-include-format='markdown'></section>
<section data-include="spec/Binary/20-BINARY_FORMAT.md" data-include-format='markdown'></section>
</body>
</html>