diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b57a825c8c..11e29c10614 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,8 @@ release. ### Logs +- Change mapping for log_name of Google Cloud Logging. + ### Resource ### Semantic Conventions diff --git a/specification/logs/data-model.md b/specification/logs/data-model.md index d5c7057157e..38e535b711d 100644 --- a/specification/logs/data-model.md +++ b/specification/logs/data-model.md @@ -971,7 +971,7 @@ Field | Type | Description -----------------|--------------------| ------------------------------------------------------- | --------------------------- timestamp | string | The time the event described by the log entry occurred. | Timestamp resource | MonitoredResource | The monitored resource that produced this log entry. | Resource -log_name | string | The URL-encoded LOG_ID suffix of the log_name field identifies which log stream this entry belongs to. | Name +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"] json_payload | google.protobuf.Struct | The log entry payload, represented as a structure that is expressed as a JSON object. | Body proto_payload | google.protobuf.Any | The log entry payload, represented as a protocol buffer. | Body text_payload | string | The log entry payload, represented as a Unicode string (UTF-8). | Body