-
1869 Utilize the
LogRecord::set_target()
method to pass the tracing target to the SDK. Exporters might use the target to override the instrumentation scope, which previously contained "opentelemetry-appender-tracing". -
Breaking 1928 Insert tracing event name into LogRecord::event_name instead of attributes.
- If using a custom exporter, then they must serialize this field directly from LogRecord::event_name instead of iterating over the attributes. OTLP Exporter is modified to handle this.
-
Update
opentelemetry
dependency version to 0.24
- Removed unwanted dependency on opentelemetry-sdk.
- Update
opentelemetry
dependency version to 0.23
- New experimental metadata attributes feature (experimental_metadata_attributes) #1380
- Experimental new attributes for tracing metadata
- Fixes the following for events emitted using log crate
- Normalized metadata fields
- Remove redundant metadata
- Bump MSRV to 1.65 #1318
- Add log appender versions to loggers (#1182)
Initial crate release