Assigned
Status Update
Comments
de...@google.com <de...@google.com> #2
I have forwarded this request to the engineering team. We will update this issue with any progress updates and a resolution.
Best Regards,
Josh Moyer
Google Cloud Platform Support
Best Regards,
Josh Moyer
Google Cloud Platform Support
mi...@sada.com <mi...@sada.com> #3
This is not only useful for IP addresses, but also for many other resources. I understand that names are currently used as identifiers, so this request is probably not trivial to implement. Maybe distinguishing between a (numeric, automatically generated) identifier and a (textual) label is the way to go?
Description
User realized that some logger have tags displayed. For example, GCF logs will show its execution_id. Using the following snippet, I can verify that the tags displayed depend on the name of the logger:
from google.cloud import logging
client = logging.Client()
client.logger(name="custom").log_text("foobar", labels={"execution_id": "foo"})
client.logger(name="
What you expected to happen:
1.- Add custom labels, by adding another label that is not "execution_id", the issue is that the user cannot find a way to specify his own resources.
2.-Get a solution that doesn't rely on summary fields.
Additional Information: Check the user Stackoverflow question For further reference: