docs: Update instrumentation example in readme (#615)
This commit is contained in:
parent
e90452ff56
commit
05944cb645
|
|
@ -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
|
||||||
----------
|
----------
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue