We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e35cc6 commit 6036db8Copy full SHA for 6036db8
aws-opentelemetry-distro/src/amazon/opentelemetry/distro/patches/_starlette_patches.py
@@ -31,6 +31,7 @@ def patched_instrumentation_dependencies(self) -> Collection[str]:
31
# Apply the patch
32
StarletteInstrumentor.instrumentation_dependencies = patched_instrumentation_dependencies
33
34
+ # pylint: disable=line-too-long
35
# Patch to exclude http receive/send ASGI event spans from Bedrock AgentCore,
36
# this Middleware instrumentation is injected internally by Starlette Instrumentor, see:
37
# https://github.com/open-telemetry/opentelemetry-python-contrib/blob/51da0a766e5d3cbc746189e10c9573163198cfcd/instrumentation/opentelemetry-instrumentation-asgi/src/opentelemetry/instrumentation/asgi/__init__.py#L573
0 commit comments