Skip to content

Commit 9da84d0

Browse files
docs: remove detect_subprocesses from python client config (#4854)
1 parent fa13e20 commit 9da84d0

File tree

1 file changed

+0
-1
lines changed
  • docs/sources/configure-client/language-sdks

1 file changed

+0
-1
lines changed

docs/sources/configure-client/language-sdks/python.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ pyroscope.configure(
7373
application_name = "my.python.app", # replace this with some name for your application
7474
server_address = "http://my-pyroscope-server:4040", # replace this with the address of your Pyroscope server
7575
sample_rate = 100, # default is 100
76-
detect_subprocesses = False, # detect subprocesses started by the main process; default is False
7776
oncpu = True, # report cpu time only; default is True
7877
gil_only = True, # only include traces for threads that are holding on to the Global Interpreter Lock; default is True
7978
enable_logging = True, # does enable logging facility; default is False

0 commit comments

Comments
 (0)