Closed
Description
From #160 (comment).
cc @Oberon00.
Consider loading the default implementations of Tracer
and Meter
if opentelemetry-sdk
is installed instead of requiring the user to call set_preferred_{tracer,meter}_implementation
. Right now users get the API (aka no-op) implementation by default, even if the "default" implementation is available.