Skip to content

Commit 9ac3321

Browse files
committed
fix comments
1 parent 8b8a79f commit 9ac3321

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.flake8

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,3 @@ exclude =
2424
mock_collector_service_pb2.py
2525
mock_collector_service_pb2.pyi
2626
mock_collector_service_pb2_grpc.py
27-
lambda-layer/terraform/lambda/.terraform
28-
lambda-layer/sample-apps/build

aws-opentelemetry-distro/src/amazon/opentelemetry/distro/patches/_fastapi_patches.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def _apply_fastapi_instrumentation_patches() -> None:
1313
"""FastAPI instrumentation patches
1414
1515
Applies patches to provide code attributes support for FastAPI instrumentation.
16-
This patches the Flask instrumentation to automatically add code attributes
16+
This patches the FastAPI instrumentation to automatically add code attributes
1717
to spans by decorating view functions with record_code_attributes.
1818
"""
1919
if get_code_correlation_enabled_status() is True:

0 commit comments

Comments
 (0)