Releases: grafana/pyroscope
v0.9.0
Installation
For instructions on how to install pyroscope visit our Getting Started guide.
Source code
Linux binary builds
pyroscope-0.9.0-linux-amd64.tar.gz
pyroscope-0.9.0-linux-arm64.tar.gz
Ubuntu / Debian (.deb) builds
pyroscope_0.9.0_amd64.deb
pyroscope_0.9.0_arm64.deb
RHEL / CentOS (.rpm) builds
pyroscope-0.9.0-1-x86_64.rpm
pyroscope-0.9.0-1-aarch64.rpm
Windows (.msi) builds
pyroscope_agent_0.9.0_amd64.msi
Changes:
Bug Fixes
- Solve panic on an empty profile ingest (#793) (2d3a479)
- unsafeStrToSlice panic due to empty string (#772) (189f775)
Features
v0.8.0
Installation
For instructions on how to install pyroscope visit our Getting Started guide.
Source code
Linux binary builds
pyroscope-0.8.0-linux-amd64.tar.gz
pyroscope-0.8.0-linux-arm64.tar.gz
Ubuntu / Debian (.deb) builds
pyroscope_0.8.0_amd64.deb
pyroscope_0.8.0_arm64.deb
RHEL / CentOS (.rpm) builds
pyroscope-0.8.0-1-x86_64.rpm
pyroscope-0.8.0-1-aarch64.rpm
Windows (.msi) builds
pyroscope_agent_0.8.0_amd64.msi
Changes:
Bug Fixes
- examples: adds host pid option to docker-compose eBPF example(#732) (5e8dc83)
- frontend: improves timeline UX by shifting bars 5 seconds forward (#742) (687219d)
- return disk space check (#751) (0641244)
- Update drag and drop styling (#756) (25ce3b2)
Features
- add debug storage export endpoint (#752) (5040fb3)
- add http discovery mechanism (#726) (a941634)
- added tooltip for timeline selection (#730) (d226370)
- frontend: export comparison diff standalone html (#749) (697a66c)
- New diff mode palette selection dropdown (#754) (dfd8a3d)
- output standalone HTML files for adhoc profiles. (#728) (a4f90ab)
v0.7.2
Installation
For instructions on how to install pyroscope visit our Getting Started guide.
Source code
Linux binary builds
pyroscope-0.7.2-linux-amd64.tar.gz
pyroscope-0.7.2-linux-arm64.tar.gz
Ubuntu / Debian (.deb) builds
pyroscope_0.7.2_amd64.deb
pyroscope_0.7.2_arm64.deb
RHEL / CentOS (.rpm) builds
pyroscope-0.7.2-1-x86_64.rpm
pyroscope-0.7.2-1-aarch64.rpm
Windows (.msi) builds
pyroscope_agent_0.7.2_amd64.msi
Changes:
Features
v0.7.1
This release was mostly focused on some UI improvements, performance improvements and some bug fixes but some key pieces included here:
- Improved Pull mode performance -- eliminates some intermediary serialization / deserialization steps
- See PR for a bunch of cool Pyroscope screenshots showing improvements in flamegraph form
- Improved performance across the board by optimizing tree serialization (switching from while loop to recursion)
- See PR for some cool Pyroscope screenshots showing improvements in flamegraph form
- Added pprof as an export format (html export coming soon!)
- Made a much nicer app name selector component
- Added persistence to the state of the sidebar (collapsed vs uncollapsed)
- Changed highlight behavior to keep original color
As always thanks to everyone who has been helping us out by reporting issues and requesting enhancements to Pyroscope! Keep them coming 🙂
Installation
For instructions on how to install pyroscope visit our Getting Started guide.
Source code
Linux binary builds
pyroscope-0.7.1-linux-amd64.tar.gz
pyroscope-0.7.1-linux-arm64.tar.gz
Ubuntu / Debian (.deb) builds
pyroscope_0.7.1_amd64.deb
pyroscope_0.7.1_arm64.deb
RHEL / CentOS (.rpm) builds
pyroscope-0.7.1-1-x86_64.rpm
pyroscope-0.7.1-1-aarch64.rpm
Windows (.msi) builds
pyroscope_agent_0.7.1_amd64.msi
Changes:
Bug Fixes
v0.7.0
Installation
For instructions on how to install pyroscope visit our Getting Started guide.
Source code
Linux binary builds
pyroscope-0.7.0-linux-amd64.tar.gz
pyroscope-0.7.0-linux-arm64.tar.gz
Ubuntu / Debian (.deb) builds
pyroscope_0.7.0_amd64.deb
pyroscope_0.7.0_arm64.deb
RHEL / CentOS (.rpm) builds
pyroscope-0.7.0-1-x86_64.rpm
pyroscope-0.7.0-1-aarch64.rpm
Windows (.msi) builds
pyroscope_agent_0.7.0_amd64.msi
Changes:
Bug Fixes
- close response body in traffic-duplicator to fix resource leak. (#694) (5896982)
- pyrobench report path (#684) (d88bd10)
Features
- add scrape metrics for pull mode (#678) (0bdb99b)
- adhoc comparison diff support (#652) (65b7372)
- export standalone html (#691) (8d20863)
- frontend: export pprof format (#620) (60c305d)
- frontend: new app name selector component (#682) (b6282c3)
- frontend: persist sidebar collapsed state (#699) (c552bc2)
- keep existing colors when highlighting (#714) (ab094c2)
Performance Improvements
v0.6.0
Happy new year everyone!
The first version of the year (0.6.0
) comes with the following improvements:
- improved ingestion performance in pull mode by about 30%
- new and improved tags dropdown (now with search)
- fixed tags selection issue when using
base-url
functionality (thanks @dannykopping for reporting this) - file discovery mechanism for pull mode (thanks @linthan)
- added visual notifications on the frontend for failing backend requests
Installation
For instructions on how to install pyroscope visit our Getting Started guide.
Source code
Linux binary builds
pyroscope-0.6.0-linux-amd64.tar.gz
pyroscope-0.6.0-linux-arm64.tar.gz
Ubuntu / Debian (.deb) builds
pyroscope_0.6.0_amd64.deb
pyroscope_0.6.0_arm64.deb
RHEL / CentOS (.rpm) builds
pyroscope-0.6.0-1-x86_64.rpm
pyroscope-0.6.0-1-aarch64.rpm
Windows (.msi) builds
pyroscope_agent_0.6.0_amd64.msi
Changes:
Bug Fixes
- frontend: add tab panel styles to adhoc comparison component. (#650) (6537dfe)
- frontend: comparison diff ui fixes (#627) (202835b)
- frontend: fix flamegraph width in comparison view (#639) (1e6bef5)
- frontend: fixes golang package name coloring (#635) (6c390b5)
- frontend: keep query param when changing routes (#674) (389019b)
- panel: import @szhsin/react-menu styles in contextmenu (#669) (2fb0fff)
- register all pprof http handlers (#672) (f377cf3)
- try to create data directory if it doesn't exist. (#646) (eac8c4e)
- use the correct controller variable. (#615) (ccd97f9)
Features
- frontend: new tags dropdown (#642) (6290e45)
- improve datetime format in adhoc output filename. (f08f498)
- pull-mode: adds file discovery mechanism (#662) (35ce0b5)
- support importing adhoc profiles in pprof or collapsed formats (#649) (14ee845)
Performance Improvements
v0.5.1
This release comes with a couple of big changes (plus bug fixes):
- Bug fix: This version also fixes a bug from 0.5.1 where timeline was non-responsive in some cases
Base URL
This allows you to provision pyroscope under some subdirectory behind a reverse proxy (e.g https://internal-portal.example.com/pyroscope
). Technically this is more of a bug fix, as we already had support for this. But the old implementation didn't work in some cases, and thanks to help from community members @jonathanza, @dannykopping and @geoah we were able to debug and refactor it to make this feature work much more reliably. BaseURL can now be specified as a full URL (https://internal-portal.example.com/pyroscope
) or as just a path to pyroscope instance (/pyroscope
).
You can pass it as an environment variable (PYROSCOPE_BASE_URL=/pyroscope
) or a flag (-base-url /pyroscope
) or as an entry the config file (base-url: "/pyroscope"
).
New Sidebar
Although a purely cosmetic change, this gets us closer to the big release of adhoc mode. Currently adhoc mode is hidden under a feature-flag, but you can test it out if you run pyroscope server with PYROSCOPE_ENABLE_EXPERIMENTAL_ADHOC_UI=true
environment variable. Do you like the new sidebar? Let us know in our slack.
Installation
For instructions on how to install pyroscope visit our Getting Started guide.
Source code
Linux binary builds
pyroscope-0.5.1-linux-amd64.tar.gz
pyroscope-0.5.1-linux-arm64.tar.gz
Ubuntu / Debian (.deb) builds
pyroscope_0.5.1_amd64.deb
pyroscope_0.5.1_arm64.deb
RHEL / CentOS (.rpm) builds
pyroscope-0.5.1-1-x86_64.rpm
pyroscope-0.5.1-1-aarch64.rpm
Windows (.msi) builds
pyroscope_agent_0.5.1_amd64.msi
Changes:
Bug Fixes
Features
v0.5.0
This release comes with a couple of big changes (plus bug fixes):
Base URL
This allows you to provision pyroscope under some subdirectory behind a reverse proxy (e.g https://internal-portal.example.com/pyroscope
). Technically this is more of a bug fix, as we already had support for this. But the old implementation didn't work in some cases, and thanks to help from community members @jonathanza, @dannykopping and @geoah we were able to debug and refactor it to make this feature work much more reliably. BaseURL can now be specified as a full URL (https://internal-portal.example.com/pyroscope
) or as just a path to pyroscope instance (/pyroscope
).
You can pass it as an environment variable (PYROSCOPE_BASE_URL=/pyroscope
) or a flag (-base-url /pyroscope
) or as an entry the config file (base-url: "/pyroscope"
).
New Sidebar
Although a purely cosmetic change, this gets us closer to the big release of adhoc mode. Currently adhoc mode is hidden under a feature-flag, but you can test it out if you run pyroscope server with PYROSCOPE_ENABLE_EXPERIMENTAL_ADHOC_UI=true
environment variable. Do you like the new sidebar? Let us know in our slack.
Installation
For instructions on how to install pyroscope visit our Getting Started guide.
Source code
Linux binary builds
pyroscope-0.5.0-linux-amd64.tar.gz
pyroscope-0.5.0-linux-arm64.tar.gz
Ubuntu / Debian (.deb) builds
pyroscope_0.5.0_amd64.deb
pyroscope_0.5.0_arm64.deb
RHEL / CentOS (.rpm) builds
pyroscope-0.5.0-1-x86_64.rpm
pyroscope-0.5.0-1-aarch64.rpm
Windows (.msi) builds
pyroscope_agent_0.5.0_amd64.msi
Changes:
Bug Fixes
- assets handling when using base-url argument (#611) (97a6002)
- avoid converting args to double dash and disable flag parsing for adhoc. (#609) (f41906d)
- integrations: start upstream in clib. (#602) (0be03c3)
Features
v0.4.1
Standard view
Diff View
This release comes with 3 big features (plus bug fixes):
Pull mode
Previously all of our integrations only supported pushing metrics from profiling targets to pyroscope server. This new pull mode allows you to specify a list of profiling targets that pyroscope server will scrape the data from. This can be useful in a few cases, particularly ones where you already pull regular metrics via prometheus. Our pull mode implementation makes extensive use of Prometheus scrape and service discovery mechanisms and this allows you to reuse your existing configs with pyroscope. We express our deep gratitude to Prometheus team for their incredible work!
New Golang integration
The new golang integrations now lives in a separate repository (https://github.com/pyroscope-io/client) and it is better than the old one because it has less dependencies and less performance overhead as it offloads more data processing to the server.
We strongly recommend that you upgrade your golang integrations to use this new version, especially if you previously had issues adding pyroscope to your applications due to a large number of external dependencies.
For more information on this new integration visit our golang docs.
Ability to Delete Apps
We’ve removed the feature flag and now you should be able to delete apps using the new delete apps command
Installation
For instructions on how to install pyroscope visit our Getting Started guide.
Source code
Linux binary builds
pyroscope-0.4.1-linux-amd64.tar.gz
pyroscope-0.4.1-linux-arm64.tar.gz
Ubuntu / Debian (.deb) builds
pyroscope_0.4.1_amd64.deb
pyroscope_0.4.1_arm64.deb
RHEL / CentOS (.rpm) builds
pyroscope-0.4.1-1-x86_64.rpm
pyroscope-0.4.1-1-aarch64.rpm
Windows (.msi) builds
pyroscope_agent_0.4.1_amd64.msi
Changes:
Bug Fixes
v0.4.0
This release comes with 3 big features:
Pull mode
Previously all of our integrations only supported pushing metrics from profiling targets to pyroscope server. This new pull mode allows you to specify a list of profiling targets that pyroscope server will scrape the data from. This can be useful in a few cases, particularly ones where you already pull regular metrics via prometheus. Our pull mode implementation makes extensive use of Prometheus scrape and service discovery mechanisms and this allows you to reuse your existing configs with pyroscope. We express our deep gratitude to Prometheus team for their incredible work!
New Golang integration
The new golang integrations now lives in a separate repository (https://github.com/pyroscope-io/client) and it is better than the old one because it has less dependencies and less performance overhead as it offloads more data processing to the server.
We strongly recommend that you upgrade your golang integrations to use this new version, especially if you previously had issues adding pyroscope to your applications due to a large number of external dependencies.
For more information on this new integration visit our golang docs.
Ability to Delete Apps
We’ve removed the feature flag and now you should be able to delete apps using the new delete apps command
Installation
For instructions on how to install pyroscope visit our Getting Started guide.
Source code
Linux binary builds
pyroscope-0.4.0-linux-amd64.tar.gz
pyroscope-0.4.0-linux-arm64.tar.gz
Ubuntu / Debian (.deb) builds
pyroscope_0.4.0_amd64.deb
pyroscope_0.4.0_arm64.deb
RHEL / CentOS (.rpm) builds
pyroscope-0.4.0-1-x86_64.rpm
pyroscope-0.4.0-1-aarch64.rpm
Windows (.msi) builds
pyroscope_agent_0.4.0_amd64.msi
Changes:
Bug Fixes
Features
- makes admin command available (GA status) (8eb788f)