Skip to content

Commit 05944cb

Browse files
authored
docs: Update instrumentation example in readme (#615)
1 parent e90452f commit 05944cb

File tree

1 file changed

+1
-1
lines changed
  • instrumentation/opentelemetry-instrumentation-fastapi

1 file changed

+1
-1
lines changed

instrumentation/opentelemetry-instrumentation-fastapi/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ You can also pass the list of urls to exclude explicitly to the instrumentation
5555

5656
.. code-block:: python
5757
58-
FastAPIInstrumentor.instrument_app(app, "client/.*/info,healthcheck")
58+
FastAPIInstrumentor.instrument_app(app, excluded_urls="client/.*/info,healthcheck")
5959
6060
References
6161
----------

0 commit comments

Comments
 (0)