github grafana/pyroscope v0.4.0

latest releases: v1.8.0, ebpf/v0.4.8, weekly-f83-e08ff841a...
2 years ago

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)

Don't miss a new pyroscope release

NewReleases is sending notifications on new releases.