We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bcda42 commit a9a3f6aCopy full SHA for a9a3f6a
logging/google/cloud/logging/_helpers.py
@@ -21,7 +21,7 @@
21
from google.cloud.logging.entries import StructEntry
22
from google.cloud.logging.entries import TextEntry
23
24
-METADATA_URL = "http://metadata/computeMetadata/v1/"
+METADATA_URL = "http://metadata.google.internal./computeMetadata/v1/"
25
METADATA_HEADERS = {"Metadata-Flavor": "Google"}
26
27
0 commit comments