Releases: taboola/async-profiler-actuator-endpoint
Releases · taboola/async-profiler-actuator-endpoint
Version 3.0.0
Upgrade dependancies to Spring boot 2
What's Changed
- upgrade profiler to 282 by @tomsisso in #10
- add lazy loaded profiler implementation by @tomsisso in #11
- add support for leak profiling by @tomsisso in #13
- dont do live by default by @tomsisso in #14
- Use JFR for continuous profiling. Support multi events and labels by @wshtbla in #17
- Update README.md by @wshtbla in #18
- add LabelsWrapper adaptor by @paul-hsieh in #19
- upgrade pyroscope java agent to 0.13.0 by @paul-hsieh in #20
- add cstack option by @paul-hsieh in #21
- Feature/support spring2.7 by @Shahar-l-Taboola in #22
- Fix for dependency list, failure in "package" by @Shahar-l-Taboola in #23
New Contributors
- @wshtbla made their first contribution in #17
- @paul-hsieh made their first contribution in #19
- @Shahar-l-Taboola made their first contribution in #22
Full Changelog: v2.0.0...v3.0.0
Version 2.0.2_2.9
upgrade to async profiler 2.9 and support leak profiling
Version 2.0.1_2.7
Load the profiler lib lazily on the actual first usage
Version 2.0.0_2.8.2
Upgrade profiler to v2.8.2
Version 2.0.0
- Upgrade to AsyncProfiler v2.7
- Package the profiler in the jar (with an option to override it using a lib path config)
- Support continuous profiling and provide a default Pyroscope reporter
Version 1.0.0
Allow specifying sampling interval time unit.
Version 0.0.3
- Added per-thread mode support
- Changed default sampling interval to 1ms
Version 0.0.2
v0.0.2 Merge pull request #3 from taboola/prepare-and-clean-for-deployment-t…
First version
v0.0.1 Merge pull request #2 from taboola/control-endpoint-is-sensitive-via-…