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 e90452f commit 05944cbCopy full SHA for 05944cb
instrumentation/opentelemetry-instrumentation-fastapi/README.rst
@@ -55,7 +55,7 @@ You can also pass the list of urls to exclude explicitly to the instrumentation
55
56
.. code-block:: python
57
58
- FastAPIInstrumentor.instrument_app(app, "client/.*/info,healthcheck")
+ FastAPIInstrumentor.instrument_app(app, excluded_urls="client/.*/info,healthcheck")
59
60
References
61
----------
0 commit comments