Skip to content

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 code search for "github.com/lightstep/lightstep-tracer-go"

Release Notes

lightstep/lightstep-tracer-go

v0.15.6

Compare Source

  • Requires go >= 1.7
  • Imports context via the standard library instead of golang.org/x/net/context
  • Fixes #​182, so that StartSpan can now take SpanReferences to non-LightStep SpanContexts use

v0.15.5

Compare Source

  • 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

📅 Schedule: "on the 1st through 7th day of the month" in timezone America/Los_Angeles.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

Merge request reports

Loading