Skip to content

Commit 3fbaaa7

Browse files
committed
opentelemetry-instrumentation-aws-lambda: drop SpanAttributes reference (open-telemetry#4061)
1 parent 3eb81c5 commit 3fbaaa7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • instrumentation/opentelemetry-instrumentation-aws-lambda/src/opentelemetry/instrumentation/aws_lambda

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)