Skip to content

Commit e667b6f

Browse files
committed
updated comment
1 parent dffe24d commit e667b6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-opentelemetry-distro/src/amazon/opentelemetry/distro/aws_opentelemetry_configurator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ def _customize_exporter(span_exporter: SpanExporter, resource: Resource) -> Span
331331

332332

333333
def _customize_span_processors(provider: TracerProvider, resource: Resource) -> None:
334-
# Export 100% spans and not export Application-Signals metrics if on Lambda.
334+
# Add LambdaSpanProcessor to list of processors regardless of application signals.
335335
if _is_lambda_environment():
336336
provider.add_span_processor(AwsLambdaSpanProcessor())
337337

0 commit comments

Comments
 (0)