|
2 | 2 |
|
3 | 3 | * [CHANGE] |
4 | 4 | * [FEATURE] |
5 | | -* [FEATURE] Add basic authentication #1673 |
6 | | -* [ENHANCEMENT] Add model_name and stepping to node_cpu_info metric #1617 |
7 | | -* [ENHANCEMENT] Add metrics for IO errors and retires on Darwin. #1636 |
8 | | -* [BUGFIX] collector/systemd: use regexp to extract systemd version #1647 |
| 5 | +* [ENHANCEMENT] |
| 6 | +* [BUGFIX] |
9 | 7 |
|
10 | | -## 1.0.0-rc.0 / 2020-02-20 |
| 8 | +## 1.0.0-rc.1 / 2020-05-14 |
11 | 9 |
|
12 | 10 | ### **Breaking changes** |
13 | 11 |
|
|
23 | 21 |
|
24 | 22 | ### Changes |
25 | 23 |
|
26 | | -* [ENHANCEMENT] Add `--collector.perf.cpus` to allow setting the CPU list for perf stats. |
27 | 24 | * [CHANGE] Add `--collector.netdev.device-whitelist`. #1279 |
28 | 25 | * [CHANGE] Ignore iso9600 filesystem on Linux #1355 |
29 | 26 | * [CHANGE] Refactor mdadm collector #1403 |
30 | 27 | * [CHANGE] Add `mountaddr` label to NFS metrics. #1417 |
31 | 28 | * [CHANGE] Don't count empty collectors as success. #1613 |
32 | 29 | * [FEATURE] New flag to disable default collectors #1276 |
33 | | -* [FEATURE] Add experimental TLS support #1277 |
| 30 | +* [FEATURE] Add experimental TLS support #1277, #1687, #1695 |
34 | 31 | * [FEATURE] Add collector for Power Supply Class #1280 |
35 | 32 | * [FEATURE] Add new schedstat collector #1389 |
36 | 33 | * [FEATURE] Add FreeBSD zfs support #1394 |
|
43 | 40 | * [FEATURE] Add RAPL collector #1523 |
44 | 41 | * [FEATURE] Add new softnet collector #1576 |
45 | 42 | * [FEATURE] Add new udp_queues collector #1503 |
| 43 | +* [FEATURE] Add basic authentication #1673 |
46 | 44 | * [ENHANCEMENT] Log pid when there is a problem reading the process stats #1341 |
47 | 45 | * [ENHANCEMENT] Collect InfiniBand port state and physical state #1357 |
48 | 46 | * [ENHANCEMENT] Include additional XFS runtime statistics. #1423 |
|
56 | 54 | * [ENHANCEMENT] Add infiniband info metric #1563 |
57 | 55 | * [ENHANCEMENT] Add unix socket support for supervisord collector #1592 |
58 | 56 | * [ENHANCEMENT] Implement loadavg on all BSDs without cgo #1584 |
| 57 | +* [ENHANCEMENT] Add model_name and stepping to node_cpu_info metric #1617 |
| 58 | +* [ENHANCEMENT] Add `--collector.perf.cpus` to allow setting the CPU list for perf stats. #1561 |
| 59 | +* [ENHANCEMENT] Add metrics for IO errors and retires on Darwin. #1636 |
| 60 | +* [ENHANCEMENT] Add perf tracepoint collection flag #1664 |
| 61 | +* [ENHANCEMENT] ZFS: read contents of objset file #1632 |
59 | 62 | * [BUGFIX] Read /proc/net files with a single read syscall #1380 |
60 | 63 | * [BUGFIX] Renamed label `state` to `name` on `node_systemd_service_restart_total`. #1393 |
61 | 64 | * [BUGFIX] Fix netdev nil reference on Darwin #1414 |
|
67 | 70 | * [BUGFIX] Fix OpenBSD cache memory information #1542 |
68 | 71 | * [BUGFIX] Refactor textfile collector to avoid looping defer #1549 |
69 | 72 | * [BUGFIX] Fix network speed math #1580 |
| 73 | +* [BUGFIX] collector/systemd: use regexp to extract systemd version #1647 |
| 74 | +* [BUGFIX] Fix initialization in perf collector when using multiple CPUs #1665 |
| 75 | +* [BUGFIX] Fix accidentally empty lines in meminfo_linux #1671 |
70 | 76 |
|
71 | 77 | ## 0.18.1 / 2019-06-04 |
72 | 78 |
|
|
0 commit comments