Add support for tracking metrics with Cloud Run
resource type
#946
Labels
enhancement
New feature or request
Cloud Run
resource type
#946
Hi!
Here we fallback to the
generic task
resource type:It would be nice to somehow map resource attributes to the
Cloud Run
resource type. From what I know we need to have these labels to track it correctly:project_id
revision_name
service_name
location
configuration_name
OpenTelemetry collector with GCP resource detector collects the following attributes:
cloud.platform
(with the value ofgcp_cloud_run
) by which we can determine that this is theCloud Run
resource typefaas.version
->revision_name
?cloud.account.id
->project_id
?cloud.region
->location
?faas.name
->service_name
?The text was updated successfully, but these errors were encountered: