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
Please migrate the issue to the right repo if that's wrong.
Right now, it seems that the traces are exported (from libraries such as otelgrpc or otelmux) do not properly label the Cloud Run service details such as:
service name
service revision (a Cloud Run concept)
region (a GCP concept)
project ID (a GCP concept)
as a result, the Google Cloud Trace UI shows something like this which is not linking back to the Cloud Run service properly:
I expected to get labels out of the trace spans that contain the application info
The text was updated successfully, but these errors were encountered:
I am opening this issue because of this file that does Cloud Run detection
opentelemetry-go-contrib/detectors/gcp/cloud-run.go
Lines 95 to 105 in f2fb9c8
Right now, it seems that the traces are exported (from libraries such as
otelgrpc
orotelmux
) do not properly label the Cloud Run service details such as:as a result, the Google Cloud Trace UI shows something like this which is not linking back to the Cloud Run service properly:
I expected to get labels out of the trace spans that contain the application info
The text was updated successfully, but these errors were encountered: