You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, workloads running as Cloud Run Jobs are being detected as GCP compute engine - this is because the resource detection does not support Cloud Run Jobs yet which leads to resource detection logic fall back to gcp_compute_engine.
Environment variables in a Cloud Run Job container differ from the environment variables set when the container is run as a Cloud Run Service.
Details around the differences between environment variables are documented here.
Update resource detection logic to support Cloud Run Job detection.
The text was updated successfully, but these errors were encountered:
Currently, workloads running as Cloud Run Jobs are being detected as GCP compute engine - this is because the resource detection does not support Cloud Run Jobs yet which leads to resource detection logic fall back to
gcp_compute_engine
.Environment variables in a Cloud Run Job container differ from the environment variables set when the container is run as a Cloud Run Service.
Details around the differences between environment variables are documented here.
Update resource detection logic to support Cloud Run Job detection.
The text was updated successfully, but these errors were encountered: