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
Hi, I am wondering how to use MonitoredResource in Stackdriver logging in Python. I found that MonitoredResource is available in REST API, JAVA, NODE.JS and C#, but I couldn't find it in Python. Since all log entries are written to global resource by default, I am wondering how to change that to a specific resource in Python, an example will be great.