forked from molon/jaeger-client-go
-
Notifications
You must be signed in to change notification settings - Fork 0
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
merge new #3
Open
xiaomM
wants to merge
197
commits into
agilab:master
Choose a base branch
from
jaegertracing:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
merge new #3
Conversation
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
Signed-off-by: Yuri Shkuro <[email protected]>
Signed-off-by: Yuri Shkuro <[email protected]>
Signed-off-by: B0go <[email protected]>
Signed-off-by: Yuri Shkuro <[email protected]>
Signed-off-by: Yuri Shkuro <[email protected]>
* Remove tchannel and x/net/context * Update glide and Gopkg files * Pin zap back to 1.7 Signed-off-by: Yuri Shkuro <[email protected]>
* Fix throttler test by avoiding time.Sleep Signed-off-by: Isaac Hier <[email protected]> * Synchronize test http handler Signed-off-by: Yuri Shkuro <[email protected]>
Signed-off-by: Yuri Shkuro <[email protected]>
Signed-off-by: Yuri Shkuro <[email protected]>
* Vendor Thrift 0.10 Signed-off-by: Yuri Shkuro <[email protected]> * Fix import paths during thrift gen Signed-off-by: Yuri Shkuro <[email protected]> * Remove thrift as dependency Signed-off-by: Yuri Shkuro <[email protected]> * Move to top folder so that it can be excluded from vet/lint Signed-off-by: Yuri Shkuro <[email protected]> * go fmt Signed-off-by: Yuri Shkuro <[email protected]> * Fix lint and fmt targets Signed-off-by: Yuri Shkuro <[email protected]> * Add readme Signed-off-by: Yuri Shkuro <[email protected]> * Cleanup makefile Signed-off-by: Yuri Shkuro <[email protected]> * Update dep Signed-off-by: Yuri Shkuro <[email protected]>
* Get rid of satori/go.uuid library Signed-off-by: Isaac Hier <[email protected]> * Update glide and dep lock files Signed-off-by: Isaac Hier <[email protected]>
Signed-off-by: Yuri Shkuro <[email protected]>
* Add an example for Zipkin B3 Propagator Signed-off-by: Kun Liu <[email protected]> * optimize the example code Signed-off-by: Kun Liu <[email protected]> * change the white space to tabs Signed-off-by: Kun Liu <[email protected]> * change the white space to tabs for the old example Signed-off-by: Kun Liu <[email protected]>
Signed-off-by: Goutham Veeramachaneni <[email protected]>
Signed-off-by: Goutham Veeramachaneni <[email protected]>
… (#331) Signed-off-by: Michael Puncel <[email protected]>
Signed-off-by: Won Jun Jang <[email protected]>
Signed-off-by: Won Jun Jang <[email protected]>
Signed-off-by: Eundoo Song <[email protected]>
Signed-off-by: Eundoo Song <[email protected]>
* disable JAEGER_AGENT_XXX if JAEGER_ENDPOINT is set Signed-off-by: Eundoo Song <[email protected]> * Replace fmt.Sprintf by obj.String() Signed-off-by: Eundoo Song <[email protected]> * Fix typo Signed-off-by: Eundoo Song <[email protected]> * Remove comment Signed-off-by: Eundoo Song <[email protected]>
Signed-off-by: Joe Elliott <[email protected]>
Signed-off-by: Joe Elliott <[email protected]>
* added unreleased Signed-off-by: Joe Elliott <[email protected]> * updated constants Signed-off-by: Joe Elliott <[email protected]>
This resolves #570 where HTTP spans were sent in batches of 1 instead of the documented default of 100. Signed-off-by: R. Aidan Campbell <[email protected]>
Signed-off-by: Yuri Shkuro <[email protected]>
Signed-off-by: Yuri Shkuro <[email protected]>
…578) * Use http client with 10 second timeout Signed-off-by: Joe Elliott <[email protected]> * lint Signed-off-by: Joe Elliott <[email protected]>
Signed-off-by: Joe Elliott <[email protected]>
Signed-off-by: Joe Elliott <[email protected]>
* Update vendored thrift to 0.12.0 Signed-off-by: nhatthm <[email protected]> * Regenerate files Signed-off-by: nhatthm <[email protected]> * Add context to codebase Signed-off-by: nhatthm <[email protected]> * Bump to thrift 0.13.0 Signed-off-by: nhatthm <[email protected]> * Bump Thrift to 0.14.1 Signed-off-by: nhatthm <[email protected]> * Add missing files in vendored Thrift 0.14 Signed-off-by: nhatthm <[email protected]> * Generate files with Thrift 0.14.1 Signed-off-by: nhatthm <[email protected]> * Add context to read and write ops Signed-off-by: nhatthm <[email protected]> * Update README.md Signed-off-by: nhatthm <[email protected]>
Link to #584 Signed-off-by: Yuri Shkuro <[email protected]>
Signed-off-by: Yuri Shkuro <[email protected]>
Signed-off-by: Yuri Shkuro <[email protected]>
Signed-off-by: Yuri Shkuro <[email protected]>
Signed-off-by: Yuri Shkuro <[email protected]>
Signed-off-by: Yuri Shkuro <[email protected]>
Signed-off-by: albertteoh <[email protected]>
Signed-off-by: Aaron Jheng <[email protected]>
Signed-off-by: Aaron Jheng <[email protected]>
Signed-off-by: Jeff Widman <[email protected]>
Based on the openzipkin/b3-propagation specification, the SpanID and ParentSpanID are to be encoded as 16 lower-hex characters. #533 fixed this for TraceID, and fixed the SpanID.String() method, but did not update the Zipkin Propagator SpanID encoding. This fix uses SpanID.String() to ensure proper encoding of the SpanID and ParentSpandID within the Zipkin Propagator. Signed-off-by: Nathan Bowler <[email protected]>
It's calling logger.Infof, but loggers already include a trailing newline where it's needed, so don't include our own. Signed-off-by: Wade Carpenter <[email protected]> Co-authored-by: Wade Carpenter <[email protected]>
Signed-off-by: Yuri Shkuro <[email protected]>
Closes #597 Closes #595 Signed-off-by: Yuri Shkuro <[email protected]>
Signed-off-by: Yuri Shkuro <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.