Skip to content

Releases: grafana/pyroscope

v0.0.20

08 Feb 21:59
Compare
Choose a tag to compare

Installation

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

Source code

pyroscope-0.0.20-source.tar.gz

Linux binary builds

pyroscope-0.0.20-linux-amd64.tar.gz
pyroscope-0.0.20-linux-arm64.tar.gz

Ubuntu / Debian (.deb) builds

pyroscope_0.0.20_amd64.deb
pyroscope_0.0.20_arm64.deb

RHEL / CentOS (.rpm) builds

pyroscope-0.0.20-1-x86_64.rpm
pyroscope-0.0.20-1-aarch64.rpm

Windows (.msi) builds

pyroscope_agent_0.0.20_amd64.msi

Changes:

  • fixes darwin build (4907ade)
  • new util to convert from and until values to date Object (1e758cf)
  • renamed formatAsOBject() parameter (874941b)
  • Updated to use the new util formatAsOBject() (b59744a)

v0.0.19

08 Feb 08:41
Compare
Choose a tag to compare

Installation

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

Source code

pyroscope-0.0.19-source.tar.gz

Linux binary builds

pyroscope-0.0.19-linux-amd64.tar.gz
pyroscope-0.0.19-linux-arm64.tar.gz

Ubuntu / Debian (.deb) builds

pyroscope_0.0.19_amd64.deb
pyroscope_0.0.19_arm64.deb

RHEL / CentOS (.rpm) builds

pyroscope-0.0.19-1-x86_64.rpm
pyroscope-0.0.19-1-aarch64.rpm

Windows (.msi) builds

pyroscope_agent_0.0.19_amd64.msi

Changes:

  • adds config option for setting the app's base url (#69) (86f07d7), closes #69
  • explicit error message when used with our hosted version and no auth-token provided (d6d9b45)
  • improves Usage message (d2d4535)
  • linux, exec: adds capabilities detection - prints a message when running pyroscope exec with no prop (e37a9a0)
  • makes pyroscope exec help print usage message (dfce70c)
  • makes favicon url relative (c176b73)
  • updates rbspy / pyspy version, enables arm builds (30ec4c0)
  • updates the list of contributors (6137fa2)

v0.0.18

04 Feb 08:52
Compare
Choose a tag to compare

v0.0.18

Installation

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

Source code

pyroscope-0.0.18-source.tar.gz

Linux binary builds

pyroscope-0.0.18-linux-amd64.tar.gz
pyroscope-0.0.18-linux-arm64.tar.gz

Ubuntu / Debian (.deb) builds

pyroscope_0.0.18_amd64.deb
pyroscope_0.0.18_arm64.deb

RHEL / CentOS (.rpm) builds

pyroscope-0.0.18-1-x86_64.rpm
pyroscope-0.0.18-1-aarch64.rpm

Windows (.msi) builds

pyroscope_agent_0.0.18_amd64.msi

