Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 988 Bytes

File metadata and controls

29 lines (19 loc) · 988 Bytes

Changelog

vNext

v0.3.0

Changed

  • TraceExporter fixed to print InstrumentationScope's attributes.
  • Fix StatusCode in stdout exporter #1454
  • Add missing event timestamps #1391
  • Adjusted chrono features to reduce number of transitive dependencies. #1569
  • The default feature now includes logs, metrics and trace.

v0.2.0

Changed

  • Bump MSRV to 1.65 #1318
  • Timestamp is additionally exported in user-friendly format. #1192.
  • MetricExporter - Temporality is exported in user-friendly format. #1260.

v0.1.0

Added

  • Initial metrics and trace exporters