You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16-2
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,31 @@
1
1
## master / unreleased
2
2
3
3
*[CHANGE]
4
-
*[FEATURE] Add tapestats collector for Linux
4
+
*[FEATURE]
5
5
*[ENHANCEMENT]
6
6
*[BUGFIX]
7
7
8
+
## 1.2.0 / 2021-07-15
9
+
8
10
NOTE: Ignoring invalid network speed will be the default in 2.x
9
11
NOTE: Filesystem collector flags have been renamed. `--collector.filesystem.ignored-mount-points` is now `--collector.filesystem.mount-points-exclude` and `--collector.filesystem.ignored-fs-types` is now `--collector.filesystem.fs-types-exclude`. The old flags will be removed in 2.x.
10
12
11
13
*[CHANGE] Rename filesystem collector flags to match other collectors #2012
14
+
*[CHANGE] Make node_exporter print usage to STDOUT #2039
15
+
*[FEATURE] Add conntrack statistics metrics #1155
16
+
*[FEATURE] Add ethtool stats collector #1832
12
17
*[FEATURE] Add flag to ignore network speed if it is unknown #1989
18
+
*[FEATURE] Add tapestats collector for Linux #2044
19
+
*[FEATURE] Add nvme collector #2062
20
+
*[ENHANCEMENT] Add ErrorLog plumbing to promhttp #1887
21
+
*[ENHANCEMENT] Add more Infiniband counters #2019
22
+
*[ENHANCEMENT] netclass: retrieve interface names and filter before parsing #2033
13
23
*[ENHANCEMENT] Add time zone offset metric #2060
14
-
*[BUGFIX] Add ErrorLog plumbing to promhttp #1887
24
+
*[BUGFIX] Handle errors from disabled PSI subsystem #1983
25
+
*[BUGFIX] Fix panic when using backwards compatible flags #2000
26
+
*[BUGFIX] Fix wrong value for OpenBSD memory buffer cache #2015
27
+
*[BUGFIX] Only initiate collectors once #2048
28
+
*[BUGFIX] Handle small backwards jumps in CPU idle #2067
0 commit comments