1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-12 02:28:07 +02:00
opentelemetry-go/bridge/opentracing
JBD 9f4525847f
Convert XConfigure into constructors (#1155)
* Convert XConfigure into constructors

Previously, we discussed the possibility of converting
the config types into internal ones. But due to the
cyclic dependencies it introduces, we are only
converting XConfigure into constructors and document that
XConfig types are most likely are not going to be directly
used by developers.

In package documents, constructors will be nicely listed
under the config types and they won't be yet another
standalone symbol developers need to learn about.

Fixes #1130.

* Add the changes to the CHANGELOG
2020-09-10 15:15:17 -04:00
..
internal Convert XConfigure into constructors (#1155) 2020-09-10 15:15:17 -04:00
migration Update License header for all source files (#586) 2020-03-23 22:41:10 -07:00
bridge.go Rename CorrelationContext to Baggage (#1142) 2020-09-09 14:13:37 -04:00
doc.go Update License header for all source files (#586) 2020-03-23 22:41:10 -07:00
go.mod Release v0.11.0 (#1089) 2020-08-24 22:38:37 -04:00
go.sum Bump github.com/google/go-cmp from 0.5.1 to 0.5.2 (#1093) 2020-08-26 11:39:41 -07:00
mix_test.go Rename CorrelationContext to Baggage (#1142) 2020-09-09 14:13:37 -04:00
util.go Update License header for all source files (#586) 2020-03-23 22:41:10 -07:00
wrapper.go Unify API Span Start/End Options (#1108) 2020-09-03 07:34:36 -07:00