Skip to content

Commit 3259415

Browse files
committed
Document that we skip some servers
1 parent b5726a4 commit 3259415

File tree

1 file changed

+3
-1
lines changed
  • instrumentation/opentelemetry-instrumentation-click/src/opentelemetry/instrumentation/click

1 file changed

+3
-1
lines changed

instrumentation/opentelemetry-instrumentation-click/src/opentelemetry/instrumentation/click/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
# limitations under the License.
1414

1515
"""
16-
Instrument `click`_ CLI applications.
16+
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.
1719
1820
.. _click: https://pypi.org/project/click/
1921

0 commit comments

Comments
 (0)