freebsd-ports/sysutils/node_exporter/pkg-message
Mikael Urankar 876a404647 sysutils/node_exporter: update to 1.0.1
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)
2020-06-17 16:05:57 +00:00

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
}
]