pub const CLOUDFOUNDRY_SPACE_NAME: &'static str;
Expand description

The name of the CloudFoundry space the application is running in.

§Notes

Application instrumentation should use the value from environment variable VCAP_APPLICATION.space_name. This is the same value as reported by cf spaces.

§Examples

  • "my-space-name"