Log entries can have a monitored resource associated with them as of v2 of the logging API.
Essentially, the _BaseEntry class should be extend to accept a resource. Helper methods such as log_text and log_struct should likely be extended to accept the resource as well.
This'll need to work with http and gax.
Log entries can have a monitored resource associated with them as of v2 of the logging API.
Essentially, the
_BaseEntryclass should be extend to accept aresource. Helper methods such aslog_textandlog_structshould likely be extended to accept the resource as well.This'll need to work with http and gax.