You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added recently to the Rust tracing appender crate logic to have natural attributes from the tracing crate.
Here is the source code : opentelemetry-appender-tracing/src/layer.rs
At my previous job, I did that with an ElasticSearch handler. It was forked to an OpenSearch handler. opensearch-logger
Here is where we do the mapping from LogRecord to ECS : handlers.py
Hi!
I added recently to the Rust tracing appender crate logic to have natural attributes from the tracing crate.
Here is the source code : opentelemetry-appender-tracing/src/layer.rs
At my previous job, I did that with an ElasticSearch handler. It was forked to an OpenSearch handler. opensearch-logger
Here is where we do the mapping from LogRecord to ECS : handlers.py
You can implement this by following the Otel conventions :) : Code attributes in semconv
The text was updated successfully, but these errors were encountered: