We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa13e20 commit 9da84d0Copy full SHA for 9da84d0
docs/sources/configure-client/language-sdks/python.md
@@ -73,7 +73,6 @@ pyroscope.configure(
73
application_name = "my.python.app", # replace this with some name for your application
74
server_address = "http://my-pyroscope-server:4040", # replace this with the address of your Pyroscope server
75
sample_rate = 100, # default is 100
76
- detect_subprocesses = False, # detect subprocesses started by the main process; default is False
77
oncpu = True, # report cpu time only; default is True
78
gil_only = True, # only include traces for threads that are holding on to the Global Interpreter Lock; default is True
79
enable_logging = True, # does enable logging facility; default is False
0 commit comments