Skip to content

Releases: grafana/pyroscope

v0.9.0

07 Feb 23:59
Compare
Choose a tag to compare

Installation

For instructions on how to install pyroscope visit our Getting Started guide.

Source code

pyroscope-0.9.0-source.tar.gz

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

  • add some basic flamebearer validation. (#785) (bee6483)
  • experimental tracing integration (#766) (24af197)
  • frontend: add package coloring for rust (#798) (c687f83)
  • frontend: adds ability to export to flamegraph.com (#799) (a3828bc)

v0.8.0

25 Jan 05:40
Compare
Choose a tag to compare

Installation

For instructions on how to install pyroscope visit our Getting Started guide.

Source code

pyroscope-0.8.0-source.tar.gz

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

14 Jan 23:01
Compare
Choose a tag to compare

Installation

For instructions on how to install pyroscope visit our Getting Started guide.

Source code

pyroscope-0.7.2-source.tar.gz

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

14 Jan 00:02
Compare
Choose a tag to compare

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
  • Improved performance across the board by optimizing tree serialization (switching from while loop to recursion)
  • 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

pyroscope-0.7.1-source.tar.gz

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

  • backend: skip empty app with GetAppNames() (#724) (b3fadec)
  • frontend: don't allow selecting empty apps (#723) (2378ab5)

v0.7.0

13 Jan 04:57
Compare
Choose a tag to compare

Installation

For instructions on how to install pyroscope visit our Getting Started guide.

Source code

pyroscope-0.7.0-source.tar.gz

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

Performance Improvements

v0.6.0

04 Jan 18:23
Compare
Choose a tag to compare

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

pyroscope-0.6.0-source.tar.gz

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

  • adds another direct upstream to improve performance when scraper is overloaded (#636) (34cfab5)
  • benchmarking code improvements (#630) (3aa460c)
  • optimize pprof parsing in pull mode. (#628) (c626be1)

v0.5.1

16 Dec 22:16
Compare
Choose a tag to compare

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

pyroscope-0.5.1-source.tar.gz

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

  • frontend: fixes Timeline component by pinning dependencies to a specific version (#619) (0324c7c)

Features

  • frontend: allow to export flamegraph json (#616) (3435a21)

v0.5.0

16 Dec 09:50
Compare
Choose a tag to compare

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

pyroscope-0.5.0-source.tar.gz

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

08 Dec 19:45
Compare
Choose a tag to compare

Standard view

image

Diff View

image

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

pyroscope-0.4.1-source.tar.gz

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

  • trigger retention task when no levels are configured (#588) (141d734)

v0.4.0

08 Dec 05:28
Compare
Choose a tag to compare

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

pyroscope-0.4.0-source.tar.gz

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

  • read default config file when it's present (#585) (7061292)

Features

  • makes admin command available (GA status) (8eb788f)