Constant GCP_GCE_INSTANCE_NAME
pub const GCP_GCE_INSTANCE_NAME: &'static str;Available on crate features
opentelemetry and semconv_experimental only.Expand description
The instance name of a GCE instance. This is the value provided by host.name, the visible name of the instance in the Cloud Console UI, and the prefix for the default hostname of the instance as defined by the default internal DNS name.
§Notes
§Examples
"instance-1""my-vm-name"