pub const CLOUDFOUNDRY_ORG_ID: &str = "cloudfoundry.org.id";
The guid of the CloudFoundry org the application is running in.
Application instrumentation should use the value from environment variable VCAP_APPLICATION.org_id. This is the same value as reported by cf org [org-name] --guid.
VCAP_APPLICATION.org_id
cf org [org-name] --guid
"218fc5a9-a5f1-4b54-aa05-46717d0ab26d"