File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
aws-opentelemetry-distro/src/amazon/opentelemetry/distro/patches Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ def patched_instrumentation_dependencies(self) -> Collection[str]:
31
31
# Apply the patch
32
32
StarletteInstrumentor .instrumentation_dependencies = patched_instrumentation_dependencies
33
33
34
- # Patch to exclude http recieve /send ASGI event spans, this Middleware instrumentation is injected
34
+ # Patch to exclude http receive /send ASGI event spans, this Middleware instrumentation is injected
35
35
# internally by Starlette Instrumentor, see:
36
36
# https://github.com/open-telemetry/opentelemetry-python-contrib/blob/51da0a766e5d3cbc746189e10c9573163198cfcd/instrumentation/opentelemetry-instrumentation-asgi/src/opentelemetry/instrumentation/asgi/__init__.py#L573
37
37
if AGENT_OBSERVABILITY_ENABLED :
You can’t perform that action at this time.
0 commit comments