lightstep / lightstep-tracer-go

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

remove redundant reconnect period randomization #162

Closed MatthewDolan closed 6 years ago

MatthewDolan commented 6 years ago

R: @frenchfrywpepper @ltyson

Summary of Changes

I noticed that we randomize the reconnect period in two places (options.go and the grpc transport). I am removing one of those randomizations because it could make it randomize to a >20% different value.