jfr-parser icon indicating copy to clipboard operation
jfr-parser copied to clipboard

Java Flight Recorder parser library written in Go.

Results 18 jfr-parser issues
Sort by recently updated
recently updated
newest added

in #22 we improved by not parsing all the events in memory. We should try to find a way to not parse all Stacktraces in memory

https://github.com/grafana/jfr-parser/pull/22#discussion_r1285343002

``` 2023/05/03 11:29:27 Unable to parse: unable to parse chunk: unable to parse event: unable to parse event jdk.JavaErrorThrow: failed to parse jdk.JavaErrorThrow: unable to read a field: Unsupported string...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Pending Status Checks The following updates await pending status checks. To force their...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-go](https://redirect.github.com/actions/setup-go) | action | minor | `v6.0.0` → `v6.2.0` | --- ### Release...

update-minor

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/google/pprof](https://redirect.github.com/google/pprof) | require | digest | `5df77e3` → `71be6bf` | --- ### Configuration...

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [golang.org/x/text](https://pkg.go.dev/golang.org/x/text) | [`v0.22.0` → `v0.33.0`](https://cs.opensource.google/go/x/text/+/refs/tags/v0.22.0...refs/tags/v0.33.0) | ![age](https://developer.mend.io/api/mc/badges/age/go/golang.org%2fx%2ftext/v0.33.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/golang.org%2fx%2ftext/v0.22.0/v0.33.0?slim=true) | --- ### Configuration...

update-minor

## Summary This PR adds span correlation support (`spanId`, `spanName`, `contextId`) for `WallClockSample` JFR events, enabling span-based queries for wall-clock profiles in Pyroscope. Resolves https://github.com/grafana/jfr-parser/issues/81 ## Changes ### `parser/types/wall_clock_sample.go` -...

## Problem When using wall-clock profiling with span correlation (e.g., via Pyroscope Java agent with OpenTelemetry integration), the span metadata (`spanId`, `spanName`, `contextId`) is not extracted from `WallClockSample` JFR events....

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | `v5.0.0` → `v6.0.1` | --- ### Release...

update-major