Tolya Korniltsev

Results 123 issues of Tolya Korniltsev

Right now if the process with an agent is stopped for a minute, it will try to send 5 empty requests when continued - at least do not send empty...

Right now ProfilingScheduler can only start profiling and can't stop We need to allow ProfilingScheduler to be stopped, and started again. We also need to expose ProfilingScheduler to users somehow.

Right now Profiler is tied to Config at construction time and only able to do one type of operation, determined at construction It would be useful to decouple Profiler and...

- starting as javaagent - starting with `PyroscopeAgent.start`

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...

- fix case when self is captured by some inner scope (functions or lambdas) - see reproducer - add `try_...` macros to maybe cleanup code - move code related to...

- automatically print trace_pipe , automatically mount tracefs if it is not mounted. Can be useful for debugging issues. https://github.com/grafana/pyroscope/pull/3184/files#diff-ed660caba4be49d0b3854003a14e854719b063ad0141ec736c8e1119a3c7a9a7 - we can have extra checks for object types ,...