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
{{ message }}
This repository was archived by the owner on Feb 26, 2026. It is now read-only.
This is incorrect for regional GKE clusters, because the value of location should be the region where it is deployed, and is inconsistent with the value of location for other logging statements.
See googleapis/google-cloud-go#9083
In
google/cloud/logging_v2/handlers/_monitored_resources.py, we use the value ofzonefor the value of the location label in GKE:python-logging/google/cloud/logging_v2/handlers/_monitored_resources.py
Lines 97 to 109 in 6d265bf
This is incorrect for regional GKE clusters, because the value of
locationshould be the region where it is deployed, and is inconsistent with the value oflocationfor other logging statements.