opentelemetry-go/api/trace
Anthony Mirabella d91de437b2
Recommend use of initializers for config structs (#1163)
* Recommend use of initializers for config structs

Updates style guide and changes existing configure() implementations to
newConfig() as appropriate.

* Add CHANGELOG.md entry

* Update stdout exporter config initializer

* Add documentation to exported functions

* Convert otlp.Config to unexported otlp.config
2020-09-11 14:14:25 -07:00
..
tracetest Recommend use of initializers for config structs (#1163) 2020-09-11 14:14:25 -07:00
api.go Convert XConfigure into constructors (#1155) 2020-09-10 15:15:17 -04:00
context.go Unexport NoopXXX trace types (#1134) 2020-09-08 20:43:35 -04:00
context_test.go Unexport NoopXXX trace types (#1134) 2020-09-08 20:43:35 -04:00
doc.go Added missing package document and canonical import paths (#1125) 2020-09-08 08:15:28 -07:00
noop_span.go Unexport NoopXXX trace types (#1134) 2020-09-08 20:43:35 -04:00
noop_trace.go Unexport NoopXXX trace types (#1134) 2020-09-08 20:43:35 -04:00
noop_trace_provider.go Unexport NoopXXX trace types (#1134) 2020-09-08 20:43:35 -04:00
span_context.go Move propagators out of API and into their own package (#1118) 2020-09-08 19:07:59 -04:00
span_context_test.go Fix B3 propagator and add tests (#882) 2020-07-07 16:38:52 -07:00
span_test.go Convert XConfigure into constructors (#1155) 2020-09-10 15:15:17 -04:00
traceprovider_test.go Convert XConfigure into constructors (#1155) 2020-09-10 15:15:17 -04:00