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

merge new #3

Open
wants to merge 197 commits into
base: master
Choose a base branch
from
Open

merge new #3

wants to merge 197 commits into from

Conversation

xiaomM
Copy link

@xiaomM xiaomM commented Jun 12, 2018

No description provided.

Yuri Shkuro and others added 30 commits April 15, 2018 15:55
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]>
* 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]>
- Support throttling for debug traces (#274) <Isaac Hier>
- Remove dependency on Apache Thrift (#303) <Yuri Shkuro>
- Remove dependency on tchannel  (#295) (#294) <Yuri Shkuro>
- Test with Go 1.9 (#298) <Yuri Shkuro>

Signed-off-by: Yuri Shkuro <[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: Won Jun Jang <[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]>
joe-elliott and others added 30 commits April 16, 2021 10:57
* 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]>
* 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: albertteoh <[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
Labels
None yet
Development

Successfully merging this pull request may close these issues.