Skip to content

Releases: grafana/pyroscope-rs

Backend: rbspy-0.1.0

30 Mar 01:48
25d782d
Compare
Choose a tag to compare

rbspy 0.1.0

  • Initial release

Backend: pyspy-0.1.0

30 Mar 01:17
ca82870
Compare
Choose a tag to compare

pyspy 0.1.0

  • Initial release

Backend: pprofrs-0.1.0

30 Mar 01:31
ca82870
Compare
Choose a tag to compare

pprof-rs 0.1.0

  • Initial release

pyroscope-cli 0.1.1

30 Mar 19:03
a49bb14
Compare
Choose a tag to compare

pyroscope-lib 0.4.0

30 Mar 00:34
c843dc1
Compare
Choose a tag to compare

API Changes

  • Backend now support passing a configuration struct.
  • TimerSignal enum
  • pprof-rs backend is split into a different package. It has to be imported manually.

What's Changed

New Contributors

Full Changelog: 0.3.1...lib-0.4.0

0.3.1

14 Feb 22:33
374145d
Compare
Choose a tag to compare

Bug Fixes

Documentation

Code Refactoring

  • option: replace unwrap for various Options (Abid Omar)
  • time: add get_time_range (Abid Omar)

Chores

Commits

0.3.0

26 Jan 01:26
c659d0b
Compare
Choose a tag to compare

Bug Fixes

Documentation

Code Refactoring

Chores

Commits

  • cfg: separate timer implementations (Abid Omar)
  • timer: empty implementation for epoll/kqueue (Abid Omar)
  • timer: initial epoll/timerfd implementation #1 (Abid Omar)
  • wrapper: add wrapper functions for libc #1 (Abid Omar)
  • timer: wrap return for initialize function #1 (Abid Omar)
  • timer: kqueue timer implementation #3 (Abid Omar)
  • session: implementation for SessionManager #4 (Abid Omar)
  • session: kill SessionManager on Agent drop #4 (Abid Omar)
  • logging: initial logging implementation #4 (Abid Omar)
  • examples: add with-logger example #4 (Abid Omar)
  • all: add preliminary tests #5 (Abid Omar)
  • error: add source and default to PyroscopeError #6 (Abid Omar)
  • [6feba17]: Merge branch 'pyroscope-io:main' into main (Abid Omar) #6
  • examples: add error example #6 (Abid Omar)
  • error: log errors instead of panic #7 (Abid Omar)