opentelemetry_semantic_conventions::attribute

Constant CLOUDFOUNDRY_ORG_NAME

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