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
Per spec, the operation to create the OpenTracing Tracer shim should receive a TracerProvider and use it to create a Tracer with the name opentracing-shim. Currently, it receives a Tracer and lets the user select the name of the Tracer:
Of course, removing the current constructor will be a breaking change. Since no stable versions of the OT shim package were released so far it seems that this should be done rather soon. The current constructor could be marked as obsolete for one or two releases before removing it completely.
The text was updated successfully, but these errors were encountered:
Per spec, the operation to create the OpenTracing Tracer shim should receive a
TracerProvider
and use it to create aTracer
with the nameopentracing-shim
. Currently, it receives a Tracer and lets the user select the name of theTracer
:opentelemetry-dotnet/examples/Console/TestOpenTracingShim.cs
Lines 40 to 42 in ce1e196
Of course, removing the current constructor will be a breaking change. Since no stable versions of the OT shim package were released so far it seems that this should be done rather soon. The current constructor could be marked as obsolete for one or two releases before removing it completely.
The text was updated successfully, but these errors were encountered: