Class GcpIncubatingAttributes
java.lang.Object
io.opentelemetry.semconv.incubating.GcpIncubatingAttributes
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classValues forGCP_APPHUB_SERVICE_CRITICALITY_TYPE.static final classValues forGCP_APPHUB_SERVICE_ENVIRONMENT_TYPE.static final classValues forGCP_APPHUB_WORKLOAD_CRITICALITY_TYPE.static final classValues forGCP_APPHUB_WORKLOAD_ENVIRONMENT_TYPE. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.opentelemetry.api.common.AttributeKey<String>The container within GCP where the AppHub application is defined.static final io.opentelemetry.api.common.AttributeKey<String>The name of the application as configured in AppHub.static final io.opentelemetry.api.common.AttributeKey<String>The GCP zone or region where the application is defined.static final io.opentelemetry.api.common.AttributeKey<String>Criticality of a service indicates its importance to the business.static final io.opentelemetry.api.common.AttributeKey<String>Environment of a service is the stage of a software lifecycle.static final io.opentelemetry.api.common.AttributeKey<String>The name of the service as configured in AppHub.static final io.opentelemetry.api.common.AttributeKey<String>Criticality of a workload indicates its importance to the business.static final io.opentelemetry.api.common.AttributeKey<String>Environment of a workload is the stage of a software lifecycle.static final io.opentelemetry.api.common.AttributeKey<String>The name of the workload as configured in AppHub.static final io.opentelemetry.api.common.AttributeKey<String>Identifies the Google Cloud service for which the official client library is intended.static 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_APPHUB_APPLICATION_CONTAINER
public static final io.opentelemetry.api.common.AttributeKey<String> GCP_APPHUB_APPLICATION_CONTAINERThe container within GCP where the AppHub application is defined. -
GCP_APPHUB_APPLICATION_ID
The name of the application as configured in AppHub. -
GCP_APPHUB_APPLICATION_LOCATION
public static final io.opentelemetry.api.common.AttributeKey<String> GCP_APPHUB_APPLICATION_LOCATIONThe GCP zone or region where the application is defined. -
GCP_APPHUB_SERVICE_CRITICALITY_TYPE
public static final io.opentelemetry.api.common.AttributeKey<String> GCP_APPHUB_SERVICE_CRITICALITY_TYPECriticality of a service indicates its importance to the business.Notes:
-
GCP_APPHUB_SERVICE_ENVIRONMENT_TYPE
public static final io.opentelemetry.api.common.AttributeKey<String> GCP_APPHUB_SERVICE_ENVIRONMENT_TYPEEnvironment of a service is the stage of a software lifecycle.Notes:
-
GCP_APPHUB_SERVICE_ID
The name of the service as configured in AppHub. -
GCP_APPHUB_WORKLOAD_CRITICALITY_TYPE
public static final io.opentelemetry.api.common.AttributeKey<String> GCP_APPHUB_WORKLOAD_CRITICALITY_TYPECriticality of a workload indicates its importance to the business.Notes:
-
GCP_APPHUB_WORKLOAD_ENVIRONMENT_TYPE
public static final io.opentelemetry.api.common.AttributeKey<String> GCP_APPHUB_WORKLOAD_ENVIRONMENT_TYPEEnvironment of a workload is the stage of a software lifecycle.Notes:
-
GCP_APPHUB_WORKLOAD_ID
The name of the workload as configured in AppHub. -
GCP_CLIENT_SERVICE
Identifies the Google Cloud service for which the official client library is intended.Notes:
Intended to be a stable identifier for Google Cloud client libraries that is uniform across implementation languages. The value should be derived from the canonical service domain for the service; for example, 'foo.googleapis.com' should result in a value of 'foo'.
-
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.
-