Skip to content

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 16 Feb 12:10
· 127 commits to main since this release
b95d851

Changelog

v0.7.0 - 2023-02-16

New features

  • Add a new simplified chart to display the trace-profiling data. It mixes span with profiling and is more user-friendly. Try the demo now on the website.(#443)
  • Add trace to cpuevents to display the payload of network flows. (#442)
  • Support Attach Agent for NoAPM Java Application. (#431)

Enhancements

  • Add an option edge_events_window_size to allow users to reduce the size of the files by narrowing the time window where seats the edge events. (#437)
  • Rename the camera profiling file to make the timestamp of the profiling files readable. (#434)
  • When using the file writer in cameraexporter, we rotate files in chronological order now and rotate half of files one time. (#420)
  • Support to identify the MySQL protocol with statements commit and set. (#417)

Bug fixes

  • Fix Safari compatibility issues. (#443)
  • Fix the bug that TCP metrics are not aggregated correctly. (#444)
  • Fix the bug that cpuanalyzer missed some trigger events due to the incorrect variable reference. This may cause some traces can't correlate with on/off CPU data. (#424)