1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-05 22:54:18 +02:00
opentelemetry-go/sdk/trace
Krzesimir Nowak 927d9155ae
Increase the visibility of the api/key package (#650)
* Point to the convenience functions in api/key package

This is to increase the visibility of the api/key package through the
api/core package, otherwise developers often tend to miss the api/key
package altogether and write `core.Key(name).TYPE(value)` and complain
at the verbosity of such a construction. The api/key package would
allow them to write `key.TYPE(name, value)`.

* Use the api/key package where applicable

This transforms all the uses of `core.Key(name).TYPE(value)` to
`key.TYPE(name, value)`. This also should help increasing the
visibility of the api/key package for developers reading the otel-go
code.

Co-authored-by: Joshua MacDonald <jmacd@users.noreply.github.com>
2020-04-21 20:26:51 -07:00
..
internal Update License header for all source files (#586) 2020-03-23 22:41:10 -07:00
attributesMap.go Update License header for all source files (#586) 2020-03-23 22:41:10 -07:00
batch_span_processor_test.go Process the queue until no data but respect max batch size (#599) 2020-03-27 16:21:20 -07:00
batch_span_processor.go Process the queue until no data but respect max batch size (#599) 2020-03-27 16:21:20 -07:00
benchmark_test.go TraceID and SpanID implementations for Stringer Interface (#642) 2020-04-16 15:42:48 -07:00
config.go Update License header for all source files (#586) 2020-03-23 22:41:10 -07:00
doc.go Update License header for all source files (#586) 2020-03-23 22:41:10 -07:00
evictedqueue_test.go Update License header for all source files (#586) 2020-03-23 22:41:10 -07:00
evictedqueue.go Update License header for all source files (#586) 2020-03-23 22:41:10 -07:00
id_generator.go Update License header for all source files (#586) 2020-03-23 22:41:10 -07:00
provider.go Update License header for all source files (#586) 2020-03-23 22:41:10 -07:00
sampling_test.go Update project License headers and checking (#596) 2020-03-25 14:47:17 -07:00
sampling.go Update License header for all source files (#586) 2020-03-23 22:41:10 -07:00
simple_span_processor_test.go Update License header for all source files (#586) 2020-03-23 22:41:10 -07:00
simple_span_processor.go Update License header for all source files (#586) 2020-03-23 22:41:10 -07:00
span_processor_test.go Update License header for all source files (#586) 2020-03-23 22:41:10 -07:00
span_processor.go Update License header for all source files (#586) 2020-03-23 22:41:10 -07:00
span.go Update License header for all source files (#586) 2020-03-23 22:41:10 -07:00
trace_go11.go Update License header for all source files (#586) 2020-03-23 22:41:10 -07:00
trace_nongo11.go Update License header for all source files (#586) 2020-03-23 22:41:10 -07:00
trace_test.go Increase the visibility of the api/key package (#650) 2020-04-21 20:26:51 -07:00
trace.go Update License header for all source files (#586) 2020-03-23 22:41:10 -07:00
tracer.go Update License header for all source files (#586) 2020-03-23 22:41:10 -07:00
util_test.go Update License header for all source files (#586) 2020-03-23 22:41:10 -07:00