Skip to main content

CLOUDFOUNDRY_PROCESS_TYPE

Constant CLOUDFOUNDRY_PROCESS_TYPE 

pub const CLOUDFOUNDRY_PROCESS_TYPE: &'static str;
Available on crate features opentelemetry and semconv_experimental only.
Expand description

The type of process.

§Notes

CloudFoundry applications can consist of multiple jobs. Usually the main process will be of type web. There can be additional background tasks or side-cars with different process types.

§Examples

  • "web"