]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
Update ChangeLog for version 6.0.0.rc3. collectd-6.0.0.rc3
authorFlorian Forster <ff@octo.it>
Wed, 21 Feb 2024 21:08:17 +0000 (22:08 +0100)
committerFlorian Forster <ff@octo.it>
Wed, 21 Feb 2024 21:08:17 +0000 (22:08 +0100)
ChangeLog

index 1b6aa49c085870071116b7078a01cfd891ed3005..fa1a77e86209e626b9b584cc52efa37482943a6b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+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
+
 2024-02-07, Version 6.0.0.rc2
        * Daemon: The `plugin_dispatch_metric_family()` function has been
          changed to handle metric families with zero metrics gracefully. Thanks