Class GcpIncubatingAttributes
java.lang.Object
io.opentelemetry.semconv.incubating.GcpIncubatingAttributes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.opentelemetry.api.common.AttributeKey<String>The name of the Cloud Run execution being run for the Job, as set by theCLOUD_RUN_EXECUTIONenvironment variable.static final io.opentelemetry.api.common.AttributeKey<Long>The index for a task within an execution as provided by theCLOUD_RUN_TASK_INDEXenvironment variable.static final io.opentelemetry.api.common.AttributeKey<String>The hostname of a GCE instance.static final io.opentelemetry.api.common.AttributeKey<String>The instance name of a GCE instance. -
Method Summary
-
Field Details
-
GCP_CLOUD_RUN_JOB_EXECUTION
The name of the Cloud Run execution being run for the Job, as set by theCLOUD_RUN_EXECUTIONenvironment variable. -
GCP_CLOUD_RUN_JOB_TASK_INDEX
The index for a task within an execution as provided by theCLOUD_RUN_TASK_INDEXenvironment variable. -
GCP_GCE_INSTANCE_HOSTNAME
The hostname of a GCE instance. This is the full value of the default or custom hostname. -
GCP_GCE_INSTANCE_NAME
The instance name of a GCE instance. This is the value provided byhost.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.
-