-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Lightstep gPRC generation for tracing #98
Merged
Merged
Changes from 33 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
a7dcc0d
Replace the json-generated span with a proto
jmacd 47669b9
Supply the Runtime random generator. Generate lightste::collector::Re…
jmacd 4b57e24
Merge branch 'master' into lightstep_tracer
RomanDzhabarov 6e28c33
Fix format for existing code.
RomanDzhabarov e2b92ca
Make changes.
RomanDzhabarov 1319bf6
Make existing code to compile with lightstep.
RomanDzhabarov a90fcf1
Move recorder to header, move orDash to StringUtil.
RomanDzhabarov b02fb42
Move things around.
RomanDzhabarov 786e16a
Temp changes.
RomanDzhabarov 46444b6
Add grpc/utility
RomanDzhabarov a3fc5ea
Move to utility class.
RomanDzhabarov f1a2bcc
Merge branch 'master' into lightstep_tracer
RomanDzhabarov 95a5924
async rpc client.
RomanDzhabarov 445c289
tmp
RomanDzhabarov 05e80a2
Make envoy built.
RomanDzhabarov de1a15d
Few refinements.
RomanDzhabarov b6a88fe
Callback for async client call to lightstep.
RomanDzhabarov a467a8f
User service full name and method name to call lightstep.
RomanDzhabarov 57115eb
RpcChannel to allow supplying of service and method names.
RomanDzhabarov 19ed4a0
Addressing comments.
RomanDzhabarov 640d49a
Some more refactoring.
RomanDzhabarov aa005c0
Try to build.
RomanDzhabarov 44a1fec
Attempt to fix build.
RomanDzhabarov 9320a07
Merge branch 'master' into lightstep
RomanDzhabarov d6f8353
Config changes, support of http2.
RomanDzhabarov 6327e6f
Tests, runtime control for #spans.
RomanDzhabarov 91ef68b
Refinement.
RomanDzhabarov 371b06c
remove unused include.
RomanDzhabarov 914c48b
Merge branch 'master' into lightstep
RomanDzhabarov a2b45d1
Pass ref to sink.
RomanDzhabarov 189e1d5
tmp changes.
RomanDzhabarov 0c9d9be
some modifications.
RomanDzhabarov 912b6b8
Make 5 default.
RomanDzhabarov f3a80f8
Fix comments.
RomanDzhabarov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: extra line
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done