|
1 | 1 | ## master / unreleased |
2 | 2 |
|
3 | | -* [CHANGE] Improve filter flag names. |
4 | 3 | * [CHANGE] |
5 | 4 | * [FEATURE] |
6 | | -* [ENHANCEMENT] Include TCP OutRsts in netstat metrics |
7 | | -* [ENHANCEMENT] Added XFS inode operations to XFS metrics |
8 | | -* [ENHANCEMENT] Remove CGO dependencies for OpenBSD amd64 |
9 | | -* [ENHANCEMENT] Added an ability to pass collector.supervisord.url via SUPERVISORD_URL environment variable |
10 | | -* [BUGFIX] Handle EPERM for syscall in timex collector |
| 5 | +* [ENHANCEMENT] |
11 | 6 | * [BUGFIX] |
12 | 7 |
|
| 8 | +## 1.1.0 / 2021-02-05 |
| 9 | + |
| 10 | +NOTE: We have improved some of the flag naming conventions (PR #1743). The old names are |
| 11 | + deprecated and will be removed in 2.0. They will continue to work for backwards |
| 12 | + compatibility. |
| 13 | + |
| 14 | +* [CHANGE] Improve filter flag names #1743 |
| 15 | +* [CHANGE] Add btrfs and powersupplyclass to list of exporters enabled by default #1897 |
| 16 | +* [FEATURE] Add fibre channel collector #1786 |
| 17 | +* [FEATURE] Expose cpu bugs and flags as info metrics. #1788 |
| 18 | +* [FEATURE] Add network_route collector #1811 |
| 19 | +* [FEATURE] Add zoneinfo collector #1922 |
| 20 | +* [ENHANCEMENT] Add more InfiniBand counters #1694 |
| 21 | +* [ENHANCEMENT] Add flag to aggr ipvs metrics to avoid high cardinality metrics #1709 |
| 22 | +* [ENHANCEMENT] Adding backlog/current queue length to qdisc collector #1732 |
| 23 | +* [ENHANCEMENT] Include TCP OutRsts in netstat metrics #1733 |
| 24 | +* [ENHANCEMENT] Add pool size to entropy collector #1753 |
| 25 | +* [ENHANCEMENT] Remove CGO dependencies for OpenBSD amd64 #1774 |
| 26 | +* [ENHANCEMENT] bcache: add writeback_rate_debug stats #1658 |
| 27 | +* [ENHANCEMENT] Add check state for mdadm arrays via node_md_state metric #1810 |
| 28 | +* [ENHANCEMENT] Expose XFS inode statistics #1870 |
| 29 | +* [ENHANCEMENT] Expose zfs zpool state #1878 |
| 30 | +* [ENHANCEMENT] Added an ability to pass collector.supervisord.url via SUPERVISORD_URL environment variable #1947 |
| 31 | +* [BUGFIX] filesystem_freebsd: Fix label values #1728 |
| 32 | +* [BUGFIX] Fix various procfs parsing errors #1735 |
| 33 | +* [BUGFIX] Handle no data from powersupplyclass #1747 |
| 34 | +* [BUGFIX] udp_queues_linux.go: change upd to udp in two error strings #1769 |
| 35 | +* [BUGFIX] Fix node_scrape_collector_success behaviour #1816 |
| 36 | +* [BUGFIX] Fix NodeRAIDDegraded to not use a string rule expressions #1827 |
| 37 | +* [BUGFIX] Fix node_md_disks state label from fail to failed #1862 |
| 38 | +* [BUGFIX] Handle EPERM for syscall in timex collector #1938 |
| 39 | +* [BUGFIX] bcache: fix typo in a metric name #1943 |
| 40 | +* [BUGFIX] Fix XFS read/write stats (https://github.com/prometheus/procfs/pull/343) |
| 41 | + |
13 | 42 | ## 1.0.1 / 2020-06-15 |
14 | 43 |
|
15 | 44 | * [BUGFIX] filesystem_freebsd: Fix label values #1728 |
|
0 commit comments