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
timestamp | string | The time the event described by the log entry occurred. | Timestamp
1009
1009
resource | MonitoredResource | The monitored resource that produced this log entry. | Resource
1010
-
log_name | string | The URL-encoded LOG_ID suffix of the log_name field identifies which log stream this entry belongs to. | Attributes["com.google.log_name"]
1010
+
log_name | string | The URL-encoded LOG_ID suffix of the log_name field identifies which log stream this entry belongs to. | Attributes["gcp.log_name"]
1011
1011
json_payload | google.protobuf.Struct | The log entry payload, represented as a structure that is expressed as a JSON object. | Body
1012
1012
proto_payload | google.protobuf.Any | The log entry payload, represented as a protocol buffer. | Body
1013
1013
text_payload | string | The log entry payload, represented as a Unicode string (UTF-8). | Body
1014
1014
severity | LogSeverity | The severity of the log entry. | Severity
1015
1015
trace | string | The trace associated with the log entry, if any. | TraceId
1016
1016
span_id | string | The span ID within the trace associated with the log entry. | SpanId
1017
1017
labels | map<string,string> | A set of user-defined (key, value) data that provides additional information about the log entry. | Attributes
1018
-
http_request | HttpRequest | The HTTP request associated with the log entry, if any. | Attributes["com.google.httpRequest"]
1019
-
All other fields | | | Attributes["com.google.*"]
1018
+
http_request | HttpRequest | The HTTP request associated with the log entry, if any. | Attributes["gcp.httpRequest"]
0 commit comments