opentelemetry_semantic_conventions::attribute

Constant GCP_GCE_INSTANCE_NAME

source
pub const GCP_GCE_INSTANCE_NAME: &str = "gcp.gce.instance.name";
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.

ยงExamples

  • "instance-1"
  • "my-vm-name"