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
{{ message }}
This repository was archived by the owner on Nov 7, 2022. It is now read-only.
Currently the Stackdriver trace/metrics explorer requires a project configuration field. However, in cases when the customer is running their agent/collector on GCP, it would be nice to default the project based on the GCE metadata.
That would enable easier deployment scripts for Kubernetes because they would not need to have the project parameter substituted with the customer project, but could just auto-determine that based on what GCP project the agent is running in.
Currently the Stackdriver trace/metrics explorer requires a
projectconfiguration field. However, in cases when the customer is running their agent/collector on GCP, it would be nice to default the project based on the GCE metadata.That would enable easier deployment scripts for Kubernetes because they would not need to have the
projectparameter substituted with the customer project, but could just auto-determine that based on what GCP project the agent is running in.