From 05944cb645a1a343b7a2b26bbab4b4d4aaf8f7ae Mon Sep 17 00:00:00 2001 From: Cristian Vargas Date: Fri, 13 Aug 2021 14:35:30 -0500 Subject: [PATCH] docs: Update instrumentation example in readme (#615) --- .../opentelemetry-instrumentation-fastapi/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instrumentation/opentelemetry-instrumentation-fastapi/README.rst b/instrumentation/opentelemetry-instrumentation-fastapi/README.rst index 949cc1870..f50240fc7 100644 --- a/instrumentation/opentelemetry-instrumentation-fastapi/README.rst +++ b/instrumentation/opentelemetry-instrumentation-fastapi/README.rst @@ -55,7 +55,7 @@ You can also pass the list of urls to exclude explicitly to the instrumentation .. code-block:: python - FastAPIInstrumentor.instrument_app(app, "client/.*/info,healthcheck") + FastAPIInstrumentor.instrument_app(app, excluded_urls="client/.*/info,healthcheck") References ----------