Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 3.28 KB

File metadata and controls

39 lines (26 loc) · 3.28 KB

GCP

GCP Client Attributes

Attributes for Google Cloud client libraries.

Attribute Type Description Examples Stability
gcp.client.service string Identifies the Google Cloud service for which the official client library is intended. [1] appengine; run; firestore; alloydb; spanner Experimental

[1] gcp.client.service: 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 - Google Cloud Run Attributes

This document defines attributes for Google Cloud Run.

Attribute Type Description Examples Stability
gcp.cloud_run.job.execution string The name of the Cloud Run execution being run for the Job, as set by the CLOUD_RUN_EXECUTION environment variable. job-name-xxxx; sample-job-mdw84 Experimental
gcp.cloud_run.job.task_index int The index for a task within an execution as provided by the CLOUD_RUN_TASK_INDEX environment variable. 0; 1 Experimental

GCP - Google Compute Engine (GCE) Attributes

This document defines attributes for Google Compute Engine (GCE).

Attribute Type Description Examples Stability
gcp.gce.instance.hostname string The hostname of a GCE instance. This is the full value of the default or custom hostname. my-host1234.example.com; sample-vm.us-west1-b.c.my-project.internal Experimental
gcp.gce.instance.name string 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. instance-1; my-vm-name Experimental