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 b5726a4 commit 3259415Copy full SHA for 3259415
instrumentation/opentelemetry-instrumentation-click/src/opentelemetry/instrumentation/click/__init__.py
@@ -13,7 +13,9 @@
13
# limitations under the License.
14
15
"""
16
-Instrument `click`_ CLI applications.
+Instrument `click`_ CLI applications. The instrumentor will avoid instrumenting
17
+well-known servers (e.g. *flask run* and *uvicorn*) to avoid unexpected effects
18
+like every request having the same Trace ID.
19
20
.. _click: https://pypi.org/project/click/
21
0 commit comments