docs: Update instrumentation example in readme (#615)

This commit is contained in:
Cristian Vargas
2021-08-13 14:35:30 -05:00
committed by GitHub
parent e90452ff56
commit 05944cb645

View File

@ -55,7 +55,7 @@ You can also pass the list of urls to exclude explicitly to the instrumentation
.. code-block:: python .. code-block:: python
FastAPIInstrumentor.instrument_app(app, "client/.*/info,healthcheck") FastAPIInstrumentor.instrument_app(app, excluded_urls="client/.*/info,healthcheck")
References References
---------- ----------