opentelemetry-go/sdk/trace
Gustavo Silva Paiva 5e3a2105b9 add WithSpanKind option to span creation (#234)
* add WithSpanKind option to span creation

* change SpanKind to string alias and add support for SpanKind on ot bridge

* fix tests

* fix import order

* fix nits
2019-10-23 16:25:14 -07:00
..
internal Trace sdk (#65) 2019-08-02 13:52:55 -07:00
batch_span_processor.go Enable golint & gofmt, resolve issues (#214) 2019-10-16 10:24:38 -07:00
batch_span_processor_test.go api(trace): change trace id to byte array. (#226) 2019-10-22 23:01:33 -07:00
benchmark_test.go api(trace): change trace id to byte array. (#226) 2019-10-22 23:01:33 -07:00
config.go WIP: Named tracer prototype (#227) 2019-10-22 13:19:11 -07:00
doc.go Trace sdk (#65) 2019-08-02 13:52:55 -07:00
evictedqueue.go Trace sdk (#65) 2019-08-02 13:52:55 -07:00
evictedqueue_test.go Trace sdk (#65) 2019-08-02 13:52:55 -07:00
id_generator.go api(trace): change trace id to byte array. (#226) 2019-10-22 23:01:33 -07:00
lrumap.go Trace sdk (#65) 2019-08-02 13:52:55 -07:00
provider.go WIP: Named tracer prototype (#227) 2019-10-22 13:19:11 -07:00
sampling.go api(trace): change trace id to byte array. (#226) 2019-10-22 23:01:33 -07:00
simple_span_processor.go Export package (#162) 2019-10-08 11:56:58 -07:00
simple_span_processor_test.go api(trace): change trace id to byte array. (#226) 2019-10-22 23:01:33 -07:00
span.go add WithSpanKind option to span creation (#234) 2019-10-23 16:25:14 -07:00
span_processor.go SDK: Multiple Unregister should not trigger multiple shutdown call (#176) 2019-10-08 23:31:29 -07:00
span_processor_test.go WIP: Named tracer prototype (#227) 2019-10-22 13:19:11 -07:00
trace.go WIP: Named tracer prototype (#227) 2019-10-22 13:19:11 -07:00
trace_go11.go Trace sdk (#65) 2019-08-02 13:52:55 -07:00
trace_nongo11.go Trace sdk (#65) 2019-08-02 13:52:55 -07:00
trace_test.go add WithSpanKind option to span creation (#234) 2019-10-23 16:25:14 -07:00
tracer.go WIP: Named tracer prototype (#227) 2019-10-22 13:19:11 -07:00
util_test.go WIP: Named tracer prototype (#227) 2019-10-22 13:19:11 -07:00