Implement monitored resource for logging client #3377
Labels
api: logging
Issues related to the Cloud Logging API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
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 aresource
. Helper methods such aslog_text
andlog_struct
should likely be extended to accept the resource as well.This'll need to work with http and gax.
The text was updated successfully, but these errors were encountered: