We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3e4da8 commit 72f6530Copy full SHA for 72f6530
packages/service-library/src/servicelib/aiohttp/tracing.py
@@ -101,7 +101,7 @@ def setup_tracing(
101
AioHttpClientInstrumentor().instrument()
102
if HAS_AIOPG:
103
AiopgInstrumentor().instrument()
104
- _logger.info("Attempting to add aiopg opentelemetry autoinstrumentation...")
+ _logger.info("Added aiopg opentelemetry instrumentation.")
105
if HAS_BOTOCORE:
106
BotocoreInstrumentor().instrument()
107
_logger.info("Attempting to add botocore opentelemetry autoinstrumentation...")
0 commit comments