Changes:

  • Add FlameGraphRendererNew, factor out ProfilerHeader and ProfilerTable (5c0f137)
  • Added a date and time picker (7246d32)
  • adds 'gospy.(*GoSpy).Snapshot' to list of excludes in gospy, addresses #50 (a565c52), closes #50
  • adds a lint comment (8da5bae)
  • adds a revive exception for code that we didn't write (0616b14)
  • adds auto-review github action (da0f556)
  • auto review config improvements (bc5eaa5)
  • Change cursor to pointer, change crosshair color (1b9c1b4)
  • changed date format to YYYY-mm-dd HH:MM (609d2e4)
  • coloring date as blue when it's part of the range (a9155d9)
  • Fix ProfilerHeader lint (2f987ce)
  • fix typo (67f1567)
  • Fix Update button from falling out, add date range labels (534ce1f)
  • fixes an issue with forks and "Auto Request Review" (9880432)
  • fixes work function (00753b7)
  • from selector fixed (ed7e47b)
  • Import crosshair library, define function that draws crosshair (383fcd2)
  • improved the date range selector and fixed #54 #60 (6194b88), closes #54 #60
  • makes exec work with auth token (9039949)
  • Merge FlameGraphRendererNew to FlameGraphRenderer (a235867)
  • removed coloring range on hover (c20d909)
  • renames errFoo -> errClosing (aaf0a68)
  • reverts examples/golang/main.go changes (9fa9e34)
  • Set cross hair settings (7bf4ab5)
  • Small css changes (f70da15)
  • split the code into reusable pieces, fixed issue#55 (2c81645), closes issue#55
  • support for auth tokens, atexit fix (ff206a3)
  • trying to add auto-labeler + fix auto-review actionAuto label (#63) (bc7aa2f), closes #63
  • updated (320ac81)
  • updated 2/ (9734d74)
  • updates our list of contributors (0dc9715)
  • updates the list of contributors (032c148)
  • cleanup: lint go code (04c69b1)

v0.0.17

27 Jan 20:44
Compare
Choose a tag to compare

v0.0.17

Installation

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

Source code

pyroscope-0.0.17-source.tar.gz

Linux binary builds

pyroscope-0.0.17-linux-amd64.tar.gz
pyroscope-0.0.17-linux-arm64.tar.gz

Ubuntu / Debian (.deb) builds

pyroscope_0.0.17_amd64.deb
pyroscope_0.0.17_arm64.deb

RHEL / CentOS (.rpm) builds

pyroscope-0.0.17-1-x86_64.rpm
pyroscope-0.0.17-1-aarch64.rpm

Windows (.msi) builds

pyroscope_agent_0.0.17_amd64.msi

Changes:

  • Add logo to examples page (1ea5655)
  • Add more examples tweaks (d1f4f70)
  • Add readme for how to debug python (c0da18e)
  • adds build info to main page (1133949)
  • better handling of application names (59266bc)
  • Change files for blog example (3f9f55b)
  • changes from time to iterations (8e39892)
  • Custom date range now no-ops (4e31536)
  • Enable lint JSX (8e2d3a4)
  • first steps towards a dbmanager command (dbe6e1d)
  • Fix Custom Date Range Input (f316a17)
  • Fix link in readme (b47420f)
  • Fix refresh button (dabc101)
  • Fix timeline and useEffect usage (bffb8b3)
  • fix typo in readme (9399c28)
  • implements permissions drop in pyroscope exec (08948ef)
  • improves rbspy + pyspy integrations, resolves #5 (6ea7bcf), closes #5
  • Lint & Modernize DateRangePicker.jsx (1c0021d)
  • Lint & Modernize DownloadButton.jsx (a903e0a)
  • Lint & Modernize Footer.jsx (30d6336)
  • Lint & Modernize Header.jsx (925f8a0)
  • Lint & Modernize Label.jsx (0f225ce)
  • Lint & Modernize LabelsFilter.jsx (3ffc005)
  • Lint & Modernize NameSelector.jsx (fb27aea)
  • Lint & Modernize PyroscopeApp.jsx (68f46ef)
  • Lint & Modernize RefreshButton.jsx (05fd92b)
  • Lint & Modernize ShortcutsModal (8fba659)
  • Lint & Modernize ZoomOutButton.jsx (9bee480)
  • lint fix (7cb7932)
  • Lint index.jsx (cdc73bd)
  • Lint MaxNodesSelector.jsx (ae6f34d)
  • Lint SlackIcon.jsx (ff318c8)
  • Lint TimelineChart.jsx (4d05072)
  • Make demo link bigger in readme (2897d33)
  • Make picture in docs smaller and label it (2b4bdfc)
  • rbspy update (brings ruby 2.7.2 support) (89d974b)
  • Rename python debugging file (38d8221)
  • time.Time support in CLI arguments (8f47c7d)
  • Tweak Readme (46c4f3f)
  • Update colors (d0522ae)
  • Update examples readme to reference new guid (351969a)
  • Update how_to_debug_python.md (ad6f513)
  • Update python example using iterations (c7e2298)
  • Update readme with longer example (8cf44c4)
  • working dbmanager command (e7b9a68)

v0.0.16

22 Jan 03:15
Compare
Choose a tag to compare

v0.0.16

Installation

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

Source code

pyroscope-0.0.16-source.tar.gz

Linux binary builds

pyroscope-0.0.16-linux-amd64.tar.gz
pyroscope-0.0.16-linux-arm64.tar.gz

Ubuntu / Debian (.deb) builds

pyroscope_0.0.16_amd64.deb
pyroscope_0.0.16_arm64.deb

RHEL / CentOS (.rpm) builds

pyroscope-0.0.16-1-x86_64.rpm
pyroscope-0.0.16-1-aarch64.rpm

Windows (.msi) builds

pyroscope_agent_0.0.16_amd64.msi

Changes:

  • Add node.js to upcoming integrations (ad95f96)
  • brings back hide-applications option (63693c1)
  • changes (a0cf5fd)
  • improves documentation for config options (ec9a1f9)
  • improves exec child process handling (ab18dd3)
  • improves styles a little bit (604ab00)
  • Readme examples changes (2105963)
  • update readme (21f71e8)
  • Update Readme with new logo (f3addba)
  • updates our contributors list (89349d6)

v0.0.15

20 Jan 04:15
Compare
Choose a tag to compare

v0.0.15

Installation

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

Source code

pyroscope-0.0.15-source.tar.gz

Linux binary builds

pyroscope-0.0.15-linux-amd64.tar.gz
pyroscope-0.0.15-linux-arm64.tar.gz

Ubuntu / Debian (.deb) builds

pyroscope_0.0.15_amd64.deb
pyroscope_0.0.15_arm64.deb

RHEL / CentOS (.rpm) builds

pyroscope-0.0.15-1-x86_64.rpm
pyroscope-0.0.15-1-aarch64.rpm

Windows (.msi) builds

pyroscope_agent_0.0.15_amd64.msi

Changes:

v0.0.14

19 Jan 19:39
Compare
Choose a tag to compare

v0.0.14

Installation

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

Source code

pyroscope-0.0.14-source.tar.gz

Linux binary builds

pyroscope-0.0.14-linux-amd64.tar.gz
pyroscope-0.0.14-linux-arm64.tar.gz

Ubuntu / Debian (.deb) builds

pyroscope_0.0.14_amd64.deb
pyroscope_0.0.14_arm64.deb

RHEL / CentOS (.rpm) builds

pyroscope-0.0.14-1-x86_64.rpm
pyroscope-0.0.14-1-aarch64.rpm

Windows (.msi) builds

pyroscope_agent_0.0.14_amd64.msi

Changes:

  • fixes a bug where pyroscope thinks a spy is not supported when it is (0a9da1c)

v0.0.13

19 Jan 08:55
Compare
Choose a tag to compare

v0.0.13

Installation

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

Source code

pyroscope-0.0.13-source.tar.gz

Linux binary builds

pyroscope-0.0.13-linux-amd64.tar.gz
pyroscope-0.0.13-linux-arm64.tar.gz

Ubuntu / Debian (.deb) builds

pyroscope_0.0.13_amd64.deb
pyroscope_0.0.13_arm64.deb

RHEL / CentOS (.rpm) builds

pyroscope-0.0.13-1-x86_64.rpm
pyroscope-0.0.13-1-aarch64.rpm

Windows (.msi) builds

pyroscope_agent_0.0.13_amd64.msi

Changes:

  • Add a few more colors and remove extra comment (44dfb62)
  • Add browser and node env to eslint config (d0db6da)
  • Add eslint, prettier config (ec55923)
  • Add Label component test (9878b18)
  • Add lint to Github Actions (af6b734)
  • Add prettier and eslint config (9ed1c6a)
  • Add testing libraries (a3b46f2)
  • Add webapp tests to github actions (f2888bd)
  • adds contributors to our README (ea8ca81)
  • adds eslintcache to gitignore (fc44cea)
  • adds v0.0.12 changelog (774f0b5)
  • Auto Fix Linting Issues (1f4e7b2)
  • changes the name of icicle button to flamegraph (3917187)
  • Convert remaining lint errors to warning (815cde2)
  • disables commands that are not documented (7c1ca7a)
  • exec improvements, extra messages for when agent can't start (6af5383)
  • Fix lint issues (14ad03e)
  • fixes a bug in storage/segment get method (47ebbd9)
  • Fixes docker build (06f2ca3)
  • fixes makefile webapp cleanup (58cf3e7)
  • fixes wording (a125021)
  • improves analytics (c9423b8)
  • improves duration formatting (c9b75d5)
  • improves homebrew support (a25b8ee)
  • little cleanup (4230692)
  • Migrate .babelrc to babel.config.js (dd1c953)
  • removes binary file that should not have been commited in the first place (a8f0f7c)
  • Removes scary language (0ed1809)
  • renames babelrc to babel.config.js in Dockerfile (bddb968)
  • Setup ESLint (e737863)
  • Simplifies Dockerfile (679206a)
  • storage/segment test fixes (e40c02c)
  • Update main readme with diagram (ee465d3)
  • Update tests.yml (7fe6047)
  • updates README with a better demo gif (591ce36)
  • updates README with more install instructions (da03ff5)
  • table: work in progress (058e61f)
  • table: work in progress (75b4920)

v0.0.12

11 Jan 09:10
Compare
Choose a tag to compare

v0.0.12

Installation

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

Source code

pyroscope-0.0.12-source.tar.gz

Linux binary builds

pyroscope-0.0.12-linux-amd64.tar.gz
pyroscope-0.0.12-linux-arm64.tar.gz

Ubuntu / Debian (.deb) builds

pyroscope_0.0.12_amd64.deb
pyroscope_0.0.12_arm64.deb

RHEL / CentOS (.rpm) builds

pyroscope-0.0.12-1-x86_64.rpm
pyroscope-0.0.12-1-aarch64.rpm

Windows (.msi) builds

pyroscope_agent_0.0.12_amd64.msi

Changes:

  • adds ability to hide certain apps on the frontend (02a505f)
  • adds docker-compose examples for python, ruby and go (d0572a5)
  • adds more badges (86c58ef)
  • adds version to copyright on hover (b16e11e)
  • allows UI to resize below 1430px width (e38f649)
  • bumps up version to 0.0.12 (21d8597)
  • changes port from 8080 to 4040 (cd36317)
  • fixes the condition from > to >= for "other" blocks (3e74f2c)
  • updates README with a clearer value proposition (58cdb4e)
  • updates README with more links (c20a00f)
  • docker: changes package-lock.json to yarn.lock (f321857)

v0.0.11

03 Jan 09:12
Compare
Choose a tag to compare

v0.0.11

Installation

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

Source code

pyroscope-0.0.11-source.tar.gz

Linux binary builds

pyroscope-0.0.11-linux-amd64.tar.gz
pyroscope-0.0.11-linux-arm64.tar.gz

Ubuntu / Debian (.deb) builds

pyroscope_0.0.11_amd64.deb
pyroscope_0.0.11_arm64.deb

RHEL / CentOS (.rpm) builds

pyroscope-0.0.11-1-x86_64.rpm
pyroscope-0.0.11-1-aarch64.rpm

Windows (.msi) builds

pyroscope_agent_0.0.11_amd64.msi

Changes:

  • changelog: better format (c5bbb68)
  • adds a custom rbspy regex matcher, removes maxNodes selector (86e70f4)
  • adds a demo link to README (3a45564)
  • adds a task to update changelog (8c75689)
  • adds conventional-changelog (164f599)
  • adds version as one of the things we report in analytics (e67a797)
  • allows to add extra_metadata to during docker build (this is for demo.pyroscope.io) (6294eb7)
  • fixes pyroscope README (2607a7f)
  • js lock changes (864622f)
  • makes it so that we no longer drop root element for flamebearer (4f4d46c)
  • replaces "Metric" with a clearer "Application" (eb496d1)
  • updates package.json version number (9cc1728)
  • updates README (374e216)
  • docs: makes demo gif a link (dbc43bb)