Dor Amid
Dor Amid
Hey, I tested this awesome library with json schema with recursive objects and this cause Stack overflow Exception. In my opinion the library should generate a structType with a configurable...
## 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....