Skip to content

Commit

Permalink
Fix attributes names in Google Cloud Logging mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
tigrannajaryan committed Nov 2, 2021
1 parent 20c82de commit a3fafb4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ release.

### Logs

- Fix attributes names in Google Cloud Logging mapping.

### Resource

### Semantic Conventions
Expand Down
4 changes: 2 additions & 2 deletions specification/logs/data-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -979,8 +979,8 @@ severity | LogSeverity | The severity of the log entry.
trace | string | The trace associated with the log entry, if any. | TraceId
span_id | string | The span ID within the trace associated with the log entry. | SpanId
labels | map<string,string> | A set of user-defined (key, value) data that provides additional information about the log entry. | Attributes
http_request | HttpRequest | The HTTP request associated with the log entry, if any. | Attributes["google.httpRequest"]
All other fields | | | Attributes["google.*"]
http_request | HttpRequest | The HTTP request associated with the log entry, if any. | Attributes["com.google.httpRequest"]
All other fields | | | Attributes["com.google.*"]

## Elastic Common Schema

Expand Down

0 comments on commit a3fafb4

Please sign in to comment.