Skip to content

Commit 5100405

Browse files
committed
Update dosctring for request_handling_instrumentation argument of CrawlerInstrumentor
1 parent f895b11 commit 5100405

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/crawlee/otel/crawler_instrumentor.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ def __init__(
3333
Args:
3434
instrument_classes: List of classes to be instrumented - all their public methods and coroutines will be
3535
wrapped by generic instrumentation wrapper that will create spans for them.
36-
request_handling_instrumentation: Handpicked most interesting methods to instrument in the request handling
37-
pipeline.
36+
request_handling_instrumentation: When `True`, most relevant methods in the request handling pipeline will
37+
be instrumented. When `False`, no request handling instrumentation will be done.
3838
"""
3939
self._tracer = get_tracer(__name__)
4040

0 commit comments

Comments
 (0)