mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-29 21:23:55 +08:00
docs: Update instrumentation example in readme (#615)
This commit is contained in:
@ -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
|
||||
----------
|
||||
|
Reference in New Issue
Block a user