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 has been archived by the owner on Oct 3, 2023. It is now read-only.
I'm trying to run locally with tracing to Stackdriver (for testing). Calling monitoredresource.AutoDetect() takes a while and returns a nil (unable to detect GCE/GKE/AWS), so the traces go nowhere.
It would be nice if it returned something more use useful for local use, such as a global resource - or had a constructor that would do this. As I workaround I have:
I'm trying to run locally with tracing to Stackdriver (for testing). Calling
monitoredresource.AutoDetect()
takes a while and returns a nil (unable to detect GCE/GKE/AWS), so the traces go nowhere.It would be nice if it returned something more use useful for local use, such as a global resource - or had a constructor that would do this. As I workaround I have:
And then pass an initialized instance of this struct into
sdserver.NewExporter
@zombiezen
The text was updated successfully, but these errors were encountered: