Class GcpIncubatingAttributes

java.lang.Object
io.opentelemetry.semconv.incubating.GcpIncubatingAttributes

public final class GcpIncubatingAttributes extends Object
  • Field Details

    • GCP_APPHUB_APPLICATION_CONTAINER

      public static final io.opentelemetry.api.common.AttributeKey<String> GCP_APPHUB_APPLICATION_CONTAINER
      The container within GCP where the AppHub application is defined.
    • GCP_APPHUB_APPLICATION_ID

      public static final io.opentelemetry.api.common.AttributeKey<String> 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_LOCATION
      The 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_TYPE
      Criticality of a service indicates its importance to the business.

      Notes:

      See AppHub type enum

    • GCP_APPHUB_SERVICE_ENVIRONMENT_TYPE

      public static final io.opentelemetry.api.common.AttributeKey<String> GCP_APPHUB_SERVICE_ENVIRONMENT_TYPE
      Environment of a service is the stage of a software lifecycle.

      Notes:

      See AppHub environment type

    • GCP_APPHUB_SERVICE_ID

      public static final io.opentelemetry.api.common.AttributeKey<String> 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_TYPE
      Criticality of a workload indicates its importance to the business.

      Notes:

      See AppHub type enum

    • GCP_APPHUB_WORKLOAD_ENVIRONMENT_TYPE

      public static final io.opentelemetry.api.common.AttributeKey<String> GCP_APPHUB_WORKLOAD_ENVIRONMENT_TYPE
      Environment of a workload is the stage of a software lifecycle.

      Notes:

      See AppHub environment type

    • GCP_APPHUB_WORKLOAD_ID

      public static final io.opentelemetry.api.common.AttributeKey<String> GCP_APPHUB_WORKLOAD_ID
      The name of the workload as configured in AppHub.
    • GCP_CLIENT_SERVICE

      public static final io.opentelemetry.api.common.AttributeKey<String> 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

      public static final io.opentelemetry.api.common.AttributeKey<String> GCP_CLOUD_RUN_JOB_EXECUTION
      The name of the Cloud Run execution being run for the Job, as set by the CLOUD_RUN_EXECUTION environment variable.
    • GCP_CLOUD_RUN_JOB_TASK_INDEX

      public static final io.opentelemetry.api.common.AttributeKey<Long> GCP_CLOUD_RUN_JOB_TASK_INDEX
      The index for a task within an execution as provided by the CLOUD_RUN_TASK_INDEX environment variable.
    • GCP_GCE_INSTANCE_HOSTNAME

      public static final io.opentelemetry.api.common.AttributeKey<String> 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

      public static final io.opentelemetry.api.common.AttributeKey<String> GCP_GCE_INSTANCE_NAME
      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.