- Officially released the "Diff" view -- now you can easily visually see the difference between two selected flamegraphs (in % instead of samples) !
- Released Python Pip integration (see example)
- Released Ruby Gem integration (see example)
- Added ability to have multiple tags and query multiple tags at one time
- Optimized cache which now saves up to 5x as much resource consumption for both CPU and memory
- Added TLS Support for the server
- Squashed many frontend bugs
- Added a ton of frontend tests to prevent future frontend bugs
- Updated Chinese translations
Installation
For instructions on how to install pyroscope visit our Getting Started guide.
Source code
Linux binary builds
pyroscope-0.2.0-linux-amd64.tar.gz
pyroscope-0.2.0-linux-arm64.tar.gz
Ubuntu / Debian (.deb) builds
pyroscope_0.2.0_amd64.deb
pyroscope_0.2.0_arm64.deb
RHEL / CentOS (.rpm) builds
pyroscope-0.2.0-1-x86_64.rpm
pyroscope-0.2.0-1-aarch64.rpm
Windows (.msi) builds
pyroscope_agent_0.2.0_amd64.msi
Changes:
- docs: Cleanup docs for Pip package and Ruby gem (#438) (314dc4b), closes #438
- docs: update Pyroscope example with pip package (#434) (c705f38), closes #434
- docs: Update Ruby Example with new Ruby gem (#429) (50b3e38), closes #429
- 408 switch from samples to percentages for diff view (#432) (a175714), closes #432
- updates python example (f461d0c)
- chore: fix flaky query test (#430) (8dbfe94), closes #430
- chore(webapp): implement live reload (#435) (8f06505), closes #435
- ci: make go lint fail build (#427) (bac1171), closes #427 #430