From ff at octo.it Wed Feb 7 18:00:00 2024 From: ff at octo.it (Florian Forster) Date: Wed, 7 Feb 2024 18:00:00 +0100 Subject: [collectd] Version 6.0.0.rc2 is available. Message-ID: Hi all, a new pre-release of collectd 6, version 6.0.0.rc2, is available. There also was an "rc1" release last week and I'll summarize both below. That plan is to have more frequent, smaller releases to get fixes and features into users' hands faster. Most important changes: * Floating point counters have been introduced. This allows us to report metrics such as CPU usage in "seconds per second" without losing precision. * Metrics in the CPU and Disk plugins have been changed to report "seconds per second", in accordance with the OpenTelemetry semantic conventions. * The Swap plugin has been migrated. * The Write Redis plugin has been migrated. It has been changed to use the *RedisTimeSeries* extension instead of the previously used "sorted sets". Download https://storage.googleapis.com/collectd-tarballs/collectd-6.0.0.rc2.tar.bz2 Release Notes RC2: https://github.com/collectd/collectd/releases/tag/collectd-6.0.0.rc2 RC1: https://github.com/collectd/collectd/releases/tag/collectd-6.0.0.rc1 Best regards, —octo -------------- next part -------------- An HTML attachment was scrubbed... URL: From ff at octo.it Thu Feb 22 10:31:42 2024 From: ff at octo.it (Florian Forster) Date: Thu, 22 Feb 2024 10:31:42 +0100 Subject: [collectd] Version 6.0.0.rc3 is available. Message-ID: Hi all, I have created another pre-relese of collectd 6, version 6.0.0.rc3. It contains the following changes: 2024-02-21, Version 6.0.0.rc3 * Daemon: Two new metric types have been added: "up down counters" in integer and floating point variants. Thanks to @octo. #4287 * OpenTelemetry plugin: This new plugin provides the ability to export as well as receive metrics via OTLP. It supersedes the *write_open_telemetry plugin*. Thanks to @octo. #4271 * Write Prometheus plugin: A possible deadlock due to a leaked mutex has been fixed. Thanks to @octo. #4285 * Write Prometheus plugin: Bugs in the handling of metrics from multiple resources as well as printing of metrics without labels have been fixed. Thanks to @octo. #4284 * gpu_sysman plugin: Use real collectd metric functions unit tests. Thanks to @eero-t. #4223 * memory plugin: The `system.linux.memory.available` metric has been added. Thanks to @octo. #4275 * swap plugin: The `system.paging.faults` metric has been added. Thanks to @octo. #4278 Download: https://storage.googleapis.com/collectd-tarballs/collectd-6.0.0.rc3.tar.bz2 Release notes: https://github.com/collectd/collectd/releases/tag/collectd-6.0.0.rc3 Best regards, —octo