Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.38 KB

File metadata and controls

41 lines (25 loc) · 1.38 KB

Changelog

vNext

v0.5.0

  • 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

v0.4.0

  • Removed unwanted dependency on opentelemetry-sdk.
  • Update opentelemetry dependency version to 0.23

v0.3.0

Added

  • 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

v0.2.0

Changed

  • Bump MSRV to 1.65 #1318

Added

  • Add log appender versions to loggers (#1182)

v0.1.0

Initial crate release