pub const CLOUDFOUNDRY_APP_NAME: &str = "cloudfoundry.app.name";
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"