We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c15a7bd commit 73ac280Copy full SHA for 73ac280
elasticapm/base.py
@@ -374,7 +374,7 @@ def get_service_info(self):
374
def get_process_info(self):
375
result = {
376
"pid": os.getpid(),
377
- "ppid": os.getppid() if hasattr(os, "getppid") else None,
+ "ppid": os.getppid(),
378
"title": None, # Note: if we implement this, the value needs to be wrapped with keyword_field
379
}
380
if self.config.include_process_args:
0 commit comments