lightstep / lightstep-tracer-go

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

default transport to http if none is specified #204

Closed MatthewDolan closed 5 years ago

MatthewDolan commented 5 years ago

R: @ltyson @aliceadelef

CC: @lightstep/team-observability @lightstep/team-application-developer

Summary of Change

Default transport to HTTP if none is specified (instead of GRPC). If this tracer is reporting to somewhere using the latest Satellite version, this change will require no update because on the latest Satellite version, all ports accept both GRPC and HTTP traffic.

If the tracer is reporting to an older Satellite, updating the tracer might also require updating the target the report to a different port.