We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
request_handling_instrumentation
CrawlerInstrumentor
1 parent f895b11 commit ce0b4c5Copy full SHA for ce0b4c5
src/crawlee/otel/crawler_instrumentor.py
@@ -33,8 +33,8 @@ def __init__(
33
Args:
34
instrument_classes: List of classes to be instrumented - all their public methods and coroutines will be
35
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.
+ request_handling_instrumentation: When `True`, the most relevant methods in the request handling pipeline
+ will be instrumented. When `False`, no request handling instrumentation will be done.
38
"""
39
self._tracer = get_tracer(__name__)
40
0 commit comments