forked from w3c/trace-context
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restructure: placeholders for other protocols (w3c#213)
* restructure of the files to put up some space for AMQP and Binary protocols * binary format * spec extensions
- Loading branch information
1 parent
ea4923d
commit e89a1e9
Showing
19 changed files
with
157 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset='utf-8'> | ||
<title>Trace Context: AMQP 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-amqp.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/AMQP/01-abstract.md" data-include-format='markdown'></section> | ||
<section id='sotd' data-include="spec/AMQP/02-sotd.md" data-include-format='markdown'></section> | ||
|
||
<section data-include="spec/AMQP/20-AMQP_FORMAT.md" data-include-format='markdown'></section> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Other protocols | ||
|
||
Trace Context propagation is crucial to enable distributed tracing scenarios | ||
for applications spans multiple components. Http is one of the communication | ||
protocols used for cross components correlation. Extensions of this | ||
specification define the format of trace context serialization and | ||
deserialization for other protocols. Note, that those extensions may be at a | ||
different maturity level than this specification. | ||
|
||
- [AMQP](https://w3c.github.io/trace-context/extension-amqp.html). | ||
- [Binary](https://w3c.github.io/trace-context/extension-binary.html). |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
This is an extension document for the [Trace | ||
Context](https://w3c.github.io/trace-context/) specification. It defines the | ||
mapping of Trace Context fields to the AMQP protocol and specifics of AMQP implementation. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
This is the First Public Working Draft | ||
([FPWD](https://www.w3.org/2017/Process-20170301/#working-draft)) of an AMQP | ||
trace context protocol specification. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# AMQP format | ||
|
||
TBD |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
This is an extension document for the [Trace | ||
Context](https://w3c.github.io/trace-context/) specification. It defines the | ||
mapping of Trace Context fields to the binary formats. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
This is the First Public Working Draft | ||
([FPWD](https://www.w3.org/2017/Process-20170301/#working-draft)) of a binary | ||
trace context protocol specification. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Binary format | ||
|
||
TBD |
This file was deleted.
Oops, something went wrong.