lightstep / lightstep-tracer-go

The Lightstep distributed tracing library for Go
https://lightstep.com
MIT License
98 stars 54 forks source link

allow overiding grpc dial options #163

Closed MatthewDolan closed 5 years ago

MatthewDolan commented 5 years ago

R: @frenchfrywpepper @ltyson

Summary of Change

Allows a use to provide additional dial options that will be passed to GRPC on dial. If none are specified the same default behavior will occur.

This helps allows the user to bind custom middleware or have a custom balancer.