Update module lightstep/lightstep-tracer-go to v0.15.6
Created by: renovate[bot]
This PR contains the following updates:
Package | Type | Update | New value | References | Sourcegraph |
---|---|---|---|---|---|
github.com/lightstep/lightstep-tracer-go | require | patch | v0.15.6 | source |
Release Notes
lightstep/lightstep-tracer-go
v0.15.6
- Requires go >= 1.7
- Imports
context
via the standard library instead ofgolang.org/x/net/context
- Fixes #182, so that
StartSpan
can now takeSpanReference
s to non-LightStepSpanContext
s use
v0.15.5
- Minor update to
sendspan
to make it easier to pick which transport protocol to use. - Add a new field to Options: DialOptions. These allow setting custom grpc dial options when using grpc.
- This is necessary to have customer balancers or interceptors.
- DialOptions shouldn't be set unless it is needed, it will default correctly.
- Added a new field to Endpoint: Scheme. Scheme can be used to override the default schemes (http/https) or set a custom scheme (for grpc).
- This is necessary for using custom grpc resolvers.
- If callers are using struct construction without field names (i.e. Endpoint{"host", port, ...}), they will need to add a new field (scheme = "").
- Scheme shouldn't be set unless it needs to overridden, it will default correctly.
Renovate configuration
rebase!
".
-
If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot. View repository job log here.