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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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)
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)