opentelemetry_semantic_conventions::attribute

Constant CLOUDFOUNDRY_APP_NAME

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