Constant GCP_GCE_INSTANCE_LABELS
pub const GCP_GCE_INSTANCE_LABELS: &'static str;Available on crate features
opentelemetry and semconv_experimental only.Expand description
GCE instance labels, key being the label name and the value being the label value.
§Notes
For example, a GCE instance label team with value observability SHOULD be recorded as the gcp.gce.instance.labels.team attribute with value "observability". The [key] MUST be the exact GCE instance label key.
§Examples
"observability"