Installation
For instructions on how to install pyroscope visit our Getting Started guide.
Source code
pyroscope-0.30.0-source.tar.gz
Linux binary builds
pyroscope-0.30.0-linux-amd64.tar.gz
pyroscope-0.30.0-linux-arm64.tar.gz
Ubuntu / Debian (.deb) builds
pyroscope_0.30.0_amd64.deb
pyroscope_0.30.0_arm64.deb
RHEL / CentOS (.rpm) builds
pyroscope-0.30.0-1-x86_64.rpm
pyroscope-0.30.0-1-aarch64.rpm
Windows (.msi) builds
pyroscope_agent_0.30.0_amd64.msi
Changes:
Bug Fixes
- backend: don't set a default annotation timestamp in controller (#1504) (c2b2cfe)
- backend: upsert annotations (#1508) (a557183)
- export dropdown should close when clicking outside (#1579) (b4074a7)
- heatmap bug fixes (#1545) (3218c62)
- merge zstd lib generated so names for jfr (#1569) (00ed85a)
- tag explorer modal should close when another one is clicked (#1578) (c2d1e96)
- Update flask rideshare app name (fdd7b4c)
- webapp: annotation doesn't have a weird marking anymore (#1512) (20abd58)
- webapp: don't render popover outside the visible window (#1534) (0ce4e7d)
- webapp: format annotation using timezone (#1522) (bc68da3)
- webapp: show annotations tooltip only when hovering close to the marker (#1510) (e8bdf4a)
Features
- add 'perf script' format upload (#1499) (c7bb5ca)
- add "Count" title above heatmap scale (#1571) (910c496)
- Add count and latency to heatmap tooltip (#1582) (4590901)
- add table view to heatmap flamegraph (#1574) (e55cc8a)
- add ticks to x and y-axis (#1558) (4a3e140)
- annotations: allow creating multiple annotations for different apps (#1562) (1986b11)
- change color of the selected area of the heatmap (#1572) (9ebdded)
- heatmap improvements (#1501) (e9e5bfd)
- Heatmap should show error message if no data is returned (#1565) (fe32a07)
- remove heatmap grid (#1567) (541133b)
- show heatmap y-axis units (#1559) (8199170)
- webapp: annotations UI (#1489) (0e57137)
- webapp: create annotations via ui (#1524) (53836ce)