containerd/tracing
Cory Snider 927b34e41e tracing: fix panic on startup when configured
When support for http/protobuf was added, the OTLP tracing processor
plugin was mistakenly changed to return a raw OTLP exporter instance.
Consequently, the type-assertion to a trace.SpanProcessor inside the
tracing pluigin would panic if the processor plugin was configured.
Modify the OTLP plugin to return a BatchSpanProcessor derived from the
exporter once more.

Signed-off-by: Cory Snider <csnider@mirantis.com>
2022-04-07 19:51:14 -04:00
..
plugin tracing: fix panic on startup when configured 2022-04-07 19:51:14 -04:00
log.go Update go otel 1.0.1 2021-10-06 00:42:56 +00:00
tracing.go tracing: return (ctx, span) from StartSpan 2022-01-29 00:41:21 +00:00