File tree Expand file tree Collapse file tree 3 files changed +14
-7
lines changed Expand file tree Collapse file tree 3 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 1
1
# [ Unreleased]
2
2
3
- # [ 2.15.0] - 2020-12-03
3
+ # [ 2.15.1] - 2022-01-06
4
+ ## Fixed
5
+ - Fixes ` tcp/connection/accepted ` and ` tcp/connection/initiated ` metrics on
6
+ kernel 5.10. (#266 )
7
+ - Fixes ` tcp/receive/duplicate ` and ` tcp/receive/out_of_order ` metrics. (#267 )
8
+
9
+ # [ 2.15.0] - 2021-12-03
4
10
## Changed
5
11
- Allow selective enablement of various BPF metrics. (#254 )
6
12
- Support up to BCC 0.23.0 and makes it the new default version. (#256 )
18
24
to initialize remaining BPF probes if fault tolerant error handling is
19
25
enabled. (#259 )
20
26
21
- # [ 2.14.0] - 2020 -09-16
27
+ # [ 2.14.0] - 2021 -09-16
22
28
## Added
23
29
- Adds new ` SRTT ` metric for TCP sampler using BPF. (#238 )
24
30
- Adds new ` krb5kdc ` sampler to get telemetry on MIT Kerberos. (#241 )
25
31
26
- # [ 2.13.0] - 2020 -07-12
32
+ # [ 2.13.0] - 2021 -07-12
27
33
## Fixed
28
34
- Interrupt sampler failed to sample all interrupts if it encountered an
29
35
unexpected keyword. (#225 )
38
44
## Changed
39
45
- Removed unused ` interrupt/serial ` metric from the interrupt sampler. (#228 )
40
46
41
- # [ 2.12.0] - 2020 -06-10
47
+ # [ 2.12.0] - 2021 -06-10
42
48
## Fixed
43
49
- NTP sampler failed to build with musl toolchain. (#216 )
44
50
@@ -210,7 +216,8 @@ characteristics.
210
216
211
217
Initial release.
212
218
213
- [ Unreleased ] : https://github.com/twitter/rezolus/compare/v2.15.0...HEAD
219
+ [ Unreleased ] : https://github.com/twitter/rezolus/compare/v2.15.1...HEAD
220
+ [ 2.15.1 ] : https://github.com/twitter/rezolus/compare/v2.15.0...v2.15.1
214
221
[ 2.15.0 ] : https://github.com/twitter/rezolus/compare/v2.14.0...v2.15.0
215
222
[ 2.14.0 ] : https://github.com/twitter/rezolus/compare/v2.13.0...v2.14.0
216
223
[ 2.13.0 ] : https://github.com/twitter/rezolus/compare/v2.12.0...v2.13.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rezolus"
3
- version = " 2.15.1-alpha.0 "
3
+ version = " 2.15.1"
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