Skip to content

Commit 4827833

Browse files
PijukatelMantisus
authored andcommitted
docs: Update docstring of CrawlerInstrumentor (apify#1697)
### Description - Update dostring for `request_handling_instrumentation` argument of `CrawlerInstrumentor`
1 parent 36a02b6 commit 4827833

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`, the most relevant methods in the request handling pipeline
37+
will be instrumented. When `False`, no request handling instrumentation will be done.
3838
"""
3939
self._tracer = get_tracer(__name__)
4040

0 commit comments

Comments
 (0)