Skip to content

Commit

Permalink
Define Log Data model (open-telemetry/oteps#97)
Browse files Browse the repository at this point in the history
* Define Log Data model

This is a proposal of a data model and semantic conventions that allow to
represent logs from various sources: application log files, machine
generated events, system logs, etc.

Existing log formats can be unambiguously mapped to this data model.
Reverse mapping from this data model is also possible to the extent that
the target log format has equivalent capabilities.

The purpose of the data model is to have a common understanding of what a
log record is, what data needs to be recorded, transferred, stored and
interpreted by a logging system.

* Move content from Google Doc to markdown here

* Address PR comments

* Add Google Cloud Logging mapping

* Address PR comments

* Resolve Open Questions

* Add ECS mapping

* Address PR comments
  • Loading branch information
tigrannajaryan authored and carlosalberto committed Nov 8, 2024
1 parent 42f3bbc commit 8d953a4
Showing 1 changed file with 1,348 additions and 0 deletions.
Loading

0 comments on commit 8d953a4

Please sign in to comment.