This release comes with 2 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.
Installation
For instructions on how to install pyroscope visit our Getting Started guide.
Source code
Linux binary builds
pyroscope-0.3.0-linux-amd64.tar.gz
pyroscope-0.3.0-linux-arm64.tar.gz
Ubuntu / Debian (.deb) builds
pyroscope_0.3.0_amd64.deb
pyroscope_0.3.0_arm64.deb
RHEL / CentOS (.rpm) builds
pyroscope-0.3.0-1-x86_64.rpm
pyroscope-0.3.0-1-aarch64.rpm
Windows (.msi) builds
pyroscope_agent_0.3.0_amd64.msi
Changes:
Bug Fixes
- alpine: fix the stack overflow on Alpine generated binaries. (#545) (cd5e4f7)
- analytics_test.go on windows (ad6b20d)
- avoid redundant compaction (#514) (c87f69a)
- comparison view timeline (#553) (c615bb7)
- delete apps functionality (#551) (09384f3)
- frontend: fix comparison view (#549) (4c9d2f8)
- ignore ErrServerClosed when admin server is closed (#560) (96ad74f)
- race condition in version update. (#542) (332a7d5)
- timeline guide text alignment (#565) (efc94a0)
- windows: redeclared exec (#513) (d4ab78d)
Features
- add shell completion for 'admin app delete' cmd (#535) (f832f53)
- adds adhoc single view (#546) (4983566)
- adds support for pprof in /ingest endpoint (#557) (f233ef3)
- initial support for adhoc mode (#504) (e5d311e)
- pull mode (#527) (a56aacf)
- support for pprof and collapsed formats in /render endpoint #471 (#518) (0cbf399)