pub const CLOUDFOUNDRY_PROCESS_ID: &'static str;
Expand description
The UID identifying the process.
§Notes
Application instrumentation should use the value from environment
variable VCAP_APPLICATION.process_id
. It is supposed to be equal to
VCAP_APPLICATION.app_id
for applications deployed to the runtime.
For system components, this could be the actual PID.
§Examples
"218fc5a9-a5f1-4b54-aa05-46717d0ab26d"