lightstep / lightstep-tracer-go

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

Change opts.Propagator from string to map #238

Closed codeboten closed 4 years ago

codeboten commented 4 years ago

As per the design proposal here, propagators should be configurable as a dictionary in support of custom propagators.

The current implementation only supports a string parameter.

codeboten commented 4 years ago

Addressed in v0.18.1