pub const CLOUDFOUNDRY_ORG_NAME: &'static str;
Expand description

The name of the CloudFoundry organization the app is running in.

§Notes

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

§Examples

  • "my-org-name"