pub const CLOUDFOUNDRY_SPACE_NAME: &'static str;
The name of the CloudFoundry space the application is running in.
Application instrumentation should use the value from environment variable VCAP_APPLICATION.space_name. This is the same value as reported by cf spaces.
VCAP_APPLICATION.space_name
cf spaces
"my-space-name"