Update module openzipkin/zipkin-go to v0.2.5
Compare changes
+ 1
− 1
@@ -15,7 +15,7 @@ require (
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
github.com/openzipkin/zipkin-go | require | patch |
v0.2.2 -> v0.2.5
|
v0.2.5
Removes the optional configuration for enable sampling on reporter calls until we get a use case where users want to enable tracing in such calls. This is, all reporter calls will be unsampled always.
v0.2.4
Adds B3:0 header to HTTP Reporter to mitigate trace reporting amplification Updates proto handling to newer packages
See #176
v0.2.3
RemoteEndpoint
in transport/client. (#170)Thanks for the contributions: @dengliming @jcchavezs @anuraaga @maxifom
This MR has been generated by Renovate Bot.