Installation
For instructions on how to install pyroscope visit our Getting Started guide.
Source code
pyroscope-0.26.0-source.tar.gz
Linux binary builds
pyroscope-0.26.0-linux-amd64.tar.gz
pyroscope-0.26.0-linux-arm64.tar.gz
Ubuntu / Debian (.deb) builds
pyroscope_0.26.0_amd64.deb
pyroscope_0.26.0_arm64.deb
RHEL / CentOS (.rpm) builds
pyroscope-0.26.0-1-x86_64.rpm
pyroscope-0.26.0-1-aarch64.rpm
Windows (.msi) builds
pyroscope_agent_0.26.0_amd64.msi
Changes:
Bug Fixes
- Add different color palette for Explore Timeline (#1399) (5e129e0)
- flamegraph: fix its styling (#1388) (5788cf9)
- Make trace units be time based (#1387) (a567c2c)
- webapp: refresh data when (re)submitting query (#1410) (3554f84), closes #1406
- webapp: return empty string when range doesn't make sense (#1419) (6f69c6f)
Features
- adhoc: support passing custom spyName/unit when uploading (#1417) (9cc0f39)
- ebpf: pythonless, portable ebpf (#1314) (f124c46)
- reuse Table component everywhere (#1403) (a79f61b)
- support high number of series in explore view timeline (#1384) (482e23e)
- webapp: set title automatically (#1397) (74821ca)
- webapp: update timeline appearance and refactor flot plugins (#1323) (9393449)