File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
# [ Unreleased]
2
2
3
+ # [ 2.16.0] - 2022-03-02
4
+ ## Added
5
+ - Adds a new ` process ` sampler which can monitor CPU and memory utilization for
6
+ a process. (#282 )
7
+
3
8
# [ 2.15.2] - 2022-02-24
4
9
## Fixed
5
10
- Fixes issue where release archives do not build successfully due to inclusion
@@ -221,8 +226,9 @@ characteristics.
221
226
222
227
Initial release.
223
228
224
- [ Unreleased ] : https://github.com/twitter/rezolus/compare/v2.15.2...HEAD
225
- [ 2.15.1 ] : https://github.com/twitter/rezolus/compare/v2.15.1...v2.15.2
229
+ [ Unreleased ] : https://github.com/twitter/rezolus/compare/v2.16.0...HEAD
230
+ [ 2.16.0 ] : https://github.com/twitter/rezolus/compare/v2.15.2...v2.16.0
231
+ [ 2.15.2 ] : https://github.com/twitter/rezolus/compare/v2.15.1...v2.15.2
226
232
[ 2.15.1 ] : https://github.com/twitter/rezolus/compare/v2.15.0...v2.15.1
227
233
[ 2.15.0 ] : https://github.com/twitter/rezolus/compare/v2.14.0...v2.15.0
228
234
[ 2.14.0 ] : https://github.com/twitter/rezolus/compare/v2.13.0...v2.14.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rezolus"
3
- version = " 2.15.2 "
3
+ version = " 2.16.0 "
4
4
authors = [
" Brian Martin <[email protected] >" ]
5
5
license = " Apache-2.0"
6
6
publish = false
You can’t perform that action at this time.
0 commit comments