1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-12 10:04:29 +02:00
opentelemetry-go/sdk/trace
Krzesimir Nowak 563985f5d1 Shrink core.Value (#256)
* shrink the value type

went down from 40 bytes to 24

* add missing license blurb

* stringify value type

* print string value types in stdout exporter

* make Value function take a pointer receiver
2019-10-30 15:01:19 -07:00
..
internal api(trace): change SpanID to byte array (#241) 2019-10-28 10:05:06 -07:00
batch_span_processor_test.go api(trace): change SpanID to byte array (#241) 2019-10-28 10:05:06 -07:00
batch_span_processor.go Enable golint & gofmt, resolve issues (#214) 2019-10-16 10:24:38 -07:00
benchmark_test.go Remove BYTES values, as they are are not thread safe (#249) 2019-10-30 10:20:53 -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_test.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
id_generator.go api(trace): change SpanID to byte array (#241) 2019-10-28 10:05:06 -07:00
lrumap.go Trace sdk (#65) 2019-08-02 13:52:55 -07:00
provider.go sdk/trace: Test the Sampling Probability (#247) 2019-10-29 16:53:50 -07:00
sampling.go sdk/trace: Test the Sampling Probability (#247) 2019-10-29 16:53:50 -07:00
simple_span_processor_test.go api(trace): change SpanID to byte array (#241) 2019-10-28 10:05:06 -07:00
simple_span_processor.go Export package (#162) 2019-10-08 11:56:58 -07:00
span_processor_test.go WIP: Named tracer prototype (#227) 2019-10-22 13:19:11 -07:00
span_processor.go SDK: Multiple Unregister should not trigger multiple shutdown call (#176) 2019-10-08 23:31:29 -07:00
span.go Remove the distributedctx.Mutator (#252) 2019-10-30 13:21:13 -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 Shrink core.Value (#256) 2019-10-30 15:01:19 -07:00
trace.go api(trace): change SpanID to byte array (#241) 2019-10-28 10:05:06 -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