grafana / jfr-parser

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

Update jfr-parser version to fix undefined parser.ProcessSymbols #37

Closed sivachandran closed 3 months ago

sivachandran commented 3 months ago

Getting the following error while trying to use the github.com/grafana/jfr-parser/pprof from another project

/go/pkg/mod/github.com/grafana/jfr-parser/pprof@v0.0.0-20240821021831-cfd6e79a1afc/parser.go:17:27: undefined: parser.ProcessSymbols

The PR updates the jfr-parser version to latest which has the parser.ProcessSymbols.

sivachandran commented 3 months ago

You can squash merge the PR.

korniltsev commented 3 months ago

Thank you