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
Tyler Yahn efd4e3a383
Remove google.golang.org/grpc/codes dependency from API by adding an equivalent codes package (#1046)
* Add otel/codes package to replace google.golang.org/grpc/codes

* Replace google.golang.org/grpc/codes with otel/codes

* Update opentracing bridge to use OTel codes

* Update semconv to use OTel codes

* Update SDK to convert from OTel codes to gRPC

* go mod tidy

* Add change to CHANGELOG

* Fix word from feedback
2020-08-10 09:17:09 -07:00
..
internal Rename trace.TraceID & trace.TraceIDFromHex 2020-05-03 13:48:38 +08:00
attributesMap.go Move core and key to kv package (#720) 2020-05-13 16:06:03 -07:00
batch_span_processor_test.go Fix BatchSpanProcessor.Shutdown to wait until all spans are processed (#766) 2020-06-09 15:20:48 -07:00
batch_span_processor.go Fix BatchSpanProcessor.Shutdown to wait until all spans are processed (#766) 2020-06-09 15:20:48 -07:00
benchmark_test.go Remove NewKey and update doc comment (#721) 2020-05-13 16:21:23 -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 Rename trace.TraceID & trace.TraceIDFromHex 2020-05-03 13:48:38 +08:00
provider.go Change default Sampler to ParentOrElse(AlwaysOn) (#989) 2020-07-29 19:10:12 -07:00
sampling_test.go Changes AlwaysParentSample to ParentSample(fallback) (#810) 2020-06-11 08:27:21 -07:00
sampling.go Changes AlwaysParentSample to ParentSample(fallback) (#810) 2020-06-11 08:27:21 -07:00
simple_span_processor_test.go Rename trace.TraceID & trace.TraceIDFromHex 2020-05-03 13:48:38 +08: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 Remove google.golang.org/grpc/codes dependency from API by adding an equivalent codes package (#1046) 2020-08-10 09:17:09 -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 Remove google.golang.org/grpc/codes dependency from API by adding an equivalent codes package (#1046) 2020-08-10 09:17:09 -07:00
trace.go Update License header for all source files (#586) 2020-03-23 22:41:10 -07:00
tracer.go Remove WithSpan method from Tracer interface (#1043) 2020-08-08 12:10:36 -07:00
util_test.go Update License header for all source files (#586) 2020-03-23 22:41:10 -07:00