1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-10 00:29:12 +02:00
opentelemetry-go/api
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
..
apitest Added missing package document and canonical import paths (#1125) 2020-09-08 08:15:28 -07:00
baggage Rename CorrelationContext to Baggage (#1142) 2020-09-09 14:13:37 -04:00
global Rename CorrelationContext to Baggage (#1142) 2020-09-09 14:13:37 -04:00
metric Added missing package document and canonical import paths (#1125) 2020-09-08 08:15:28 -07:00
propagation Added missing package document and canonical import paths (#1125) 2020-09-08 08:15:28 -07:00
trace Convert XConfigure into constructors (#1155) 2020-09-10 15:15:17 -04:00
unit Added missing package document and canonical import paths (#1125) 2020-09-08 08:15:28 -07:00