Module: OpenTelemetry::SemConv::Incubating::GCP

Defined in:
lib/opentelemetry/semconv/incubating/gcp/attributes.rb

Attribute Names collapse

GCP_APPHUB_APPLICATION_CONTAINER =
Note:

Stability Level: development

The container within GCP where the AppHub application is defined.

Examples:

Sample Values

projects/my-container-project
'gcp.apphub.application.container'
GCP_APPHUB_APPLICATION_ID =
Note:

Stability Level: development

The name of the application as configured in AppHub.

Examples:

Sample Values

my-application
'gcp.apphub.application.id'
GCP_APPHUB_APPLICATION_LOCATION =
Note:

Stability Level: development

The GCP zone or region where the application is defined.

Examples:

Sample Values

us-central1
'gcp.apphub.application.location'
GCP_APPHUB_SERVICE_CRITICALITY_TYPE =
Note:

Stability Level: development

Criticality of a service indicates its importance to the business.

See AppHub type enum

'gcp.apphub.service.criticality_type'
GCP_APPHUB_SERVICE_ENVIRONMENT_TYPE =
Note:

Stability Level: development

Environment of a service is the stage of a software lifecycle.

See AppHub environment type

'gcp.apphub.service.environment_type'
GCP_APPHUB_SERVICE_ID =
Note:

Stability Level: development

The name of the service as configured in AppHub.

Examples:

Sample Values

my-service
'gcp.apphub.service.id'
GCP_APPHUB_WORKLOAD_CRITICALITY_TYPE =
Note:

Stability Level: development

Criticality of a workload indicates its importance to the business.

See AppHub type enum

'gcp.apphub.workload.criticality_type'
GCP_APPHUB_WORKLOAD_ENVIRONMENT_TYPE =
Note:

Stability Level: development

Environment of a workload is the stage of a software lifecycle.

See AppHub environment type

'gcp.apphub.workload.environment_type'
GCP_APPHUB_WORKLOAD_ID =
Note:

Stability Level: development

The name of the workload as configured in AppHub.

Examples:

Sample Values

my-workload
'gcp.apphub.workload.id'
GCP_CLIENT_SERVICE =
Note:

Stability Level: development

Identifies the Google Cloud service for which the official client library is intended.

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’.

Examples:

Sample Values

appengine
run
firestore
alloydb
spanner
'gcp.client.service'
GCP_CLOUD_RUN_JOB_EXECUTION =
Note:

Stability Level: development

The name of the Cloud Run execution being run for the Job, as set by the CLOUD_RUN_EXECUTION environment variable.

Examples:

Sample Values

job-name-xxxx
sample-job-mdw84
'gcp.cloud_run.job.execution'
GCP_CLOUD_RUN_JOB_TASK_INDEX =
Note:

Stability Level: development

The index for a task within an execution as provided by the CLOUD_RUN_TASK_INDEX environment variable.

Examples:

Sample Values

0
1
'gcp.cloud_run.job.task_index'
GCP_GCE_INSTANCE_HOSTNAME =
Note:

Stability Level: development

The hostname of a GCE instance. This is the full value of the default or custom hostname.

Examples:

Sample Values

my-host1234.example.com
sample-vm.us-west1-b.c.my-project.internal
'gcp.gce.instance.hostname'
GCP_GCE_INSTANCE_NAME =
Note:

Stability Level: development

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:

Sample Values

instance-1
my-vm-name
'gcp.gce.instance.name'