File tree Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 1
1
# [ Unreleased]
2
2
3
+ # [ 2.13.0] - 2020-07-12
4
+ ## Fixed
5
+ - Interrupt sampler failed to sample all interrupts if it encountered an
6
+ unexpected keyword. (#225 )
7
+ - Interrupt sampler incorrectly initialized per-NUMA node counts for NVMe and
8
+ network interrupts. (#226 )
9
+ - Memory sampler failed to report some stats. (#227 )
10
+ - CPU c-state sampling now handles older style c-state names. (#229 )
11
+ - Prometheus metric exposition now includes type annotations and changes the
12
+ format for percentiles to be encoded as a label value. This fixes collection
13
+ with OpenTelemetry. (#230 )
14
+
15
+ ## Changed
16
+ - Removed unused ` interrupt/serial ` metric from the interrupt sampler. (#228 )
17
+
3
18
# [ 2.12.0] - 2020-06-10
4
19
## Fixed
5
20
- NTP sampler failed to build with musl toolchain. (#216 )
@@ -172,7 +187,8 @@ characteristics.
172
187
173
188
Initial release.
174
189
175
- [ Unreleased ] : https://github.com/twitter/rezolus/compare/v2.12.0...HEAD
190
+ [ Unreleased ] : https://github.com/twitter/rezolus/compare/v2.13.0...HEAD
191
+ [ 2.13.0 ] : https://github.com/twitter/rezolus/compare/v2.12.0...v2.13.0
176
192
[ 2.12.0 ] : https://github.com/twitter/rezolus/compare/v2.11.1...v2.12.0
177
193
[ 2.11.1 ] : https://github.com/twitter/rezolus/compare/v2.11.0...v2.11.1
178
194
[ 2.11.0 ] : https://github.com/twitter/rezolus/compare/v2.10.0...v2.11.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rezolus"
3
- version = " 2.12 .0"
3
+ version = " 2.13 .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