Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Process ID is treated as a string in the java code, but is a number in the go code due to an oversight. It makes sense for it to be a string, since it's usually going to be the daemon's process name (that's the default from Tracer.java)