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 ----------