Constant CLOUDFOUNDRY_SYSTEM_INSTANCE_ID
pub const CLOUDFOUNDRY_SYSTEM_INSTANCE_ID: &'static str;Available on crate features
opentelemetry and semconv_experimental only.Expand description
A guid describing the concrete instance of the event source.
§Notes
CloudFoundry defines the instance_id in the Loggregator v2 envelope.
It is used for logs and metrics emitted by CloudFoundry. It is
supposed to contain the vm id for CloudFoundry components.
When system components are instrumented, values from the
Bosh spec
should be used. The system.instance.id should be set to spec.id.
§Examples
"218fc5a9-a5f1-4b54-aa05-46717d0ab26d"