Thanks to visit codestin.com Credit goes to github.com
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 8d29913 commit 7fbd12aCopy full SHA for 7fbd12a
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