pub const CLOUDFOUNDRY_SPACE_ID: &'static str;
The guid of the CloudFoundry space the application is running in.
Application instrumentation should use the value from environment variable VCAP_APPLICATION.space_id. This is the same value as reported by cf space <space-name> --guid.
VCAP_APPLICATION.space_id
cf space <space-name> --guid
"218fc5a9-a5f1-4b54-aa05-46717d0ab26d"