File golang-github-prometheus-node_exporter.changes of Package golang-github-prometheus-node_exporter.16523

-------------------------------------------------------------------
Fri Aug 21 11:53:46 UTC 2020 - Joao Cavalheiro <jcavalheiro@suse.com>

- Update to 1.0.1
  * Changes to build specification
    + Modify spec: update golang version to 1.14
    + Remove update tarball script
    + Add _service file to allow for updates via `osc service disabledrun`  
  * Bug fixes
    + [BUGFIX] filesystem_freebsd: Fix label values #1728
    + [BUGFIX] Update prometheus/procfs to fix log noise #1735
    + [BUGFIX] Fix build tags for collectors #1745
    + [BUGFIX] Handle no data from powersupplyclass #1747, #1749

- Update to 1.0.0
  * Bug fixes
    + [BUGFIX] Read /proc/net files with a single read syscall #1380
    + [BUGFIX] Renamed label state to name on node_systemd_service_restart_total. #1393
    + [BUGFIX] Fix netdev nil reference on Darwin #1414
    + [BUGFIX] Strip path.rootfs from mountpoint labels #1421
    + [BUGFIX] Fix seconds reported by schedstat #1426
    + [BUGFIX] Fix empty string in path.rootfs #1464
    + [BUGFIX] Fix typo in cpufreq metric names #1510
    + [BUGFIX] Read /proc/stat in one syscall #1538
    + [BUGFIX] Fix OpenBSD cache memory information #1542
    + [BUGFIX] Refactor textfile collector to avoid looping defer #1549
    + [BUGFIX] Fix network speed math #1580
    + [BUGFIX] collector/systemd: use regexp to extract systemd version #1647
    + [BUGFIX] Fix initialization in perf collector when using multiple CPUs #1665
    + [BUGFIX] Fix accidentally empty lines in meminfo_linux #1671
  * Several enhancements
    + See https://github.com/prometheus/node_exporter/releases/tag/v1.0.0
 
-------------------------------------------------------------------
Thu Feb 20 20:25:26 UTC 2020 - Michael Ströder <michael@stroeder.com>

- update to 1.0.0-rc.0

Breaking changes
  * The netdev collector CLI argument --collector.netdev.ignored-devices 
    was renamed to --collector.netdev.device-blacklist in order to conform 
    with the systemd collector. #1279
  * The label named state on node_systemd_service_restart_total metrics was 
    changed to name to better describe the metric. #1393
  * Refactoring of the mdadm collector changes several metrics
        node_md_disks_active is removed
        node_md_disks now has a state label for "fail", "spare", "active" disks.
        node_md_is_active is replaced by node_md_state with a state set of 
        "active", "inactive", "recovering", "resync".
  * Additional label mountaddr added to NFS device metrics to distinguish 
    mounts from the same URL, but different IP addresses. #1417
  * 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. #1510
  * Collectors that are enabled, but are unable to find data to collect, 
    now return 0 for node_scrape_collector_success.

-------------------------------------------------------------------
Tue Sep 24 17:32:33 UTC 2019 - Dario Maiocchi <dmaiocchi@suse.com>

- Add missing sysconfig file in rpm  bsc#1151557

-------------------------------------------------------------------
Thu Aug 15 21:50:45 UTC 2019 - Michael Ströder <michael@stroeder.com>

- Update to 0.18.1

0.18.1 / 2019-06-04

Changes
  * [BUGFIX] Fix incorrect sysctl call in BSD meminfo collector, resulting in broken swap metrics on FreeBSD #1345
  * [BUGFIX] Fix rollover bug in mountstats collector #1364

0.18.0 / 2019-05-09

Breaking changes
  * Renamed interface label to device in netclass collector for consistency with
  * other network metrics #1224
  * The cpufreq metrics now separate the cpufreq and scaling data based on what the driver provides. #1248
  * The labels for the network_up metric have changed, see issue #1236
  * Bonding collector now uses mii_status instead of operstatus #1124
  * Several systemd metrics have been turned off by default to improve performance #1254
  * These include unit_tasks_current, unit_tasks_max, service_restart_total, and unit_start_time_seconds
  * The systemd collector blacklist now includes automount, device, mount, and slice units by default. #1255

Changes
  * [CHANGE] Bonding state uses mii_status #1124
  * [CHANGE] Add a limit to the number of in-flight requests #1166
  * [CHANGE] Renamed interface label to device in netclass collector #1224
  * [CHANGE] Add separate cpufreq and scaling metrics #1248
  * [CHANGE] Several systemd metrics have been turned off by default to improve performance #1254
  * [CHANGE] Expand systemd collector blacklist #1255
  * [CHANGE] Split cpufreq metrics into a separate collector #1253
  * [FEATURE] Add a flag to disable exporter metrics #1148
  * [FEATURE] Add kstat-based Solaris metrics for boottime, cpu and zfs collectors #1197
  * [FEATURE] Add uname collector for FreeBSD #1239
  * [FEATURE] Add diskstats collector for OpenBSD #1250
  * [FEATURE] Add pressure collector exposing pressure stall information for Linux #1174
  * [FEATURE] Add perf exporter for Linux #1274
  * [ENHANCEMENT] Add Infiniband counters #1120
  * [ENHANCEMENT] Add TCPSynRetrans to netstat default filter #1143
  * [ENHANCEMENT] Move network_up labels into new metric network_info #1236
  * [ENHANCEMENT] Use 64-bit counters for Darwin netstat
  * [BUGFIX] Add fallback for missing /proc/1/mounts #1172
  * [BUGFIX] Fix node_textfile_mtime_seconds to work properly on symlinks #1326

-------------------------------------------------------------------
Fri Aug  2 06:36:43 UTC 2019 - Jan Fajerski <jan.fajerski@suse.com>

- Add network-online (Wants and After) dependency to systemd unit bsc#1143913

-------------------------------------------------------------------
Tue Dec 11 17:07:54 UTC 2018 - Jan Fajerski <jan.fajerski@suse.com>

- Update to 0.17.0
  + includes breaking changes
  + supvervisord collector reports start_time_seconds rather than uptime
  + The wifi collector is disabled by default due to suspected caching issues and goroutine leaks
  See https://github.com/prometheus/node_exporter/releases/tag/v0.17.0
  for full changelog

-------------------------------------------------------------------
Thu Nov 29 12:49:34 UTC 2018 - Jan Fajerski <jan.fajerski@suse.com>

- Update to 0.16.0
  + includes breaking changes
  + several metrics renamed
  + split out cpu guest metrics
  See https://github.com/prometheus/node_exporter/releases/tag/v0.16.0
  for full changelog

-------------------------------------------------------------------
Sun Feb 18 20:45:46 UTC 2018 - marix@marix.org

- Run tests during packaging

-------------------------------------------------------------------
Thu Jan 25 07:07:24 UTC 2018 - kkaempf@suse.com

- Update to 0.15.2
  See https://github.com/prometheus/node_exporter/blob/master/CHANGELOG.md

- Provides node_exporter, prometheus(node_exporter)

-------------------------------------------------------------------
Thu Jul 27 09:03:36 UTC 2017 - tserong@suse.com

- Add BuildRequires: fdupes

-------------------------------------------------------------------
Tue May  9 07:27:32 UTC 2017 - tserong@suse.com

- Add systemd unit file
- Run as unprivileged "prometheus" user

-------------------------------------------------------------------
Wed Mar 29 09:51:45 UTC 2017 - moio@suse.com

- Initial version
openSUSE Build Service is sponsored by