mirror of
https://github.com/moby/moby.git
synced 2026-07-12 10:35:14 +00:00
Use noop tracer provider if the OTEL exporter is not configured. This makes the OTEL tracing avoid doing unneeded memory allocations for spans which aren't going to be exported anywhere anyway. Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>