-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Add gRPC communication between agent and collector #1165
Merged
pavolloffay
merged 14 commits into
jaegertracing:master
from
pavolloffay:grpc-post-spans-rebased
Nov 13, 2018
Merged
Changes from 1 commit
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
e238edf
Add gRPC communication between agent and collector
pavolloffay a5b633d
uncomment make and fix comment
pavolloffay 3eeab86
Fix grpc handler initialization
pavolloffay 582e4d7
Copy process if missing
pavolloffay 6afafb0
log only warn and error from grpc
pavolloffay ba542e5
Fix review comments
pavolloffay b530e87
Add todo
pavolloffay 0066cdd
Add Roundrobin grpc load balancer
pavolloffay 0d198be
Fix comment
pavolloffay 86e4765
Fix review comments
pavolloffay dff8e52
Change grpc target name
pavolloffay 9a89d4d
Defaul return error
pavolloffay b78e314
Fix back tchannel collector addr
pavolloffay 955ab84
Remove collector from grpc reporter flag
pavolloffay 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
Add todo
Signed-off-by: Pavol Loffay <ploffay@redhat.com>
- Loading branch information
commit b530e878fcccdfc172b3743a765ec7a4f1f66c6a
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
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.
it seems redundant to pass Process (that presumably will be added to each span) and then dedupe that same process in send(). I suggest passing Process directly to send(), and do the index-0 trick in the Zipkin path only.
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.
Had a quick look there is no to domain without process. I would prefer a separate PR this is already quite long.
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.
I will add todo in the code and action in the PR comment