Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package netdata for openSUSE:Factory checked in at 2021-12-23 17:53:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/netdata (Old) and /work/SRC/openSUSE:Factory/.netdata.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "netdata" Thu Dec 23 17:53:43 2021 rev:30 rq:942157 version:1.32.1 Changes: -------- --- /work/SRC/openSUSE:Factory/netdata/netdata.changes 2021-11-23 22:12:53.986415695 +0100 +++ /work/SRC/openSUSE:Factory/.netdata.new.2520/netdata.changes 2021-12-23 17:53:58.127727273 +0100 @@ -1,0 +2,614 @@ +Thu Dec 23 01:28:12 UTC 2021 - Mia Herkt <m...@0x0.st> + +- Update to 1.32.1 (go.d.plugin 0.31.0) +Bug fixes + * Use the chart id instead of chart name in response to incoming + cloud context queries + (gh#netdata/netdata#11898) + * Fix used_swap alarm calculation + (gh#netdata/netdata#11868) + * Initialize enabled parameter to 1 in AlarmLogHealth message + (gh#netdata/netdata#11856) +- Changes in 1.32.0: +New Cloud backend and Agent communication protocol +This Agent release supports our new Cloud backend. From here, we +will be offering much faster and simpler communication, reliable +alerts and exchange of metadata, and first-time support for the +parent-child relationship of Netdata agents. This is the first +Agent release that allows Netdata Cloud to use the Netdata Agent as +a distributed time-series database that supports replication and +query routing, for every metric! + +eBPF latency monitoring, container monitoring, and more +We use eBPF to monitor all running processes, without the +cooperation of the processes and without sniffing data traffic. +This new release includes 13 new eBPF monitoring features, +including I/O latency, BTRFS, EXT4, NFS, XFS and ZFS latencies, +IRQs latencies, extended swap monitoring, and more. + +Machine learning (ML) powered anomaly detection +???This release links Netdata Agent with dlib, the popular C++ +machine learning algorithms library, which we use to automatically +detect anomalies out-of-the-box, at the edge! Once enabled, Netdata +trains an ML model for every metric, which is then used to detect +outliers in real-time. The resulting "anomaly bit" (where 0=normal, +1=anomalous) associated with each database entry is stored +alongside the raw metric value with zero additional storage +overhead! This feature is still in development, so it is disabled +by default. If you would like to test it and provide feedback, you +can go to the new [ml] section in netdata.conf and set enabled=yes +to turn on anomaly detection. After restarting Netdata, you should +see the Anomaly Detection menu with charts highlighting the overall +number and percent of anomalous metrics on your node. This can be a +very useful single number summary of the state of your node. + +New timezone selector and time controls in the user interface +We implemented a new timezone picker and time controls to enhance +administrative abilities in the dashboard. + +Dashboard + * Add various updates to dashboard info + (gh#netdata/netdata#11639) + * Add timex plugin chart descriptions + (gh#netdata/netdata#11635) + * Add proc plugin zfs chart descriptions + (gh#netdata/netdata#11630) + * Add proc plugin infiniband chart descriptions + (gh#netdata/netdata#11628) + * Add proc plugin pagetypeinfo chart descriptions + (gh#netdata/netdata#11627) + * Add proc plugin net_wireless chart descriptions + (gh#netdata/netdata#11626) + * Add proc plugin net_rpc_nfs and net_rpc_nfsd chart descriptions + (gh#netdata/netdata#11625) + * Add proc plugin power_supply chart descriptions + (gh#netdata/netdata#11619) + * Add cgroups plugin systemd services chart descriptions + (gh#netdata/netdata#11618) + * Add cgroups plugin chart descriptions + (gh#netdata/netdata#11607) + * Add apps plugin chart descriptions + (gh#netdata/netdata#11601) + * Add proc plugin vmstat chart descriptions + (gh#netdata/netdata#11597) + * Add proc plugin ksm chart descriptions + (gh#netdata/netdata#11595) + * Add proc plugin edac chart descriptions + (gh#netdata/netdata#11589) + * Add proc plugin stat chart descriptions + (gh#netdata/netdata#11586) + * Add proc plugin net_stat_synproxy chart descriptions + (gh#netdata/netdata#11581) + * Add proc plugin softirqs chart descriptions + (gh#netdata/netdata#11577) + * Add proc plugin net_stat_conntrack chart descriptions + (gh#netdata/netdata#11576) + * Add proc plugin uptime chart descriptions + (gh#netdata/netdata#11569) + * Add proc plugin net_sockstat and net_sockstat6 chart + descriptions + (gh#netdata/netdata#11567) + * Add proc plugin net_snmp6 chart descriptions + (gh#netdata/netdata#11565) + * Add proc plugin net_sctp_snmp chart descriptions + (gh#netdata/netdata#11564) + * Add proc plugin net_snmp chart descriptions + (gh#netdata/netdata#11557) + * Add proc plugin net_netstat chart descriptions + (gh#netdata/netdata#11554) + * Add proc plugin net_ip_vs_stats chart descriptions + (gh#netdata/netdata#11546) + * Add proc plugin net_dev chart descriptions + (gh#netdata/netdata#11543) + * Add proc plugin meminfo chart descriptions + (gh#netdata/netdata#11541) + * Add proc plugin mdstat chart descriptions + (gh#netdata/netdata#11537) + * Add proc plugin interrupts chart descriptions + (gh#netdata/netdata#11532) + * Add proc plugin diskstats chart descriptions + (gh#netdata/netdata#11528) + * Add proc plugin ipc semaphores chart descriptions + (gh#netdata/netdata#11523) + * Remove 'vernemq.queue_messages_in_queues' from dashboard info + (gh#netdata/netdata#11403) + * Move MD arrays charts under Disks + (gh#netdata/netdata#11119) + +Collectors + * New + + Add Traefik collector (go.d/traefik) + (gh#netdata/go.d.plugin#605) + + Add HAProxy collector (go.d/haproxy) + (gh#netdata/go.d.plugin#599) + + Add Mongodb collector (go.d/mongodb) + (gh#netdata/go.d.plugin#598) + + Add Ethereum Node collector (go.d/geth) + (gh#netdata/go.d.plugin#585) + + * Improvements + + Add AWS to apps_groups.conf + (gh#netdata/netdata#11826) + + Show stats for systemd protected mount points + (diskspace plugin) (gh#netdata/netdata#11767) + + Add support for v1.7.0+ (go.d/coredns) + (gh#netdata/go.d.plugin#619) + + Add "/basic_status" job nginx.conf (go.d/nginx) + (gh#netdata/go.d.plugin#612) + + Add sharding metrics (go.d/mongodb) + (gh#netdata/go.d.plugin#609) + + Add thread operations metrics (go.d/mysql) + (gh#netdata/go.d.plugin#607) + + Add replica sets metrics (go.d/mongodb) + (gh#netdata/go.d.plugin#604) + + Add databases metrics (go.d/mongodb) + (gh#netdata/go.d.plugin#602) + + Add more OS(OperatingSystem) charts (go.d/wmi) + (gh#netdata/go.d.plugin#593) + + Add caddy job to prometheus.conf (go.d/prometheus) + (gh#netdata/go.d.plugin#581) + + Add AOF file size metrics (go.d/redis) + (gh#netdata/go.d.plugin#578) + + Add openethereum/geth jobs to prometheus.con + (go.d/prometheus) (gh#netdata/go.d.plugin#578) + + Update whois/whois-parser packages and add timeout + configuration option (go.d/whoisquery) + (gh#netdata/go.d.plugin#576) + + Disable reporting min/avg/max group uptime by default + (apps plugin) (gh#netdata/netdata#11609) + + Add sorting of the list of databases in alphabetical order + (python.d/postgres) (gh#netdata/netdata#11580) + + Add terra related binaries to blockchains group (apps plugin) + (gh#netdata/netdata#11437) + + Add instruction per cycle charts (perf plugin) + (gh#netdata/netdata#11392) + + Add autovacuum and tx wraparound charts (python.d/postgres) + (gh#netdata/netdata#11267) + + Add web3 and blockchains groups (apps plugin) + (gh#netdata/netdata#11220) + + Implement merging user/stock configuration files + (python.d plugin) (gh#netdata/netdata#11217) + + Rename default job from 'local' to 'anomalies' + (python.d/anomalies) (gh#netdata/netdata#11178) + + Add standby lag and blocking transactions charts + (python.d/postgres) (gh#netdata/netdata#11169) + + * Bug fixes + + Fix renaming for cgroups with dots in the path + (cgroups plugin) (gh#netdata/netdata#11775) + + Fix exiting on SIGPIPE (go.d plugin) + (gh#netdata/go.d.plugin#630) + + Fix domain syntax validation (go.d/whoisquery) + (gh#netdata/go.d.plugin#629) + + Fix missing NONE in valid request methods (go.d/squidlog) + (gh#netdata/go.d.plugin#621) + + Remove wrong "queue_messages_in_queues" chart (go.d/vernemq) + (gh#netdata/go.d.plugin#601) + + Fix HTTP/socket client initialization order (go.d/phpfpm) + (gh#netdata/go.d.plugin#591) + + Fix scraping metrics when resources are not discovered + (go.d/vsphere) + (gh#netdata/go.d.plugin#589) + + Fix LTSV log format parsing (go.d/weblog) + (gh#netdata/go.d.plugin#584) + + Fix expiration date parsing (go.d/whoisquery) + (gh#netdata/go.d.plugin#575) + + Fix containers name resolution for crio/containerd runtime + (cgroups plugin) ++++ 417 more lines (skipped) ++++ between /work/SRC/openSUSE:Factory/netdata/netdata.changes ++++ and /work/SRC/openSUSE:Factory/.netdata.new.2520/netdata.changes Old: ---- go.d.plugin-v0.29.0.tar.gz netdata-v1.31.0.tar.gz New: ---- go.d.plugin-v0.31.0.tar.gz netdata-v1.32.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ netdata.spec ++++++ --- /var/tmp/diff_new_pack.ABBiZr/_old 2021-12-23 17:53:59.671728230 +0100 +++ /var/tmp/diff_new_pack.ABBiZr/_new 2021-12-23 17:53:59.675728233 +0100 @@ -18,16 +18,16 @@ %define netdata_user netdata %define netdata_group netdata -%define godplugin_version 0.29.0 +%define godplugin_version 0.31.0 Name: netdata -Version: 1.31.0 +Version: 1.32.1 Release: 0 Summary: A system for distributed real-time performance and health monitoring # netdata is GPL-3.0+, other licenses refer to included third-party software (see REDISTRIBUTED.md) License: Apache-2.0 AND BSD-2-Clause AND GPL-3.0-or-later AND MIT AND BSD-3-Clause AND LGPL-2.1-or-later AND OFL-1.1 AND CC-BY-4.0 AND WTFPL Group: System/Monitoring URL: http://my-netdata.io/ -Source0: https://github.com/netdata/%{name}/releases/download/v%{version}/%{name}-v%{version}.tar.gz +Source0: https://github.com/netdata/%{name}/releases/download/%{version}/%{name}-v%{version}.tar.gz Source1: https://github.com/netdata/go.d.plugin/archive/v%{godplugin_version}.tar.gz#/go.d.plugin-v%{godplugin_version}.tar.gz Source2: vendor.tar.gz Source3: netdata-rpmlintrc @@ -222,6 +222,8 @@ %config(noreplace) %{_sysconfdir}/%{name}/.opt-out-from-anonymous-statistics %config(noreplace) %{_sysconfdir}/%{name}/*.conf +# used for statistics +%config %{_sysconfdir}/%{name}/.install-type %attr(0750,root,%{netdata_group}) %{_libexecdir}/%{name}/edit-config ++++++ _service ++++++ --- /var/tmp/diff_new_pack.ABBiZr/_old 2021-12-23 17:53:59.707728253 +0100 +++ /var/tmp/diff_new_pack.ABBiZr/_new 2021-12-23 17:53:59.707728253 +0100 @@ -1,7 +1,7 @@ <services> <service name="download_files" mode="disabled" /> <service name="go_modules" mode="disabled"> - <param name="archive">go.d.plugin-v0.29.0.tar.gz</param> + <param name="archive">go.d.plugin-v0.31.0.tar.gz</param> </service> </services> ++++++ go.d.plugin-v0.29.0.tar.gz -> go.d.plugin-v0.31.0.tar.gz ++++++ ++++ 16856 lines of diff (skipped) ++++++ netdata-v1.31.0.tar.gz -> netdata-v1.32.1.tar.gz ++++++ /work/SRC/openSUSE:Factory/netdata/netdata-v1.31.0.tar.gz /work/SRC/openSUSE:Factory/.netdata.new.2520/netdata-v1.32.1.tar.gz differ: char 12, line 1 ++++++ vendor.tar.gz ++++++ ++++ 131124 lines of diff (skipped)