You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
You're right! After some discussion I agree that we shouldn't automatically load the "default" implementation, but we should make it easy to do so with some global config. We'll just continue to have ugly examples for the SDK for now.
From #160 (comment).
cc @Oberon00.
Consider loading the default implementations of
Tracer
andMeter
ifopentelemetry-sdk
is installed instead of requiring the user to callset_preferred_{tracer,meter}_implementation
. Right now users get the API (aka no-op) implementation by default, even if the "default" implementation is available.The text was updated successfully, but these errors were encountered: