Skip to content

Commit 03e7c7d

Browse files
Ronald-TRxrmx
andauthored
Update instrumentation/opentelemetry-instrumentation-aws-lambda/src/opentelemetry/instrumentation/aws_lambda/__init__.py
Co-authored-by: Riccardo Magliocchetti <[email protected]>
1 parent 630e0ab commit 03e7c7d

File tree

1 file changed

+1
-1
lines changed
  • instrumentation/opentelemetry-instrumentation-aws-lambda/src/opentelemetry/instrumentation/aws_lambda

1 file changed

+1
-1
lines changed

instrumentation/opentelemetry-instrumentation-aws-lambda/src/opentelemetry/instrumentation/aws_lambda/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ def _instrument(self, **kwargs):
426426
logger.warning(
427427
(
428428
"Could not find the ORIG_HANDLER or _HANDLER in the environment variables. ",
429-
"Is the instrumentation running inside an AWS Lambda?",
429+
"This instrumentation requires the OpenTelemetry Lambda extension installed.",
430430
)
431431
)
432432
return

0 commit comments

Comments
 (0)