Difference between revisions of "Version 5.9"
From collectd Wiki
(→Release 5.9.0 (wip)) |
|||
Line 8: | Line 8: | ||
=== Release 5.9.0 (wip) === | === Release 5.9.0 (wip) === | ||
− | * {{Plugin| | + | * {{Plugin|Chrony}}: Ignore late responses. Thanks to ''Miroslav Lichvar''. {{Issue|2896}} |
* {{Plugin|CPUFreq}}: Read number of p-state transitions and time spent in each p-state. Thanks to ''Sexton Rory''. {{Issue|2803}} | * {{Plugin|CPUFreq}}: Read number of p-state transitions and time spent in each p-state. Thanks to ''Sexton Rory''. {{Issue|2803}} | ||
− | * | + | * [[Plugin|cURL]], [[Plugin|cURL-XML]] plugins: Added <code>Interval</code> option. Thanks to ''Pavel Rochnyak''. {{Issue|2847}} |
− | + | * {{Plugin|Disk}}: Report number of in progress disk IO requests on FreeBSD. Thanks to ''Nathan Huff''. {{Issue|2878}} | |
− | * {{Plugin|Disk}} Report number of in progress disk IO requests on FreeBSD. Thanks to ''Nathan Huff''. {{Issue|2878}} | + | * {{Plugin|Disk}}: In linux, reset the disk when it disappear from /proc/diskstats. Thanks to ''Nikita Kozlov'', ''Pavel Rochnyak''. {{Issue|2551}} |
− | * {{Plugin|Disk}}: In linux, reset the disk when it disappear from /proc/diskstats. Thanks to ''Nikita Kozlov | + | * {{Plugin|GPS}}: Fixed gps_read, fixed build with newer gpsd. Thanks to ''Fabrice Fontaine'', ''Baruch Siach''. {{Issue|2946}}, {{Issue|2947}} |
− | * {{Plugin|GPS}} Fixed build with newer gpsd. Thanks to ''Baruch Siach''. {{Issue| | + | * {{Plugin|GPU NVML}}: New plugin to collectd nvidia gpu stats. Thanks to ''Evgeny Naumov''. {{Issue|2923}} |
− | + | * {{Plugin|IntelRDT}}: Fixed compiler warnings. Thanks to ''Ruben Kerkhof''. {{Issue|3104}} | |
− | * {{Plugin|GPU NVML}} New plugin to collectd nvidia gpu stats. Thanks to ''Evgeny Naumov''. {{Issue|2923}} | + | * {{Plugin|IPMI}}: Added <code>SELSensor</code> and <code>SELIgnoreSelected</code> config options. Thanks to ''Mariusz Szafranski''. {{Issue|2796}} |
− | * {{Plugin|IntelRDT}} Fixed compiler warnings. Thanks to ''Ruben Kerkhof''. {{Issue|3104}} | + | * {{Plugin|LUA}}: Cleanup properly when shutting down. Thanks to ''Ruben Kerkhof''. {{Issue|3090}} |
− | * {{Plugin|IPMI}} Added <code>SELSensor</code> and <code>SELIgnoreSelected</code> config options. Thanks to ''Mariusz Szafranski''. {{Issue|2796}} | + | * {{Plugin|Network}}: Added <code>BindAddress</code> option. Thanks to ''Ofir Hermesh''. {{Issue|2831}} |
− | * {{Plugin|LUA}} Cleanup properly when shutting down. Thanks to ''Ruben Kerkhof''. {{Issue|3090}} | + | * {{Plugin|NFS}}: Fixed number of fields for NFSv4. Thanks to ''Jan-Philipp Litza''. {{Issue|2915}} |
− | * {{Plugin|Network}} Added <code>BindAddress</code> option. Thanks to ''Ofir Hermesh''. {{Issue|2831}} | + | * {{Plugin|NFS}}: Unexpected number of fields for NFSv4 server statistics: 62. Thanks to ''Yedidyah Bar David''. {{Issue|2076}} |
− | * {{Plugin|NFS}} Fixed number of fields for NFSv4. Thanks to ''Jan-Philipp Litza''. {{Issue|2915}} | + | * {{Plugin|Notify Email}}: Include all notification parameters into email. Thanks to ''Pavel Rochnyak''. {{Issue|2834}} |
− | * {{Plugin|NFS}} Unexpected number of fields for NFSv4 server statistics: 62. Thanks to ''Yedidyah Bar David''. {{Issue|2076}} | + | * {{Plugin|ovs_stats}}: Added ovs-dpdk extended metrics. Thanks to ''Matteo Croce'', ''Ryan McCabe''. {{Issue|3000}} |
− | * {{Plugin|Notify Email}} Include all notification parameters into email. Thanks to ''Pavel Rochnyak''. {{Issue|2834}} | + | * {{Plugin|ovs_stats}}: Code style, cleanup and improvements. Thanks to ''Pavel Rochnyak''. {{Issue|3011}}, {{Issue|3012}} |
− | * {{Plugin|ovs_stats}} Added ovs-dpdk extended metrics. Thanks to ''Matteo Croce'', ''Ryan McCabe''. {{Issue|3000}} | + | * {{Plugin|ovs_stats}}: Added macro to populate counters list, use correct openflow value. Thanks to ''Matteo Croce''. {{Issue|2963}}, {{Issue|2966}} |
− | * {{Plugin|ovs_stats}} | + | * {{Plugin|PCIe Errors}}: New plugin to read PCIe errors. Thanks to ''Kamil Wiatrowski''. {{Issue|2733}} |
− | + | * {{Plugin|Redis}}: Added option for connecting via UNIX socket. Thanks to ''Pavel Rochnyak''. {{Issue|2904}} | |
− | + | * {{Plugin|Redis}}: Bugfixes, extended error reporting, persistent connections and parallel polling. Thanks to ''Pavel Rochnyak''. {{Issue|2826}} | |
− | * {{Plugin|ovs_stats}}: Added macro to populate counters list. Thanks to ''Matteo Croce''. {{Issue|2963}} | + | * {{Plugin|Redis}}: Removed <code>operations_per_second</code> metric. Thanks to ''Pavel Rochnyak''. {{Issue|2845}} |
− | * {{Plugin| | + | * {{Plugin|Redis}}: Report keyspace hitratio. Thanks to ''Pavel Rochnyak''. {{Issue|2838}} |
− | * {{Plugin|Redis}} Added option for connecting via UNIX socket. Thanks to ''Pavel Rochnyak''. {{Issue|2904}} | + | * {{Plugin|RouterOS}}: Added support for temperature and voltage data. Thanks to ''Pavel Rochnyak''. {{Issue|2851}} |
− | * {{Plugin|Redis}} Bugfixes, extended error reporting, persistent connections and parallel polling. Thanks to ''Pavel Rochnyak''. {{Issue|2826}} | + | * {{Plugin|RRDCacheD}}: Time resolution has been improved to microseconds. Thanks to ''Brian T. O'Neill''. {{Issue|3065}} |
− | * {{Plugin|Redis}} Removed <code>operations_per_second</code> metric. Thanks to ''Pavel Rochnyak''. {{Issue|2845}} | + | * {{Plugin|Sensors}}: Added support for humidity sensors. Thanks to ''Sarah Fischmann''. {{Issue|2913}} |
− | * {{Plugin|Redis}} Report keyspace hitratio. Thanks to ''Pavel Rochnyak''. {{Issue|2838}} | + | * {{Plugin|Sensors}}: Dropped support for libsensors older than 3.0.0. Thanks to ''Pavel Rochnyak''. {{Issue|3014}} |
− | * {{Plugin|RouterOS}} Added support for temperature and voltage data. Thanks to ''Pavel Rochnyak''. {{Issue|2851}} | + | * {{Plugin|Sensors}}: Removed checks for upper limit of sensors_api_version. Thanks to ''Pavel Rochnyak''. {{Issue|3013}} |
− | * {{Plugin|RRDCacheD}} Time resolution has been improved to microseconds. Thanks to ''Brian T. O'Neill''. {{Issue|3065}} | + | * {{Plugin|SNMP}}: Added <code>FilterOID</code>, <code>FilterValues</code> and <code>FilterIgnoreSelected</code> options. Thanks to ''Pavel Rochnyak''. {{Issue|2819}} |
− | * {{Plugin|Sensors}} Added support for humidity sensors. Thanks to ''Sarah Fischmann''. {{Issue|2913}} | + | * {{Plugin|SNMP}}: Added multiple key indexes to snmp table and other new features. Thanks to ''Marcin Mozejko''. {{Issue|2702}} |
− | * {{Plugin|Sensors}} Dropped support for libsensors older than 3.0.0. Thanks to ''Pavel Rochnyak''. {{Issue|3014}} | + | * {{Plugin|SNMP}}: Document thread usage correctly. Thanks to ''Nathan Ward''. {{Issue|3078}} |
− | * {{Plugin|Sensors}} Removed checks for upper limit of sensors_api_version. Thanks to ''Pavel Rochnyak''. {{Issue|3013}} | + | * {{Plugin|Swap}}: Dropped support for linux 2.4. Thanks to ''Pavel Rochnyak''. {{Issue|2979}} |
− | * {{Plugin|SNMP}} Added <code>FilterOID</code>, <code>FilterValues</code> and <code>FilterIgnoreSelected</code> options. Thanks to ''Pavel Rochnyak''. {{Issue|2819}} | ||
− | * {{Plugin|SNMP}} Added multiple key indexes to snmp table and other new features. Thanks to ''Marcin Mozejko''. {{Issue|2702}} | ||
− | * {{Plugin|SNMP}} Document thread usage correctly. Thanks to ''Nathan Ward''. {{Issue|3078}} | ||
− | * {{Plugin|Swap}} Dropped support for linux 2.4. Thanks to ''Pavel Rochnyak''. {{Issue|2979}} | ||
* {{Plugin|turbostat}}: Added <code>RestoreAffinityPolicy</code> parameter. Thanks to ''Pablo Llopis''. {{Issue|2627}} | * {{Plugin|turbostat}}: Added <code>RestoreAffinityPolicy</code> parameter. Thanks to ''Pablo Llopis''. {{Issue|2627}} | ||
* {{Plugin|turbostat}}: New metrics: P-states,Turboboost,Platform TDP,Uncore bus ratio. Thanks to ''Sexton Rory''. {{Issue|2806}} | * {{Plugin|turbostat}}: New metrics: P-states,Turboboost,Platform TDP,Uncore bus ratio. Thanks to ''Sexton Rory''. {{Issue|2806}} | ||
− | * {{Plugin|virt}} Added block info statistics for disk devices. Thanks to ''Radoslaw Jablonski''. {{Issue|2874}} | + | * {{Plugin|virt}}: Added block info statistics for disk devices. Thanks to ''Radoslaw Jablonski''. {{Issue|2874}} |
− | * {{Plugin|virt}} Allow read Hostname from libvirt metadata. Thanks to ''Mehdi ABAAKOUK''. {{Issue|2807}} | + | * {{Plugin|virt}}: Allow read Hostname from libvirt metadata. Thanks to ''Mehdi ABAAKOUK''. {{Issue|2807}} |
− | * {{Plugin|virt}} Documented <code>instances</code> option. Thanks to ''Pavel Rochnyak''. {{Issue|2990}} | + | * {{Plugin|virt}}: Documented <code>instances</code> option. Thanks to ''Pavel Rochnyak''. {{Issue|2990}} |
− | * {{Plugin|virt}} Fixed tracking of VM state changes. Thanks to ''Radoslaw Jablonski''. {{Issue|2701}} | + | * {{Plugin|virt}}: Fixed tracking of VM state changes. Thanks to ''Radoslaw Jablonski''. {{Issue|2701}} |
− | * {{Plugin|virt}} Remove optional <code>virDomainGetCPUStats()</code> from main flow. Thanks to ''Pavel Rochnyak''. {{Issue|2972}} | + | * {{Plugin|virt}}: Remove optional <code>virDomainGetCPUStats()</code> from main flow. Thanks to ''Pavel Rochnyak''. {{Issue|2972}} |
− | * {{Plugin|Write MongoDB}} Fix plugin dependencies. Thanks to ''Pavel Rochnyak''. {{Issue|3010}} | + | * {{Plugin|Write MongoDB}}: Fix plugin dependencies. Thanks to ''Pavel Rochnyak''. {{Issue|3010}} |
* {{Plugin|Write_Prometheus}}: Added <code>Host</code> option. Thanks to ''Pavel Rochnyak''. {{Issue|2969}} | * {{Plugin|Write_Prometheus}}: Added <code>Host</code> option. Thanks to ''Pavel Rochnyak''. {{Issue|2969}} | ||
[[Category:Version 5.9]] | [[Category:Version 5.9]] |
Revision as of 17:34, 18 March 2019
List of versions |
---|
Version 5.11 Version 5.10 Version 5.9 Version 5.8 Version 5.7 Version 5.6 Version 5.5 Version 5.4 Version 5.3 Version 5.2 Version 5.1 Version 5.0 |
Version 5.9 is planned to release on Saturday, March 16th 2019.
This page is created to prepare Changelog information for actual release. Contributions are welcome.
Changes
Release 5.9.0 (wip)
- Chrony plugin: Ignore late responses. Thanks to Miroslav Lichvar. #2896
- CPUFreq plugin: Read number of p-state transitions and time spent in each p-state. Thanks to Sexton Rory. #2803
- cURL, cURL-XML plugins: Added
Interval
option. Thanks to Pavel Rochnyak. #2847 - Disk plugin: Report number of in progress disk IO requests on FreeBSD. Thanks to Nathan Huff. #2878
- Disk plugin: In linux, reset the disk when it disappear from /proc/diskstats. Thanks to Nikita Kozlov, Pavel Rochnyak. #2551
- GPS plugin: Fixed gps_read, fixed build with newer gpsd. Thanks to Fabrice Fontaine, Baruch Siach. #2946, #2947
- GPU NVML plugin: New plugin to collectd nvidia gpu stats. Thanks to Evgeny Naumov. #2923
- IntelRDT plugin: Fixed compiler warnings. Thanks to Ruben Kerkhof. #3104
- IPMI plugin: Added
SELSensor
andSELIgnoreSelected
config options. Thanks to Mariusz Szafranski. #2796 - LUA plugin: Cleanup properly when shutting down. Thanks to Ruben Kerkhof. #3090
- Network plugin: Added
BindAddress
option. Thanks to Ofir Hermesh. #2831 - NFS plugin: Fixed number of fields for NFSv4. Thanks to Jan-Philipp Litza. #2915
- NFS plugin: Unexpected number of fields for NFSv4 server statistics: 62. Thanks to Yedidyah Bar David. #2076
- Notify Email plugin: Include all notification parameters into email. Thanks to Pavel Rochnyak. #2834
- ovs_stats plugin: Added ovs-dpdk extended metrics. Thanks to Matteo Croce, Ryan McCabe. #3000
- ovs_stats plugin: Code style, cleanup and improvements. Thanks to Pavel Rochnyak. #3011, #3012
- ovs_stats plugin: Added macro to populate counters list, use correct openflow value. Thanks to Matteo Croce. #2963, #2966
- PCIe Errors plugin: New plugin to read PCIe errors. Thanks to Kamil Wiatrowski. #2733
- Redis plugin: Added option for connecting via UNIX socket. Thanks to Pavel Rochnyak. #2904
- Redis plugin: Bugfixes, extended error reporting, persistent connections and parallel polling. Thanks to Pavel Rochnyak. #2826
- Redis plugin: Removed
operations_per_second
metric. Thanks to Pavel Rochnyak. #2845 - Redis plugin: Report keyspace hitratio. Thanks to Pavel Rochnyak. #2838
- RouterOS plugin: Added support for temperature and voltage data. Thanks to Pavel Rochnyak. #2851
- RRDCacheD plugin: Time resolution has been improved to microseconds. Thanks to Brian T. O'Neill. #3065
- Sensors plugin: Added support for humidity sensors. Thanks to Sarah Fischmann. #2913
- Sensors plugin: Dropped support for libsensors older than 3.0.0. Thanks to Pavel Rochnyak. #3014
- Sensors plugin: Removed checks for upper limit of sensors_api_version. Thanks to Pavel Rochnyak. #3013
- SNMP plugin: Added
FilterOID
,FilterValues
andFilterIgnoreSelected
options. Thanks to Pavel Rochnyak. #2819 - SNMP plugin: Added multiple key indexes to snmp table and other new features. Thanks to Marcin Mozejko. #2702
- SNMP plugin: Document thread usage correctly. Thanks to Nathan Ward. #3078
- Swap plugin: Dropped support for linux 2.4. Thanks to Pavel Rochnyak. #2979
- turbostat plugin: Added
RestoreAffinityPolicy
parameter. Thanks to Pablo Llopis. #2627 - turbostat plugin: New metrics: P-states,Turboboost,Platform TDP,Uncore bus ratio. Thanks to Sexton Rory. #2806
- virt plugin: Added block info statistics for disk devices. Thanks to Radoslaw Jablonski. #2874
- virt plugin: Allow read Hostname from libvirt metadata. Thanks to Mehdi ABAAKOUK. #2807
- virt plugin: Documented
instances
option. Thanks to Pavel Rochnyak. #2990 - virt plugin: Fixed tracking of VM state changes. Thanks to Radoslaw Jablonski. #2701
- virt plugin: Remove optional
virDomainGetCPUStats()
from main flow. Thanks to Pavel Rochnyak. #2972 - Write MongoDB plugin: Fix plugin dependencies. Thanks to Pavel Rochnyak. #3010
- Write_Prometheus plugin: Added
Host
option. Thanks to Pavel Rochnyak. #2969