File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
aws-opentelemetry-distro/src/amazon/opentelemetry/distro/patches Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,8 @@ def patched_instrumentation_dependencies(self) -> Collection[str]:
36
36
# this Middleware instrumentation is injected internally by Starlette Instrumentor, see:
37
37
# https://github.com/open-telemetry/opentelemetry-python-contrib/blob/51da0a766e5d3cbc746189e10c9573163198cfcd/instrumentation/opentelemetry-instrumentation-asgi/src/opentelemetry/instrumentation/asgi/__init__.py#L573
38
38
#
39
- # Issue for tracking a feature to customize this setting within Starlette: https://github.com/open-telemetry/opentelemetry-python-contrib/issues/3725
39
+ # Issue for tracking a feature to customize this setting within Starlette:
40
+ # https://github.com/open-telemetry/opentelemetry-python-contrib/issues/3725
40
41
if is_agent_observability_enabled ():
41
42
original_init = OpenTelemetryMiddleware .__init__
42
43
You can’t perform that action at this time.
0 commit comments