We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f20802 commit a1f6b29Copy full SHA for a1f6b29
instrumentation/opentelemetry-instrumentation-boto/src/opentelemetry/instrumentation/boto/__init__.py
@@ -84,8 +84,6 @@ def _instrument(self, **kwargs):
84
# For exemple EC2 uses AWSQueryConnection and S3 uses
85
# AWSAuthConnection
86
87
- # FIXME should the tracer provider be accessed via Configuration
88
- # instead?
89
# pylint: disable=attribute-defined-outside-init
90
self._tracer = get_tracer(
91
__name__, __version__, kwargs.get("tracer_provider")
0 commit comments