Frederic Branczyk
Frederic Branczyk
Got it!
I would suggest using `java=true`, but I think that's a formality (it's just what's widely used in the Prometheus ecosystem and we want things to feel as familiar as possible)....
I actually think it's a little more tricky than ruby/python as primarily we want to support LuaJIT, so we need something that's a mix of the native unwinder and the...
Parca Agent itself should exit if it’s not a supported kernel (added in the latest version).
Aha, I see what you mean, I think that's a great idea!
In my mind, the most important thing is that Parca Agent can unwind stacks successfully and *attempts* to send profiling data (note that I intentionally don't say that it succeeds...
As mentioned in #617, it turns out this is likely due to Graal only producing `.debug_frame`, which we don't have support for (yet).
> Caching the memory mappings might yield incorrect results. If a dynamic library is loaded after we parsed and cached the mappings, we won't account for it I believe this...
> This is just an optimization idea, so we need a baseline to benchmark against the strategy (capture everything and drop afterward) I want to highlight this in particular. My...
Oh interesting, let us know as you learn more! (FYI Javier is on PTO this and next week)