File tree Expand file tree Collapse file tree 3 files changed +22
-3
lines changed Expand file tree Collapse file tree 3 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 1
1
# [ Unreleased]
2
2
3
+ # [ 2.15.0] - 2020-12-03
4
+ ## Changed
5
+ - Allow selective enablement of various BPF metrics. (#254 )
6
+ - Support up to BCC 0.23.0 and makes it the new default version. (#256 )
7
+ - Removed ssl support in http sampler to remove dependency on openssl. (#257 )
8
+
9
+ ## Added
10
+ - Adds TCP jitter and connections accepted and initiated using BPF. (#247 )
11
+ - Adds Pelikan specific stats to memcache sampler. (#249 )
12
+ - Adds TCP packet drops counter using BPF. (#250 )
13
+ - Adds TCP tail loss recovery and retransmit timeout using BPF. (#253 )
14
+ - Adds TCP duplicate segment and out-of-order segment counters using BPF. (#255 )
15
+
16
+ ## Fixed
17
+ - Improved handling of BPF initialization errors so that samplers will continue
18
+ to initialize remaining BPF probes if fault tolerant error handling is
19
+ enabled. (#259 )
20
+
3
21
# [ 2.14.0] - 2020-09-16
4
22
## Added
5
23
- Adds new ` SRTT ` metric for TCP sampler using BPF. (#238 )
@@ -192,7 +210,8 @@ characteristics.
192
210
193
211
Initial release.
194
212
195
- [ Unreleased ] : https://github.com/twitter/rezolus/compare/v2.14.0...HEAD
213
+ [ Unreleased ] : https://github.com/twitter/rezolus/compare/v2.15.0...HEAD
214
+ [ 2.15.0 ] : https://github.com/twitter/rezolus/compare/v2.14.0...v2.15.0
196
215
[ 2.14.0 ] : https://github.com/twitter/rezolus/compare/v2.13.0...v2.14.0
197
216
[ 2.13.0 ] : https://github.com/twitter/rezolus/compare/v2.12.0...v2.13.0
198
217
[ 2.12.0 ] : https://github.com/twitter/rezolus/compare/v2.11.1...v2.12.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rezolus"
3
- version = " 2.14.1-alpha .0"
3
+ version = " 2.15 .0"
4
4
authors = [
" Brian Martin <[email protected] >" ]
5
5
license = " Apache-2.0"
6
6
build = " build.rs"
You can’t perform that action at this time.
0 commit comments