Difference between revisions of "Version 5.9"
From collectd Wiki
Rjablonski (talk | contribs) |
|||
Line 8: | Line 8: | ||
=== Release 5.9.0 (wip) === | === Release 5.9.0 (wip) === | ||
− | + | * {{Plugin|cpufreq}}: Read number of p-state transitions and time spent in each p-state. Thanks to ''Sexton Rory''. {{Issue|2803}} | |
− | * {{Plugin| | ||
− | |||
− | |||
* {{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/Pavel Rochnyak''. {{Issue|2551}} | ||
+ | * {{Plugin|intel_rdt}} Fix compiler warnings. Thanks to ''Ruben Kerkhof''. {{Issue|3104}} | ||
+ | * {{Plugin|ipmi}} Add <code>SELSensor</code> and <code>SELIgnoreSelected</code> config options. Thanks to ''Mariusz Szafranski''. {{Issue|2796}} | ||
+ | * {{Plugin|ovs_stats}}: Add macro to populate counters list. Thanks to ''Matteo Croce''. {{Issue|2963}} | ||
+ | * {{Plugin|pcie_errors}} This new plugin reads PCIe errors. Thanks to ''Kamil Wiatrowski''. {{Issue|2733}} | ||
+ | * {{Plugin|snmp_agent}} Add multiple key indexes to snmp table and other new features. Thanks to ''Marcin Mozejko''. {{Issue|2702}} | ||
* {{Plugin|turbostat}}: Add RestoreAffinityPolicy parameter. Thanks to ''Pablo Llopis''. {{Issue|2627}} | * {{Plugin|turbostat}}: Add RestoreAffinityPolicy 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}} Fix tracking of VM state changes. Thanks to ''Radoslaw Jablonski''. {{Issue|2701}} | ||
+ | * {{Plugin|virt}} Allow read Hostname from libvirt metadata. Thanks to ''Mehdi ABAAKOUK''. {{Issue|2807}} | ||
+ | * {{Plugin|virt}} Add block info statistics for disk devices. Thanks to ''Radoslaw Jablonski''. {{Issue|2874}} | ||
+ | * {{Plugin|virt}} Remove optional <code>virDomainGetCPUStats()</code> from main flow. Thanks to ''Pavel Rochnyak''. {{Issue|2972}} | ||
* {{Plugin|Write_Prometheus}}: Added 'Host' option. Thanks to ''Pavel Rochnyak''. {{Issue|2969}} | * {{Plugin|Write_Prometheus}}: Added 'Host' option. Thanks to ''Pavel Rochnyak''. {{Issue|2969}} | ||
− | |||
− | |||
[[Category:Version 5.9]] | [[Category:Version 5.9]] |
Revision as of 11:50, 15 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)
- cpufreq plugin: Read number of p-state transitions and time spent in each p-state. Thanks to Sexton Rory. #2803
- disk plugin: In linux, reset the disk when it disappear from /proc/diskstats. Thanks to Nikita Kozlov/Pavel Rochnyak. #2551
- intel_rdt plugin Fix compiler warnings. Thanks to Ruben Kerkhof. #3104
- ipmi plugin Add
SELSensor
andSELIgnoreSelected
config options. Thanks to Mariusz Szafranski. #2796 - ovs_stats plugin: Add macro to populate counters list. Thanks to Matteo Croce. #2963
- pcie_errors plugin This new plugin reads PCIe errors. Thanks to Kamil Wiatrowski. #2733
- snmp_agent plugin Add multiple key indexes to snmp table and other new features. Thanks to Marcin Mozejko. #2702
- turbostat plugin: Add 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 Fix tracking of VM state changes. Thanks to Radoslaw Jablonski. #2701
- virt plugin Allow read Hostname from libvirt metadata. Thanks to Mehdi ABAAKOUK. #2807
- virt plugin Add block info statistics for disk devices. Thanks to Radoslaw Jablonski. #2874
- virt plugin Remove optional
virDomainGetCPUStats()
from main flow. Thanks to Pavel Rochnyak. #2972 - Write_Prometheus plugin: Added 'Host' option. Thanks to Pavel Rochnyak. #2969