opentelemetry_semantic_conventions::attribute

Constant CLOUDFOUNDRY_SPACE_NAME

Source
pub const CLOUDFOUNDRY_SPACE_NAME: &str = "cloudfoundry.space.name";
Expand description

The name of the CloudFoundry space the application is running in.

§Notes

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

§Examples

  • "my-space-name"