File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
aws-opentelemetry-distro/src/amazon/opentelemetry/distro/patches Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments