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 Sep 17, 2025. It is now read-only.
google.cloud.trace.client.Client gives us this for free, which is why we don't require a project ID in the (trace) StackdriverExporter. monitoring_v3.MetricServiceClient doesn't, which is presumably why we require one in StackdriverStatsExporter.
The
StackdriverStatsExportershouldn't require a project ID if we can get the project from the environment with e.g.google.auth.default.google.cloud.trace.client.Clientgives us this for free, which is why we don't require a project ID in the (trace)StackdriverExporter.monitoring_v3.MetricServiceClientdoesn't, which is presumably why we require one inStackdriverStatsExporter.