pub const CLOUDFOUNDRY_APP_NAME: &'static str;
The name of the application.
Application instrumentation should use the value from environment variable VCAP_APPLICATION.application_name. This is the same value as reported by cf apps.
VCAP_APPLICATION.application_name
cf apps
"my-app-name"