Logging schema key #2615
adriangb
started this conversation in
Ideas -> please open issues instead for feature requests!
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A lot of users will be piping their logs to a backend with logs from a lot of other systems. They'll likely need to set up some sort of log processing pipeline that only applies to OTEL logs. But how do they know what logs are OTEL logs? I propose that we add an optional a schema identifier to logs that can be used to identify the log data model / schema and it's version. E.g.
{"OTLSchema": "0.1.0"}
.Beta Was this translation helpful? Give feedback.
All reactions