Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proposal: Separate Layer for Context Propagation #66

Merged
merged 79 commits into from
Jan 18, 2020
Merged
Show file tree
Hide file tree
Changes from 46 commits
Commits
Show all changes
79 commits
Select commit Hold shift + click to select a range
dff8df9
Proposal to separate context propagation from observability
tedsuo Sep 8, 2019
5ad7d1c
cleanup description for Extract
tedsuo Sep 10, 2019
1dc3c7b
commas
tedsuo Sep 10, 2019
58248e6
Update text/0000-separate-context-propagation.md
tedsuo Sep 10, 2019
68cb0ba
RFC proposal: A layered approach to data formats
tedsuo Aug 13, 2019
3dc6a76
whitespace
tedsuo Aug 22, 2019
459435e
Capitalization
tedsuo Aug 22, 2019
c9c64f4
whitespace
tedsuo Aug 22, 2019
c3c7c24
CleanBaggage -> ClearBaggage
tedsuo Sep 10, 2019
4588096
move function descriptions to new line
tedsuo Sep 10, 2019
2d80dae
Add Optional subheader
tedsuo Sep 10, 2019
7a73210
cleanup rough edits
tedsuo Sep 10, 2019
0d8e41b
clean up advice on pre-existing context implementations
tedsuo Sep 10, 2019
aad5605
Better context descriptions
tedsuo Sep 10, 2019
4a930eb
remove data format file
tedsuo Sep 11, 2019
e1ef61f
remove git diff message
tedsuo Sep 11, 2019
f949435
improved code sytnax
tedsuo Sep 11, 2019
1cb155e
stop stuttering
tedsuo Sep 11, 2019
7b9e861
Update text/0000-separate-context-propagation.md
tedsuo Sep 11, 2019
07eb397
spacing
tedsuo Sep 11, 2019
0ebeb6c
Refine propagation
tedsuo Sep 25, 2019
147d6b0
Add RFC ID number from PR
tedsuo Oct 1, 2019
72d4651
remove RFC status line
tedsuo Oct 1, 2019
1472197
slight calrification for GetHTTPExtractor
tedsuo Oct 1, 2019
18a37d4
add global propagators
tedsuo Oct 1, 2019
7ea1834
Clean up motivation
tedsuo Oct 15, 2019
7317747
Clean up explanbation intro
tedsuo Oct 15, 2019
43ba8fd
Clarify context types
tedsuo Oct 15, 2019
d7d6f1c
Fix ChainHTTPInjector and ChainHTTPExtractor
tedsuo Oct 15, 2019
3a817a2
typo
tedsuo Oct 15, 2019
3381e0f
Reference Trace-Context, not just traceparent
tedsuo Oct 15, 2019
c15a107
Bagge context cleanup
tedsuo Oct 15, 2019
310e8d5
stronger language around context access
tedsuo Oct 15, 2019
f59fc27
Update text/0042-separate-context-propagation.md
tedsuo Oct 15, 2019
153b9aa
clean up tradeoffs
tedsuo Oct 15, 2019
10e7d60
v2.0 of this OTEP
tedsuo Nov 15, 2019
40a3bd2
Update OTEP number for new submission
tedsuo Nov 15, 2019
5151d3f
Update text/0066-separate-context-propagation.md
tedsuo Nov 15, 2019
bbbe41e
Link to Erlang prototype
tedsuo Nov 16, 2019
6693f91
whitespace
tedsuo Nov 16, 2019
e5c0395
ToC
tedsuo Nov 16, 2019
af86fc6
Update text/0066-separate-context-propagation.md
tedsuo Nov 16, 2019
716956a
more context examples
tedsuo Nov 16, 2019
14d943f
typo
tedsuo Nov 17, 2019
3dfa025
Update text/0066-separate-context-propagation.md
tedsuo Nov 21, 2019
fc4fd18
Apply suggestions from code review
tedsuo Nov 21, 2019
ef70b79
Renamed aspects to "cross-cutting concerns"
tedsuo Dec 1, 2019
094817f
injectors are a list instead of chained
tedsuo Dec 1, 2019
7a912ae
clean up API representation
tedsuo Dec 1, 2019
865ebc2
cleanup examples
tedsuo Dec 1, 2019
0c38469
typo
tedsuo Dec 4, 2019
ff5d999
remove correlations from proposal
tedsuo Dec 6, 2019
e9c075a
Merge branch 'master' into context-prop-2
tedsuo Dec 6, 2019
5262aeb
Update text/0066-separate-context-propagation.md
tedsuo Dec 9, 2019
3d0d1fb
remove the term "chaining"
tedsuo Dec 12, 2019
2dbb2ca
remove the terms upstream and downstream
tedsuo Dec 12, 2019
5e905b0
improved architecturural explanation
tedsuo Dec 13, 2019
f254372
whitespace
tedsuo Dec 13, 2019
fa23bf5
update link to Go prototype
tedsuo Dec 13, 2019
762ab0a
Removed the Baggage API; replaced it with Correlations.
tedsuo Dec 15, 2019
354a74c
Fix the intro paragraph for Correlations
tedsuo Dec 16, 2019
8a09d99
Clarify that correltions must be propagated
tedsuo Dec 16, 2019
e009b65
Clarify risks
tedsuo Dec 16, 2019
b58e30d
removed extra header
tedsuo Dec 16, 2019
3fa79e9
Clarify definition of aspect-oriented programming
tedsuo Dec 17, 2019
acc6d61
Fix RemoveCorrelation
tedsuo Dec 17, 2019
2bab4da
Spelling
tedsuo Dec 17, 2019
2386f06
Update text/0066-separate-context-propagation.md
tedsuo Dec 19, 2019
286fb0a
Clarifying details
tedsuo Jan 14, 2020
3f5ef37
Update python prototype
tedsuo Jan 14, 2020
25a09ef
Update text/0066-separate-context-propagation.md
tedsuo Jan 15, 2020
a870519
Update text/0066-separate-context-propagation.md
tedsuo Jan 15, 2020
036705b
Update text/0066-separate-context-propagation.md
tedsuo Jan 15, 2020
a12d245
Clarify that the APIs and example code are not meant as final. Add C…
tedsuo Jan 16, 2020
f306810
Inject returns headers, not context
tedsuo Jan 17, 2020
4c605c9
Merge branch 'master' into context-prop-2
tedsuo Jan 17, 2020
b7efba5
Update text/0066-separate-context-propagation.md
tedsuo Jan 17, 2020
630d954
spelling
tedsuo Jan 17, 2020
a43b5d7
remove spurious go comment
tedsuo Jan 17, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading