In addition to the 1.0.0 changes, this release fixes: [BUGFIX] filesystem_freebsd: Fix label values [BUGFIX] Update prometheus/procfs to fix log noise [BUGFIX] Fix build tags for collectors [BUGFIX] Handle no data from powersupplyclass For a full changelog, see https://github.com/prometheus/node_exporter/blob/master/CHANGELOG.md PR: 246791 Submitted by: David O'Rourke (maintainer)
34 lines
1.2 KiB
Text
34 lines
1.2 KiB
Text
[
|
|
{
|
|
type: upgrade
|
|
message: <<EOM
|
|
Text collector examples have been moved to a new repository at
|
|
https://github.com/prometheus-community/node-exporter-textfile-collector-scripts.
|
|
|
|
The netdev collector CLI argument `--collector.netdev.ignored-devices` was
|
|
renamed to `--collector.netdev.device-blacklist`.
|
|
|
|
Additional label `mountaddr` added to NFS device metrics to distinguish mounts
|
|
from the same URL, but different IP addresses.
|
|
|
|
Metrics `node_cpu_scaling_frequency_min_hrts` and
|
|
`node_cpu_scaling_frequency_max_hrts` of the cpufreq collector were renamed to
|
|
`node_cpu_scaling_frequency_min_hertz` and
|
|
`node_cpu_scaling_frequency_max_hertz`.
|
|
|
|
Collectors that are enabled, but are unable to find data to collect, now return
|
|
`0` for `node_scrape_collector_success`.
|
|
EOM
|
|
}
|
|
{
|
|
type: install
|
|
message: <<EOM
|
|
If upgrading from a version of node_exporter <0.15.0 you'll need to update any
|
|
custom command line flags that you may have set as it now requires a
|
|
double-dash (--flag) instead of a single dash (-flag).
|
|
The collector flags in 0.15.0 have now been replaced with individual boolean
|
|
flags and the -collector.procfs` and -collector.sysfs` flags have been renamed
|
|
to --path.procfs and --path.sysfs respectively.
|
|
EOM
|
|
}
|
|
]
|