|
1 | 1 | ## master / unreleased |
2 | 2 |
|
| 3 | +* [CHANGE] |
| 4 | +* [FEATURE] |
| 5 | +* [ENHANCEMENT] |
| 6 | +* [BUGFIX] |
| 7 | + |
| 8 | +## 1.0.0-rc.0 / 2020-02-20 |
| 9 | + |
3 | 10 | ### **Breaking changes** |
4 | 11 |
|
5 | 12 | * The netdev collector CLI argument `--collector.netdev.ignored-devices` was renamed to `--collector.netdev.device-blacklist` in order to conform with the systemd collector. #1279 |
|
16 | 23 |
|
17 | 24 | * [ENHANCEMENT] Add `--collector.perf.cpus` to allow setting the CPU list for perf stats. |
18 | 25 | * [CHANGE] Add `--collector.netdev.device-whitelist`. #1279 |
| 26 | +* [CHANGE] Ignore iso9600 filesystem on Linux #1355 |
19 | 27 | * [CHANGE] Refactor mdadm collector #1403 |
20 | 28 | * [CHANGE] Add `mountaddr` label to NFS metrics. #1417 |
21 | | -* [CHANGE] Don't count empty collectors as success. #... |
| 29 | +* [CHANGE] Don't count empty collectors as success. #1613 |
22 | 30 | * [FEATURE] New flag to disable default collectors #1276 |
| 31 | +* [FEATURE] Add experimental TLS support #1277 |
| 32 | +* [FEATURE] Add collector for Power Supply Class #1280 |
23 | 33 | * [FEATURE] Add new schedstat collector #1389 |
| 34 | +* [FEATURE] Add FreeBSD zfs support #1394 |
24 | 35 | * [FEATURE] Add uname support for Darwin and OpenBSD #1433 |
25 | 36 | * [FEATURE] Add new metric node_cpu_info #1489 |
26 | 37 | * [FEATURE] Add new thermal_zone collector #1425 |
27 | 38 | * [FEATURE] Add new cooling_device metrics to thermal zone collector #1445 |
28 | | -* [FEATURE] Add new softnet collector #1576 |
29 | | -* [FEATURE] Add RAPL collector #1523 |
30 | | -* [FEATURE] Add Btrfs collector #1512 |
31 | 39 | * [FEATURE] Add swap usage on darwin #1508 |
| 40 | +* [FEATURE] Add Btrfs collector #1512 |
| 41 | +* [FEATURE] Add RAPL collector #1523 |
| 42 | +* [FEATURE] Add new softnet collector #1576 |
| 43 | +* [ENHANCEMENT] Log pid when there is a problem reading the process stats #1341 |
32 | 44 | * [ENHANCEMENT] Collect InfiniBand port state and physical state #1357 |
33 | 45 | * [ENHANCEMENT] Include additional XFS runtime statistics. #1423 |
34 | 46 | * [ENHANCEMENT] Report non-fatal collection errors in the exporter metric. #1439 |
35 | 47 | * [ENHANCEMENT] Expose IPVS firewall mark as a label #1455 |
36 | 48 | * [ENHANCEMENT] Add check for systemd version before attempting to query certain metrics. #1413 |
| 49 | +* [ENHANCEMENT] Add a flag to adjust mount timeout #1486 |
37 | 50 | * [ENHANCEMENT] Add new counters for flush requests in Linux 5.5 #1548 |
| 51 | +* [ENHANCEMENT] Add metrics and tests for UDP receive and send buffer errors #1534 |
38 | 52 | * [ENHANCEMENT] The sockstat collector now exposes IPv6 statistics in addition to the existing IPv4 support. #1552 |
39 | | -* [ENHANCEMENT] Add unix socket support for supervisord collector #262 |
| 53 | +* [ENHANCEMENT] Add infiniband info metric #1563 |
| 54 | +* [ENHANCEMENT] Add unix socket support for supervisord collector #1592 |
| 55 | +* [ENHANCEMENT] Implement loadavg on all BSDs without cgo #1584 |
| 56 | +* [BUGFIX] Read /proc/net files with a single read syscall #1380 |
40 | 57 | * [BUGFIX] Renamed label `state` to `name` on `node_systemd_service_restart_total`. #1393 |
41 | 58 | * [BUGFIX] Fix netdev nil reference on Darwin #1414 |
42 | 59 | * [BUGFIX] Strip path.rootfs from mountpoint labels #1421 |
| 60 | +* [BUGFIX] Fix seconds reported by schedstat #1426 |
43 | 61 | * [BUGFIX] Fix empty string in path.rootfs #1464 |
44 | 62 | * [BUGFIX] Fix typo in cpufreq metric names #1510 |
| 63 | +* [BUGFIX] Read /proc/stat in one syscall #1538 |
| 64 | +* [BUGFIX] Fix OpenBSD cache memory information #1542 |
| 65 | +* [BUGFIX] Refactor textfile collector to avoid looping defer #1549 |
45 | 66 | * [BUGFIX] Fix network speed math #1580 |
46 | 67 |
|
47 | 68 | ## 0.18.1 / 2019-06-04 |
|
0 commit comments