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 Dec 10, 2021
1 parent 48bdd23 commit 123fee8
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 @@ -30,6 +30,8 @@ release.

### Logs

- Fix attributes names in Google Cloud Logging mapping.
([#2093](https://github.com/open-telemetry/opentelemetry-specification/pull/2093))
- Add OTEL_LOGS_EXPORTER environment variable.
([#2196](https://github.com/open-telemetry/opentelemetry-specification/pull/2196))
- Added ObservedTimestamp to the Log Data Model.
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 @@ -1001,8 +1001,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 123fee8

Please sign in to comment.