pub const CLOUDFOUNDRY_SYSTEM_ID: &'static str;
Expand description
A guid or another name describing the event source.
§Notes
CloudFoundry defines the source_id
in the Loggregator v2 envelope.
It is used for logs and metrics emitted by CloudFoundry. It is
supposed to contain the component name, e.g. “gorouter”, for
CloudFoundry components.
When system components are instrumented, values from the
Bosh spec
should be used. The system.id
should be set to
spec.deployment/spec.name
.
§Examples
"cf/gorouter"