pub const CLOUDFOUNDRY_APP_NAME: &'static str;
Expand description

The name of the application.

§Notes

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

§Examples

  • "my-app-name"