grafana / jfr-parser

Java Flight Recorder parser library written in Go.
Apache License 2.0
43 stars 16 forks source link

fix: support multiple checkpoint events. #11

Closed abeaumont closed 2 years ago

abeaumont commented 2 years ago

The existing support for multiple checkpoint events (handling and checking checkpoint delta value) was buggy and not good enough to actually parse data with multiple such events.

Now, the deltas are properly handled and all the parsed events parsed are properly tracked to avoid duplicates.

Related to #4.