Google Cloud Run¶
NOTICE Semantic Conventions are moving to a new location.
No changes to this document are allowed.
These conventions are recommended for resources running on Cloud Run.
Type: gcp.cloud_run
Description: Resource attributes for GCE instances.
Attribute | Type | Description | Examples | Requirement Level |
---|---|---|---|---|
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 |
Recommended |
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 |
Recommended |