Instrumentations do not use tracer_provider
argument to create a tracer instances
#401
Labels
tracer_provider
argument to create a tracer instances
#401
Users can optionally pass an instance of
TracerProvider
toSomeInstrumentator.instrument(tracer_provider=...)
. Instrumentations should use this tracer_provider and fall back to global tracer provider if not given. As of now some instrumentations directly use global tracer provider which is not expected because providers can have different configuration such asResource
.The text was updated successfully, but these errors were encountered: