Skip to content

Commit 6537398

Browse files
authored
opentelemetry-instrumentation-aws-lambda: drop SpanAttributes reference (#4061)
1 parent 51db6ad commit 6537398

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ def _instrumented_lambda_handler_call( # noqa pylint: disable=too-many-branches
326326
if span.is_recording():
327327
lambda_context = args[1]
328328
# NOTE: The specs mention an exception here, allowing the
329-
# `SpanAttributes.CLOUD_RESOURCE_ID` attribute to be set as a span
329+
# `CLOUD_RESOURCE_ID` attribute to be set as a span
330330
# attribute instead of a resource attribute.
331331
#
332332
# See more:

0 commit comments

Comments
 (0)