From 5241f2157423e739b580ff5828e3540ede9f080a Mon Sep 17 00:00:00 2001 From: Riccardo Magliocchetti Date: Thu, 23 Jan 2025 18:38:50 +0100 Subject: [PATCH] Update instrumentation/opentelemetry-instrumentation-botocore/src/opentelemetry/instrumentation/botocore/extensions/types.py --- .../opentelemetry/instrumentation/botocore/extensions/types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instrumentation/opentelemetry-instrumentation-botocore/src/opentelemetry/instrumentation/botocore/extensions/types.py b/instrumentation/opentelemetry-instrumentation-botocore/src/opentelemetry/instrumentation/botocore/extensions/types.py index b5465ed42e..2927c67e93 100644 --- a/instrumentation/opentelemetry-instrumentation-botocore/src/opentelemetry/instrumentation/botocore/extensions/types.py +++ b/instrumentation/opentelemetry-instrumentation-botocore/src/opentelemetry/instrumentation/botocore/extensions/types.py @@ -102,7 +102,7 @@ def should_trace_service_call(self) -> bool: # pylint:disable=no-self-use return True def should_end_span_on_exit(self) -> bool: # pylint:disable=no-self-use - """Returns if the span should be close automatically on exit + """Returns if the span should be closed automatically on exit Extensions might override this function to disable automatic closing of the span if they need to close it at a later time themselves.