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.
cheers