1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-04 09:43:23 +02:00
opentelemetry-go/sdk/trace
Ilya Kaznacheev a6b31e0da1
Update SpanProcessor Shutdown with context and error (#1264)
* 1232: update SpanProcessor Shutdown with context and error

* 1232: add changelog info

* 1232: fix CI error, rm commented code

* 1232: fix CI unhandled error

* 1232: Done commit properly

* Add shutdown error handling

* Merge branch 'master' into update-span-processor

* Revert now unneeded context declaration move

Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
Co-authored-by: Tyler Yahn <codingalias@gmail.com>
2020-10-26 19:06:55 -07:00
..
internal Move trace api package into otel (#1229) 2020-10-08 19:58:56 -07:00
attributesMap.go Unify api/label and api/kv in new label package (#1060) 2020-08-17 20:25:03 -07:00
batch_span_processor_test.go Update SpanProcessor Shutdown with context and error (#1264) 2020-10-26 19:06:55 -07:00
batch_span_processor.go Update SpanProcessor Shutdown with context and error (#1264) 2020-10-26 19:06:55 -07:00
benchmark_test.go Move trace api package into otel (#1229) 2020-10-08 19:58:56 -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 Move trace api package into otel (#1229) 2020-10-08 19:58:56 -07:00
provider_test.go Update SpanProcessor Shutdown with context and error (#1264) 2020-10-26 19:06:55 -07:00
provider.go Update SpanProcessor Shutdown with context and error (#1264) 2020-10-26 19:06:55 -07:00
sampling_test.go Move trace api package into otel (#1229) 2020-10-08 19:58:56 -07:00
sampling.go Move trace api package into otel (#1229) 2020-10-08 19:58:56 -07:00
simple_span_processor_test.go Update SpanProcessor Shutdown with context and error (#1264) 2020-10-26 19:06:55 -07:00
simple_span_processor.go Update SpanProcessor Shutdown with context and error (#1264) 2020-10-26 19:06:55 -07:00
span_processor_example_test.go Update SpanProcessor Shutdown with context and error (#1264) 2020-10-26 19:06:55 -07:00
span_processor_test.go Update SpanProcessor Shutdown with context and error (#1264) 2020-10-26 19:06:55 -07:00
span_processor.go Update SpanProcessor Shutdown with context and error (#1264) 2020-10-26 19:06:55 -07:00
span.go Move the otel/api/global package to otel/global (#1262) 2020-10-17 10:03:48 -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 Move the otel/api/global package to otel/global (#1262) 2020-10-17 10:03:48 -07:00
trace.go Update License header for all source files (#586) 2020-03-23 22:41:10 -07:00
tracer.go Move trace api package into otel (#1229) 2020-10-08 19:58:56 -07:00
util_test.go Rename *Provider names (#1190) 2020-09-23 18:16:13 -04:00