-
-
Notifications
You must be signed in to change notification settings - Fork 137
Flatten OTEL logs to ingest on Parseable #640
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
fixed data types of flattened log fields as per the proto
f9a51f4
to
5738927
Compare
I think it's better if we implement serde deserialize trait for the structs, or else it looks overwhelming |
I looked over on crates.io there are crates for open telemetry but, none provide the ability to serialize into the structs. |
I also found some crates for otel but are vrl specific used by vector |
https://crates.io/crates/opentelemetry There are more crates |
closing in favour of #657 |
Fixes #312
enhancement to add feature to flatten otel logs to be able to ingest on Parseable
This PR has: