Installation
For instructions on how to install pyroscope visit our Getting Started guide.
Source code
Linux binary builds
pyroscope-0.2.5-linux-amd64.tar.gz
pyroscope-0.2.5-linux-arm64.tar.gz
Ubuntu / Debian (.deb) builds
pyroscope_0.2.5_amd64.deb
pyroscope_0.2.5_arm64.deb
RHEL / CentOS (.rpm) builds
pyroscope-0.2.5-1-x86_64.rpm
pyroscope-0.2.5-1-aarch64.rpm
Windows (.msi) builds
pyroscope_agent_0.2.5_amd64.msi
Changes:
- fix: highlight in diff view (#498) (fbb826a), closes #498
- fix: linking flags in the linux build system (#499) (d7446be), closes #499
- fix(agent): snapshotting error handling (#510) (d0e477a), closes #510
- fix(exec): pyspy and rbspy are hanging in blocking mode (#436) (653a1e3), closes #436
- docs: fix typo in deployment diagram (297e3da)
- docs: update deployment diagram for eBPF (1620650)
- feat: segment level-based retention (#431) (2a9834f), closes #431
- refactor(config): decouple internal config from public CLI config in exec and server/storage (#508) (95ceb71), closes #508
- Components lib (#509) (4b6ca15), closes #509
- Improve text when there is no data available (#487) (dcbc39f), closes #487
- Make sidebar links (#489) (44c5ac0), closes #489
- Reduce bundle size (#496) (4f8ed1b), closes #496
- Refactor toolbar/Add "focus on subtree" button (#495) (b804d57), closes #495
- remove unnecessary margin for the buttons (#505) (2f0efaf), closes #505
- chore: get rid of pdf export (#493) (6879d45), closes #493