pyroscope
pyroscope copied to clipboard
Continuous Profiling Platform. Debug performance issues down to a single line of code
* https://github.com/pyroscope-io/pyroscope/pull/967 broke standalone export for HTML * png exports don't work for comparison view, since the code blindly queries for the first `.flamegraph-canvas` https://github.com/pyroscope-io/pyroscope/blob/main/webapp/javascript/components/ExportData.tsx#L135-L137 * it doesn't use the...
Haven't investigated much, but it looks like it's only triggered by hover.  (I am using [tridactyl](https://github.com/tridactyl/tridactyl) in the video above)
As of right now when selecting a time range on the timeline on comparison and diff page , it's not completely clear that a user has the ability to interact...
As part of the discussion in https://github.com/pyroscope-io/pyroscope-rs/pull/21 , it would be great to understand the limitations of the frequency that a profile can be posted by an agent to the...
### Background Currently we have a "demo" page located at https://demo.pyroscope.io. In order to create this demo page we took several popular "example" projects and added Pyroscope continuous profiling to...
logs ``` copy_proc_mem: Not copying zfunc; raddr is NULL copy_proc_mem: Not copying zfunc; raddr is NULL copy_proc_mem_direct: Failed to copy zfunc; err=I/O error raddr=0x7f4800000001 size=216 copy_proc_mem_direct: Failed to copy zfunc;...
1. Source map doesn't work, which makes debugging problems with `packages/flamegraph` quite annoying 2. Bundle size is definitely bigger than necessary, for example it shares more or less the same...
For example, for release 0.12.0 there are notes for changes in the `flamegraphRenderer` component, which is really orthogonal to the Pyroscope application.  Let's update the code that generates...
the pyroscope panel plugin just looks good in grafana dark mod. it looks weird in light mod.