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 2056253
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ release.

### Logs

- Fix attributes names in Google Cloud Logging mapping.
([#2093](https://github.com/open-telemetry/opentelemetry-specification/pull/2093))

### 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 2056253

Please sign in to comment.